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:
2806c89
)
(mime-preview-find-boundary-info): Use <last point> - 1 instead of
author
tomo
<tomo>
Wed, 9 Feb 2000 11:15:02 +0000
(11:15 +0000)
committer
tomo
<tomo>
Wed, 9 Feb 2000 11:15:02 +0000
(11:15 +0000)
<last point> to get `mime-view-entity' property.
mime-view.el
patch
|
blob
|
history
diff --git
a/mime-view.el
b/mime-view.el
index
10bf943
..
5ea7d34
100644
(file)
--- a/
mime-view.el
+++ b/
mime-view.el
@@
-1403,7
+1403,7
@@
button-2 Move to point under the mouse cursor
(point) 'mime-view-entity))
(goto-char e)
(let ((rc (mime-entity-node-id
- (get-text-property (point)
+ (get-text-property (1- (point))
'mime-view-entity))))
(or (equal entity-node-id
(nthcdr (- (length rc) len) rc))