projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
898945a
)
* lisp/progmodes/elisp-mode.el: Require cl-lib for cl-defstruct.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Wed, 10 Jun 2015 01:21:29 +0000
(21:21 -0400)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Wed, 10 Jun 2015 01:21:29 +0000
(21:21 -0400)
lisp/progmodes/elisp-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/elisp-mode.el
b/lisp/progmodes/elisp-mode.el
index 9494e97fa735e3fc497c3e4ef3a5a796dc4c48d0..5d5f258ce77f5016949c68bc4791c1cf4492f053 100644
(file)
--- a/
lisp/progmodes/elisp-mode.el
+++ b/
lisp/progmodes/elisp-mode.el
@@
-29,6
+29,7
@@
;;; Code:
(require 'lisp-mode)
+(eval-when-compile (require 'cl-lib))
(define-abbrev-table 'emacs-lisp-mode-abbrev-table ()
"Abbrev table for Emacs Lisp mode.