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:
6ec71e2
)
(mime-preview-original-major-mode): Don't use `get-text-property' at the end
author
yamaoka
<yamaoka>
Tue, 17 Aug 1999 02:27:07 +0000
(
02:27
+0000)
committer
yamaoka
<yamaoka>
Tue, 17 Aug 1999 02:27:07 +0000
(
02:27
+0000)
of the buffer.
mime-view.el
patch
|
blob
|
history
diff --git
a/mime-view.el
b/mime-view.el
index
cb3a937
..
168a73d
100644
(file)
--- a/
mime-view.el
+++ b/
mime-view.el
@@
-131,7
+131,10
@@
mother-buffer."
(mime-preview-original-major-mode recursive)
)
(cdr (assq 'major-mode
- (get-text-property (or point (point)) 'mime-view-situation)))))
+ (get-text-property (or point (if (eobp)
+ (1- (point-max))
+ (point)))
+ 'mime-view-situation)))))
;;; @ entity information