emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/tooltip.el


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/tooltip.el
Date: Thu, 11 Nov 2004 18:04:19 -0500

Index: emacs/lisp/tooltip.el
diff -c emacs/lisp/tooltip.el:1.35 emacs/lisp/tooltip.el:1.36
*** emacs/lisp/tooltip.el:1.35  Wed Nov 10 06:47:35 2004
--- emacs/lisp/tooltip.el       Thu Nov 11 22:58:14 2004
***************
*** 1,6 ****
  ;;; tooltip.el --- show tooltip windows
  
! ;; Copyright (C) 1997, 1999, 2000, 2001 Free Software Foundation, Inc.
  
  ;; Author: Gerd Moellmann <address@hidden>
  ;; Keywords: help c mouse tools
--- 1,6 ----
  ;;; tooltip.el --- show tooltip windows
  
! ;; Copyright (C) 1997, 1999, 2000, 2001, 2004  Free Software Foundation, Inc.
  
  ;; Author: Gerd Moellmann <address@hidden>
  ;; Keywords: help c mouse tools
***************
*** 26,31 ****
--- 26,33 ----
  
  ;;; Code:
  
+ (eval-when-compile (require 'cl))
+ 
  
  ;;; Customizable settings
  
***************
*** 518,522 ****
  
  (provide 'tooltip)
  
! ;;; arch-tag: 3d61135e-4618-4a78-af28-183f6df5636f
  ;;; tooltip.el ends here
--- 520,524 ----
  
  (provide 'tooltip)
  
! ;; arch-tag: 3d61135e-4618-4a78-af28-183f6df5636f
  ;;; tooltip.el ends here




reply via email to

[Prev in Thread] Current Thread [Next in Thread]