Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
9271083a
Commit
9271083a
authored
Oct 09, 2007
by
Juanma Barranquero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Require easymenu.
parent
5a1539f3
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
+2
-1
lisp/follow.el
lisp/follow.el
+2
-0
No files found.
lisp/ChangeLog
View file @
9271083a
2007-10-09 Juanma Barranquero <lekktu@gmail.com>
* follow.el (follow-mode-hook, follow-mode): Doc fixes.
* follow.el: Require easymenu.
(follow-mode-hook, follow-mode): Doc fixes.
(follow-mode-off-hook): Mark as obsolete.
2007-10-08 Martin Rudalics <rudalics@gmx.at>
...
...
lisp/follow.el
View file @
9271083a
...
...
@@ -254,6 +254,8 @@
;; Should someone come up with a better solution, please let me
;; know.
(
require
'easymenu
)
(
eval-when-compile
(
if
(
or
(
featurep
'bytecomp
)
(
featurep
'byte-compile
))
...
...
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