Mercurial > emacs
changeset 51417:0910a521766a
(ps-mode): Use autoload cookie in the standard way.
author | Markus Rost <rost@math.uni-bielefeld.de> |
---|---|
date | Tue, 03 Jun 2003 04:14:42 +0000 |
parents | 83476384bebd |
children | dc7350607e6c |
files | lisp/progmodes/ps-mode.el |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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.