1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(ps-mode): Use autoload cookie in the standard way.

This commit is contained in:
Markus Rost 2003-06-03 04:15:06 +00:00
parent dd310c45a0
commit 7c3d5ad903
2 changed files with 6 additions and 2 deletions

View file

@ -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.