projects
/
elisp
/
semi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33a0383
)
(mouse-button-3): Fix typo in setting for GNU Emacs.
author
tomo
<tomo>
Fri, 15 Dec 2000 10:26:39 +0000
(10:26 +0000)
committer
tomo
<tomo>
Fri, 15 Dec 2000 10:26:39 +0000
(10:26 +0000)
mime-view.el
patch
|
blob
|
history
diff --git
a/mime-view.el
b/mime-view.el
index
10eb7a3
..
b7d21d6
100644
(file)
--- a/
mime-view.el
+++ b/
mime-view.el
@@
-1110,7
+1110,7
@@
MEDIA-TYPE must be (TYPE . SUBTYPE), TYPE or t. t means default."
(commandp func)
(funcall func))))
(defvar mouse-button-2 [mouse-2])
- (defvar mouse-button-2 [mouse-3])
+ (defvar mouse-button-3 [mouse-3])
))
(defun mime-view-define-keymap (&optional default)