1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 18:40:39 -08:00

(cperl-under-as-char): Make nil the default value.

This commit is contained in:
Richard M. Stallman 1999-12-01 00:33:22 +00:00
parent 6a30e275dc
commit 8f22224849
2 changed files with 6 additions and 1 deletions

View 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

View 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)