(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
Reference in a new issue