aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/ps-mode.el
diff options
context:
space:
mode:
authorMarkus Rost <[email protected]>2003-06-03 04:15:06 +0000
committerMarkus Rost <[email protected]>2003-06-03 04:15:06 +0000
commit7c3d5ad90378fec47f584ba918a51febd0860e9a (patch)
treed1ed1181c9e31e177623684082af11d96c827ba4 /lisp/progmodes/ps-mode.el
parentdd310c45a058a3d48ff2ecfe2b2baa89bbd929a0 (diff)
(ps-mode): Use autoload cookie in the standard way.
Diffstat (limited to 'lisp/progmodes/ps-mode.el')
-rw-r--r--lisp/progmodes/ps-mode.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/progmodes/ps-mode.el b/lisp/progmodes/ps-mode.el
index 1debc3667f..c6edddc3a4 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.