Mercurial > emacs
changeset 58155:2f1734bcecca
Require CL.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 11 Nov 2004 22:58:14 +0000 |
parents | 2aba71e3e296 |
children | f5edf9775fb5 |
files | lisp/tooltip.el |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/tooltip.el Thu Nov 11 22:44:46 2004 +0000 +++ b/lisp/tooltip.el Thu Nov 11 22:58:14 2004 +0000 @@ -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)) + ;;; Customizable settings @@ -518,5 +520,5 @@ (provide 'tooltip) -;;; arch-tag: 3d61135e-4618-4a78-af28-183f6df5636f +;; arch-tag: 3d61135e-4618-4a78-af28-183f6df5636f ;;; tooltip.el ends here