From: Richard M. Stallman Date: Wed, 1 Dec 1999 00:33:22 +0000 (+0000) Subject: (cperl-under-as-char): Make nil the default value. X-Git-Tag: emacs-pretest-21.0.90~5916 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8f2222484972097145466879b2402a681006ad97;p=emacs.git (cperl-under-as-char): Make nil the default value. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3f8f2d401b8..c5f4dd5db3a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +1999-11-30 Richard M. Stallman + + * progmodes/cperl-mode.el (cperl-under-as-char): + Use nil as default. + 1999-11-30 Gerd Moellmann * speedbar.el (toplevel): Remove compatibility code for Emacs diff --git a/lisp/progmodes/cperl-mode.el b/lisp/progmodes/cperl-mode.el index 3355f6bcf5c..3809668f53d 100644 --- a/lisp/progmodes/cperl-mode.el +++ b/lisp/progmodes/cperl-mode.el @@ -434,7 +434,7 @@ If `nil', the value of `cperl-indent-level' will be used." :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)