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:
9900908
)
Sync up with semi-1_4_6.
author
morioka
<morioka>
Mon, 1 Jun 1998 14:11:41 +0000
(14:11 +0000)
committer
morioka
<morioka>
Mon, 1 Jun 1998 14:11:41 +0000
(14:11 +0000)
mime-view.el
patch
|
blob
|
history
semi-def.el
patch
|
blob
|
history
diff --git
a/mime-view.el
b/mime-view.el
index
f68af9d
..
03bdcbf
100644
(file)
--- a/
mime-view.el
+++ b/
mime-view.el
@@
-1326,7
+1326,7
@@
If reached to (point-min), it calls function registered in variable
(let (point)
(save-excursion
(catch 'tag
- (while (> (point) 1)
+ (while (not (bobp))
(if (setq point
(previous-single-property-change (point)
'mime-view-entity))
diff --git
a/semi-def.el
b/semi-def.el
index
2b0fe25
..
3a6a2d6
100644
(file)
--- a/
semi-def.el
+++ b/
semi-def.el
@@
-29,7
+29,7
@@
(eval-when-compile (require 'cl))
-(defconst mime-module-version '("REMI" "Shimao" 1 4 1)
+(defconst mime-module-version '("SEMI" "Ny
\e
,D~
\e
(Bzen" 1 4 6)
"Implementation name, version name and numbers of MIME-kernel package.")
(autoload 'mule-caesar-region "mule-caesar"