From 8f2222484972097145466879b2402a681006ad97 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 1 Dec 1999 00:33:22 +0000 Subject: [PATCH] (cperl-under-as-char): Make nil the default value. --- lisp/ChangeLog | 5 +++++ lisp/progmodes/cperl-mode.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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) -- 2.39.5