diff options
author | Nick Roberts <nickrob@snap.net.nz> | 2004-11-12 00:14:24 +0000 |
---|---|---|
committer | Nick Roberts <nickrob@snap.net.nz> | 2004-11-12 00:14:24 +0000 |
commit | 60516f7b9dbf4bc12940ddd9f5d23ec8c861eae0 (patch) | |
tree | 39b0f6a73238992c6c9b3daf3dbebdf8fcbb1913 /lisp | |
parent | cf66c8aaa4c3b0721819022557715d77cbe566cb (diff) | |
download | emacs-60516f7b9dbf4bc12940ddd9f5d23ec8c861eae0.tar.gz |
(require): Explain why CL is needed.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/tooltip.el | 2 |
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 |