Sync up with the latest semi-1_13 branch.
authoryamaoka <yamaoka>
Tue, 17 Aug 1999 02:31:54 +0000 (02:31 +0000)
committeryamaoka <yamaoka>
Tue, 17 Aug 1999 02:31:54 +0000 (02:31 +0000)
ChangeLog
mime-view.el

index a214f70..3eae94e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1999-08-17  Katsumi Yamaoka   <yamaoka@jpl.org>
+
+       * mime-view.el (mime-preview-original-major-mode): Don't use
+       `get-text-property' at the end of the buffer.
+
 1999-08-02  MORIOKA Tomohiko  <tomo@m17n.org>
 
        * mime-view.el (mime-preview-follow-current-entity):
index cb3a937..168a73d 100644 (file)
@@ -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