From: Markus Rost Date: Tue, 3 Jun 2003 04:15:06 +0000 (+0000) Subject: (ps-mode): Use autoload cookie in the standard way. X-Git-Tag: ttn-vms-21-2-B4~9783 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7c3d5ad90378fec47f584ba918a51febd0860e9a;p=emacs.git (ps-mode): Use autoload cookie in the standard way. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 173748a924f..f23c4f736c3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2003-06-03 Markus Rost + + * progmodes/ps-mode.el (ps-mode): Use autoload cookie in the + standard way. + 2003-06-02 Lute Kamstra * emacs-lisp/lisp-mnt.el (lm-synopsis): Use relative filenames diff --git a/lisp/progmodes/ps-mode.el b/lisp/progmodes/ps-mode.el index 1debc3667fe..c6edddc3a46 100644 --- a/lisp/progmodes/ps-mode.el +++ b/lisp/progmodes/ps-mode.el @@ -481,8 +481,7 @@ If nil, the following are tried in turn, until success: ;; PostScript mode. -;;;###autoload (autoload (quote ps-mode) "ps-mode" "Major mode for editing PostScript with GNU Emacs.\n" t) - +;;;###autoload (define-derived-mode ps-mode fundamental-mode "PostScript" "Major mode for editing PostScript with GNU Emacs.