]> git.eshelyaron.com Git - emacs.git/commitdiff
(cperl-under-as-char): Make nil the default value.
authorRichard M. Stallman <rms@gnu.org>
Wed, 1 Dec 1999 00:33:22 +0000 (00:33 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 1 Dec 1999 00:33:22 +0000 (00:33 +0000)
lisp/ChangeLog
lisp/progmodes/cperl-mode.el

index 3f8f2d401b86090b33bc5a3f0c8f8e485e0fabea..c5f4dd5db3ac57293a180afd8299df82e61ffe21 100644 (file)
@@ -1,3 +1,8 @@
+1999-11-30  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
+
+       * progmodes/cperl-mode.el (cperl-under-as-char):
+       Use nil as default.
+
 1999-11-30  Gerd Moellmann  <gerd@gnu.org>
 
        * speedbar.el (toplevel): Remove compatibility code for Emacs
index 3355f6bcf5c17e6f597f046d6829b8f288069056..3809668f53decfa77bdc92c121fadf56108716f5 100644 (file)
@@ -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)