/[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.35 by nickrob, Wed Nov 10 06:47:35 2004 UTC revision 1.36 by monnier, Thu Nov 11 22:58:14 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 (require 'cl))
30    
31    
32  ;;; Customizable settings  ;;; Customizable settings
33    
# Line 518  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.35  
changed lines
  Added in v.1.36

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