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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/tooltip.el [emacs-unicode-2]
Date: Thu, 11 Nov 2004 22:18:34 -0500

Index: emacs/lisp/tooltip.el
diff -c emacs/lisp/tooltip.el:1.33.2.1 emacs/lisp/tooltip.el:1.33.2.2
*** emacs/lisp/tooltip.el:1.33.2.1      Fri Apr 16 12:50:10 2004
--- emacs/lisp/tooltip.el       Fri Nov 12 02:52:46 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,36 ****
  
  ;;; Code:
  
! (eval-when-compile
!   (require 'cl)
!   (require 'comint)
!   (require 'gud)
!   (require 'gdb-ui))
  
  
  ;;; Customizable settings
--- 26,32 ----
  
  ;;; Code:
  
! (eval-when-compile (require 'cl)) ; for case macro
  
  
  ;;; Customizable settings
***************
*** 524,528 ****
  
  (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]