Mercurial > emacs
changeset 26667:a11929b241ab
(cperl-under-as-char): Make nil the default value.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 01 Dec 1999 00:28:56 +0000 |
parents | dfcc7c6e14eb |
children | d36fa3fb6939 |
files | lisp/progmodes/cperl-mode.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/cperl-mode.el Tue Nov 30 19:44:31 1999 +0000 +++ b/lisp/progmodes/cperl-mode.el Wed Dec 01 00:28:56 1999 +0000 @@ -434,7 +434,7 @@ :type 'boolean :group 'cperl-indentation-details) -(defcustom cperl-under-as-char t +(defcustom cperl-under-as-char nil "*Non-nil means that the _ (underline) should be treated as word char." :type 'boolean :group 'cperl)