/[emacs]/emacs/lisp/tooltip.el
ViewVC logotype

Diff of /emacs/lisp/tooltip.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.33.2.1 by handa, Fri Apr 16 12:50:10 2004 UTC revision 1.33.2.2 by miles, Fri Nov 12 02:52:46 2004 UTC
# Line 1  Line 1 
1  ;;; tooltip.el --- show tooltip windows  ;;; tooltip.el --- show tooltip windows
2    
3  ;; Copyright (C) 1997, 1999, 2000, 2001 Free Software Foundation, Inc.  ;; Copyright (C) 1997, 1999, 2000, 2001, 2004  Free Software Foundation, Inc.
4    
5  ;; Author: Gerd Moellmann <gerd@acm.org>  ;; Author: Gerd Moellmann <gerd@acm.org>
6  ;; Keywords: help c mouse tools  ;; Keywords: help c mouse tools
# Line 26  Line 26 
26    
27  ;;; Code:  ;;; Code:
28    
29  (eval-when-compile  (eval-when-compile (require 'cl)) ; for case macro
   (require 'cl)  
   (require 'comint)  
   (require 'gud)  
   (require 'gdb-ui))  
30    
31    
32  ;;; Customizable settings  ;;; Customizable settings
# Line 524  use either \\[customize] or the function Line 520  use either \\[customize] or the function
520    
521  (provide 'tooltip)  (provide 'tooltip)
522    
523  ;;; arch-tag: 3d61135e-4618-4a78-af28-183f6df5636f  ;; arch-tag: 3d61135e-4618-4a78-af28-183f6df5636f
524  ;;; tooltip.el ends here  ;;; tooltip.el ends here

Legend:
Removed from v.1.33.2.1  
changed lines
  Added in v.1.33.2.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26