projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d68ecda
)
Fix warnings in my last commit
author
Stefan Kangas
<stefan@marxist.se>
Sun, 3 Jul 2022 12:47:53 +0000
(14:47 +0200)
committer
Stefan Kangas
<stefan@marxist.se>
Sun, 3 Jul 2022 12:47:53 +0000
(14:47 +0200)
* lisp/textmodes/emacs-news-mode.el (outline): Require.
lisp/textmodes/emacs-news-mode.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/emacs-news-mode.el
b/lisp/textmodes/emacs-news-mode.el
index c6b352448cca866ede723fee7481315a289dc5d7..c5d7b6ea5096e9060c7877b6c2acc7ad4150fa0a 100644
(file)
--- a/
lisp/textmodes/emacs-news-mode.el
+++ b/
lisp/textmodes/emacs-news-mode.el
@@
-24,6
+24,7
@@
;;; Code:
(eval-when-compile (require 'cl-lib))
+(require 'outline)
(defgroup emacs-news-mode nil
"Major mode for editing and viewing the Emacs NEWS file."