]> git.eshelyaron.com Git - emacs.git/commitdiff
Require CL.
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 11 Nov 2004 22:58:14 +0000 (22:58 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 11 Nov 2004 22:58:14 +0000 (22:58 +0000)
lisp/tooltip.el

index cad0cdf7645570f30354eef187760078290bbab0..cb0fbfe29c64fc09440fb3ca27b95f001a888ad6 100644 (file)
@@ -1,6 +1,6 @@
 ;;; tooltip.el --- show tooltip windows
 
-;; Copyright (C) 1997, 1999, 2000, 2001 Free Software Foundation, Inc.
+;; Copyright (C) 1997, 1999, 2000, 2001, 2004  Free Software Foundation, Inc.
 
 ;; Author: Gerd Moellmann <gerd@acm.org>
 ;; Keywords: help c mouse tools
@@ -26,6 +26,8 @@
 
 ;;; Code:
 
+(eval-when-compile (require 'cl))
+
 \f
 ;;; Customizable settings
 
@@ -518,5 +520,5 @@ use either \\[customize] or the function `tooltip-mode'."
 
 (provide 'tooltip)
 
-;;; arch-tag: 3d61135e-4618-4a78-af28-183f6df5636f
+;; arch-tag: 3d61135e-4618-4a78-af28-183f6df5636f
 ;;; tooltip.el ends here