From: Stefan Monnier Date: Thu, 11 Nov 2004 22:58:14 +0000 (+0000) Subject: Require CL. X-Git-Tag: ttn-vms-21-2-B4~3992 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=18385083b9f8bd838cf73306942fe85a579c6c16;p=emacs.git Require CL. --- diff --git a/lisp/tooltip.el b/lisp/tooltip.el index cad0cdf7645..cb0fbfe29c6 100644 --- a/lisp/tooltip.el +++ b/lisp/tooltip.el @@ -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 ;; Keywords: help c mouse tools @@ -26,6 +26,8 @@ ;;; Code: +(eval-when-compile (require 'cl)) + ;;; 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