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


From: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/lisp/net/goto-addr.el
Date: Wed, 23 Jun 2004 10:49:39 -0400

Index: emacs/lisp/net/goto-addr.el
diff -c emacs/lisp/net/goto-addr.el:1.17 emacs/lisp/net/goto-addr.el:1.18
*** emacs/lisp/net/goto-addr.el:1.17    Mon Sep  1 15:45:33 2003
--- emacs/lisp/net/goto-addr.el Wed Jun 23 14:39:11 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]