projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea8ce98
)
Delete redundant mention of `with-eval-after-load'
author
Stefan Kangas
<stefankangas@gmail.com>
Sat, 29 Jun 2024 19:15:46 +0000
(21:15 +0200)
committer
Stefan Kangas
<stefankangas@gmail.com>
Sat, 29 Jun 2024 19:16:58 +0000
(21:16 +0200)
* lisp/progmodes/dcl-mode.el (dcl-mode): Delete redundant mention of
`with-eval-after-load'.
lisp/progmodes/dcl-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/dcl-mode.el
b/lisp/progmodes/dcl-mode.el
index b8ca1f2d600577654fae59b44a15303c9bc9abdc..686555221cb221adafcc7499389f76be0df7c1ba 100644
(file)
--- a/
lisp/progmodes/dcl-mode.el
+++ b/
lisp/progmodes/dcl-mode.el
@@
-500,7
+500,6
@@
Variables controlling indentation style and extra features:
dcl-imenu-label-call
Change the text that is used as sub-listing labels in imenu.
-To run code after DCL mode has loaded, use `with-eval-after-load'.
Turning on DCL mode calls the value of the variable `dcl-mode-hook'
with no args, if that value is non-nil.