Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
8f222248
Commit
8f222248
authored
Dec 01, 1999
by
Richard M. Stallman
Browse files
(cperl-under-as-char): Make nil the default value.
parent
6a30e275
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/progmodes/cperl-mode.el
lisp/progmodes/cperl-mode.el
+1
-1
No files found.
lisp/ChangeLog
View file @
8f222248
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
...
...
lisp/progmodes/cperl-mode.el
View file @
8f222248
...
...
@@ -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)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment