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:
parent
dd310c45a0
commit
7c3d5ad903
2 changed files with 6 additions and 2 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue