Mercurial > hg > xemacs-beta
diff lisp/modes/cperl-mode.el @ 151:59463afc5666 r20-3b2
Import from CVS: tag r20-3b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:37:19 +0200 |
parents | 6608ceec7cf8 |
children | 25f70ba0133c |
line wrap: on
line diff
--- a/lisp/modes/cperl-mode.el Mon Aug 13 09:36:20 2007 +0200 +++ b/lisp/modes/cperl-mode.el Mon Aug 13 09:37:19 2007 +0200 @@ -32,7 +32,7 @@ ;;; Corrections made by Ilya Zakharevich ilya@math.mps.ohio-state.edu ;;; XEmacs changes by Peter Arius arius@informatik.uni-erlangen.de -;; $Id: cperl-mode.el,v 1.5 1997/04/27 19:30:26 steve Exp $ +;; $Id: cperl-mode.el,v 1.6 1997/05/23 01:36:22 steve Exp $ ;;; To use this mode put the following into your .emacs file: @@ -842,7 +842,7 @@ (modify-syntax-entry ?# "<" cperl-mode-syntax-table) (modify-syntax-entry ?' "\"" cperl-mode-syntax-table) (modify-syntax-entry ?` "\"" cperl-mode-syntax-table) - (modify-syntax-entry ?_ "w" cperl-mode-syntax-table) + (modify-syntax-entry ?_ "_" cperl-mode-syntax-table) (modify-syntax-entry ?: "_" cperl-mode-syntax-table) (modify-syntax-entry ?| "." cperl-mode-syntax-table))