mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 02:31:03 -08:00
* lisp/progmodes/elisp-mode.el: Require cl-lib for cl-defstruct.
This commit is contained in:
parent
898945a27e
commit
26a17f5ac9
1 changed files with 1 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue