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:
f6369c7
)
Synch to No Gnus 200402270316.
author
yamaoka
<yamaoka>
Fri, 27 Feb 2004 03:17:13 +0000
(
03:17
+0000)
committer
yamaoka
<yamaoka>
Fri, 27 Feb 2004 03:17:13 +0000
(
03:17
+0000)
lisp/ChangeLog
patch
|
blob
|
history
lisp/dgnushack.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index
c81effb
..
891cbb7
100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,5
+1,7
@@
2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
+ * dgnushack.el: Autoload sgml-mode for XEmacs.
+
* nnrss.el (nnrss-opml-export): Use
mm-set-buffer-file-coding-system instead of
set-buffer-file-coding-system.
diff --git
a/lisp/dgnushack.el
b/lisp/dgnushack.el
index
0b09ff6
..
7dfc4ea
100644
(file)
--- a/
lisp/dgnushack.el
+++ b/
lisp/dgnushack.el
@@
-326,6
+326,7
@@
Try to re-configure with --with-addpath=FLIM_PATH and run make again.
(if (emacs-version>= 21 5)
(autoload 'setenv "process" nil t)
(autoload 'setenv "env" nil t))
+ (autoload 'sgml-mode "psgml" nil t)
(autoload 'smtpmail-send-it "smtpmail")
(autoload 'sort-numeric-fields "sort" nil t)
(autoload 'sort-subr "sort")