# HG changeset patch # User Stefan Monnier # Date 1100213894 0 # Node ID 2f1734bceccac1319a726570617f5805e9209d7e # Parent 2aba71e3e296b36f9151e50d7974beb37b3b7929 Require CL. diff -r 2aba71e3e296 -r 2f1734bcecca lisp/tooltip.el --- 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 ;; 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