From 7c3d5ad90378fec47f584ba918a51febd0860e9a Mon Sep 17 00:00:00 2001 From: Markus Rost Date: Tue, 3 Jun 2003 04:15:06 +0000 Subject: [PATCH] (ps-mode): Use autoload cookie in the standard way. --- lisp/ChangeLog | 5 +++++ lisp/progmodes/ps-mode.el | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) 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. -- 2.39.2