mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 16:51:06 -07:00
(require): Explain why CL is needed.
This commit is contained in:
parent
cf66c8aaa4
commit
60516f7b9d
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
;;; Code:
|
||||
|
||||
(eval-when-compile (require 'cl))
|
||||
(eval-when-compile (require 'cl)) ; for case macro
|
||||
|
||||
|
||||
;;; Customizable settings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue