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: Nick Roberts
Subject: [Emacs-diffs] Changes to emacs/lisp/tooltip.el
Date: Wed, 30 Mar 2005 03:33:43 -0500

Index: emacs/lisp/tooltip.el
diff -c emacs/lisp/tooltip.el:1.44 emacs/lisp/tooltip.el:1.45
*** emacs/lisp/tooltip.el:1.44  Tue Mar 22 21:52:08 2005
--- emacs/lisp/tooltip.el       Wed Mar 30 08:33:43 2005
***************
*** 130,136 ****
  
  (defcustom tooltip-gud-display
    '((eq (tooltip-event-buffer tooltip-gud-event)
!       (marker-buffer overlay-arrow-position)))
    "List of forms determining where GUD tooltips are displayed.
  
  Forms in the list are combined with AND.  The default is to display
--- 130,136 ----
  
  (defcustom tooltip-gud-display
    '((eq (tooltip-event-buffer tooltip-gud-event)
!       (marker-buffer gud-overlay-arrow-position)))
    "List of forms determining where GUD tooltips are displayed.
  
  Forms in the list are combined with AND.  The default is to display




reply via email to

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