Synch to No Gnus 200402270316.
authoryamaoka <yamaoka>
Fri, 27 Feb 2004 03:17:13 +0000 (03:17 +0000)
committeryamaoka <yamaoka>
Fri, 27 Feb 2004 03:17:13 +0000 (03:17 +0000)
lisp/ChangeLog
lisp/dgnushack.el

index c81effb..891cbb7 100644 (file)
@@ -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.
index 0b09ff6..7dfc4ea 100644 (file)
@@ -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")