projects
/
elisp
/
gnus.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da73767
)
(infohack-texi-format): Bind undo-outer-limit.
author
yamaoka
<yamaoka>
Wed, 22 Dec 2004 04:49:07 +0000
(
04:49
+0000)
committer
yamaoka
<yamaoka>
Wed, 22 Dec 2004 04:49:07 +0000
(
04:49
+0000)
ChangeLog
patch
|
blob
|
history
texi/infohack.el
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index
2d1a256
..
00600c9
100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,7
@@
+2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
+
+ * texi/infohack.el (infohack-texi-format): Bind undo-outer-limit.
+
2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
* lisp/nnheader.el (mm-emacs-mule): New variable.
diff --git
a/texi/infohack.el
b/texi/infohack.el
index
31fd019
..
9412b18
100644
(file)
--- a/
texi/infohack.el
+++ b/
texi/infohack.el
@@
-131,7
+131,8
@@
Both characters must have the same length of multi-byte form."
(let ((auto-save-default nil)
(find-file-run-dired nil)
coding-system-for-write
- (error 0))
+ (error 0)
+ (undo-outer-limit (eval '(lsh -1 -1))))
(condition-case err
(progn
(find-file file)