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:
dda46a6
)
* texi/infohack.el: Require `bytecomp'.
author
yamaoka
<yamaoka>
Wed, 18 Jun 2003 23:31:05 +0000
(23:31 +0000)
committer
yamaoka
<yamaoka>
Wed, 18 Jun 2003 23:31:05 +0000
(23:31 +0000)
ChangeLog
patch
|
blob
|
history
texi/infohack.el
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index
d0c0c0b
..
f44ed2b
100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,5
+1,9
@@
2003-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
+ * texi/infohack.el: Require `bytecomp'.
+
+2003-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
+
* lisp/gnus-vers.el (gnus-revision-number): Increment to 02.
* lisp/nnshimbun.el: Moved to the emacs-w3m package.
diff --git
a/texi/infohack.el
b/texi/infohack.el
index
2599024
..
655c441
100644
(file)
--- a/
texi/infohack.el
+++ b/
texi/infohack.el
@@
-90,6
+90,8
@@
Both characters must have the same length of multi-byte form."
(setq command-line-args-left nil))
\f
+(require 'bytecomp)
+
(defun infohack-texi-format (file &optional addsuffix)
(let ((auto-save-default nil)
(find-file-run-dired nil)