summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorNick Roberts <nickrob@snap.net.nz>2004-11-12 00:14:24 +0000
committerNick Roberts <nickrob@snap.net.nz>2004-11-12 00:14:24 +0000
commit60516f7b9dbf4bc12940ddd9f5d23ec8c861eae0 (patch)
tree39b0f6a73238992c6c9b3daf3dbebdf8fcbb1913 /lisp
parentcf66c8aaa4c3b0721819022557715d77cbe566cb (diff)
downloademacs-60516f7b9dbf4bc12940ddd9f5d23ec8c861eae0.tar.gz
(require): Explain why CL is needed.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/tooltip.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/tooltip.el b/lisp/tooltip.el
index cb0fbfe29c6..f8243f4a0ac 100644
--- a/lisp/tooltip.el
+++ b/lisp/tooltip.el
@@ -26,7 +26,7 @@
;;; Code:
-(eval-when-compile (require 'cl))
+(eval-when-compile (require 'cl)) ; for case macro
;;; Customizable settings