emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 26a17f5: * lisp/progmodes/elisp-mode.el: Require cl


From: Stefan Monnier
Subject: [Emacs-diffs] master 26a17f5: * lisp/progmodes/elisp-mode.el: Require cl-lib for cl-defstruct.
Date: Wed, 10 Jun 2015 01:21:33 +0000

branch: master
commit 26a17f5ac9b5b996cb1598607441b3e29be8e00b
Author: Stefan Monnier <address@hidden>
Commit: Stefan Monnier <address@hidden>

    * lisp/progmodes/elisp-mode.el: Require cl-lib for cl-defstruct.
---
 lisp/progmodes/elisp-mode.el |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/lisp/progmodes/elisp-mode.el b/lisp/progmodes/elisp-mode.el
index 9494e97..5d5f258 100644
--- 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]