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
5c91a2b8
Commit
5c91a2b8
authored
Sep 11, 2013
by
Glenn Morris
Browse files
* lisp/savehist.el: No need for cl when compiling on Emacs.
parent
8d2db8be
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/savehist.el
lisp/savehist.el
+1
-1
No files found.
lisp/ChangeLog
View file @
5c91a2b8
2013-09-11 Glenn Morris <rgm@gnu.org>
* savehist.el: No need for cl when compiling on Emacs.
2013-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
* eshell/esh-mode.el (eshell-mode-syntax-table): Fix up initialization
...
...
lisp/savehist.el
View file @
5c91a2b8
...
...
@@ -49,7 +49,7 @@
(
require
'custom
)
(
eval-when-compile
(
require
'cl
))
(
if
(
featurep
'xemacs
)
(
require
'cl
))
)
;; User variables
...
...
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