Mercurial > emacs
changeset 62131:ae455ff58429
Paren typo again.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 06 May 2005 21:24:32 +0000 |
parents | 109432f1fa94 |
children | a39d1fe90d7f |
files | lisp/net/goto-addr.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/net/goto-addr.el Fri May 06 21:24:09 2005 +0000 +++ b/lisp/net/goto-addr.el Fri May 06 21:24:32 2005 +0000 @@ -119,7 +119,7 @@ (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)) + '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.")