Index: emacs/lisp/net/goto-addr.el
diff -c emacs/lisp/net/goto-addr.el:1.20 emacs/lisp/net/goto-addr.el:1.21
*** emacs/lisp/net/goto-addr.el:1.20    Fri May  6 21:24:09 2005
--- emacs/lisp/net/goto-addr.el Fri May  6 21:24:32 2005
***************
*** 119,125 ****
  (defvar goto-address-highlight-keymap
    (let ((m (make-sparse-keymap)))
      (define-key m (if (featurep 'xemacs) (kbd "<button2>") (kbd "<mouse-2>"))
!       'goto-address-at-point))
      (define-key m (kbd "C-c RET") 'goto-address-at-point)
      m)
    "keymap to hold goto-addr's mouse key defs under highlighted URLs.")
--- 119,125 ----
  (defvar goto-address-highlight-keymap
    (let ((m (make-sparse-keymap)))
      (define-key m (if (featurep 'xemacs) (kbd "<button2>") (kbd "<mouse-2>"))
!       'goto-address-at-point)
      (define-key m (kbd "C-c RET") 'goto-address-at-point)
      m)
    "keymap to hold goto-addr's mouse key defs under highlighted URLs.")


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to