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
072cb6f9
Commit
072cb6f9
authored
Oct 25, 2000
by
Dave Love
Browse files
(cperl-mode): Set
normal-auto-fill-function correctly.
parent
d5789b65
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
lisp/ChangeLog
lisp/ChangeLog
+3
-0
lisp/progmodes/cperl-mode.el
lisp/progmodes/cperl-mode.el
+1
-1
No files found.
lisp/ChangeLog
View file @
072cb6f9
...
...
@@ -18,6 +18,9 @@
2000-10-25 Dave Love <fx@gnu.org>
* progmodes/cperl-mode.el (cperl-mode): Set
normal-auto-fill-function correctly.
* wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
inherit from global-map and don't nullify menu-bar and tool-bar
bindings since keymap properties DTRT.
...
...
lisp/progmodes/cperl-mode.el
View file @
072cb6f9
...
...
@@ -1510,7 +1510,7 @@ or as help on variables `cperl-tips', `cperl-problems',
'
(
t
)))))
(
make-local-variable
'cperl-old-style
)
(
set
(
make-local-variable
'normal-auto-fill-function
)
#'
cperl-
ol
d-auto-fill
-mode
)
#'
cperl-d
o
-auto-fill
)
(
if
(
cperl-enable-font-lock
)
(
if
(
cperl-val
'cperl-font-lock
)
(
progn
(
or
cperl-faces-init
(
cperl-init-faces
))
...
...
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