emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/net/goto-addr.el [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/net/goto-addr.el [lexbind]
Date: Tue, 06 Jul 2004 07:01:35 -0400

Index: emacs/lisp/net/goto-addr.el
diff -c emacs/lisp/net/goto-addr.el:1.13.4.2 
emacs/lisp/net/goto-addr.el:1.13.4.3
*** emacs/lisp/net/goto-addr.el:1.13.4.2        Tue Oct 14 23:39:26 2003
--- emacs/lisp/net/goto-addr.el Tue Jul  6 10:20:17 2004
***************
*** 168,174 ****
                (overlay-put this-overlay
                               'mouse-face goto-address-url-mouse-face)
                (overlay-put this-overlay
!                            'help-echo "mouse-2: follow URL")
                (overlay-put this-overlay
                               'keymap goto-address-highlight-keymap)
                (overlay-put this-overlay 'goto-address t)))
--- 168,174 ----
                (overlay-put this-overlay
                               'mouse-face goto-address-url-mouse-face)
                (overlay-put this-overlay
!                            'help-echo "mouse-2, C-c RET: follow URL")
                (overlay-put this-overlay
                               'keymap goto-address-highlight-keymap)
                (overlay-put this-overlay 'goto-address t)))
***************
*** 182,188 ****
                  (overlay-put this-overlay 'mouse-face
                               goto-address-mail-mouse-face)
                (overlay-put this-overlay
!                            'help-echo "mouse-2: mail this address")
                  (overlay-put this-overlay
                               'keymap goto-address-highlight-keymap)
                (overlay-put this-overlay 'goto-address t))))))))
--- 182,188 ----
                  (overlay-put this-overlay 'mouse-face
                               goto-address-mail-mouse-face)
                (overlay-put this-overlay
!                            'help-echo "mouse-2, C-c RET: mail this address")
                  (overlay-put this-overlay
                               'keymap goto-address-highlight-keymap)
                (overlay-put this-overlay 'goto-address t))))))))




reply via email to

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