# HG changeset patch # User Markus Rost # Date 1054613682 0 # Node ID 0910a521766ae84a753ea2539ad8074903df8b05 # Parent 83476384bebda33aab08b963dc517bb80a7baec6 (ps-mode): Use autoload cookie in the standard way. diff -r 83476384bebd -r 0910a521766a lisp/progmodes/ps-mode.el --- a/lisp/progmodes/ps-mode.el Mon Jun 02 22:41:50 2003 +0000 +++ b/lisp/progmodes/ps-mode.el Tue Jun 03 04:14:42 2003 +0000 @@ -481,8 +481,7 @@ ;; 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.