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
00b1e7a1
Commit
00b1e7a1
authored
Feb 01, 2001
by
Gerd Moellmann
Browse files
(toplevel): Quote hook symbols.
parent
bf95665f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/msb.el
lisp/msb.el
+1
-1
No files found.
lisp/ChangeLog
View file @
00b1e7a1
2001-02-01 Gerd Moellmann <gerd@gnu.org>
* msb.el (toplevel): Quote hook symbols.
2001-02-01 Kenichi Handa <handa@etl.go.jp>
* international/mule.el (make-coding-system): Add description
...
...
lisp/msb.el
View file @
00b1e7a1
...
...
@@ -1155,6 +1155,6 @@ different buffer menu using the function `msb'."
(
msb-mode
0
))
(
provide
'msb
)
(
eval-after-load
"msb"
'
(
run-hooks
msb-after-load-hook
msb-after-load-hooks
))
(
eval-after-load
"msb"
'
(
run-hooks
'
msb-after-load-hook
'
msb-after-load-hooks
))
;;; msb.el ends here
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