]> git.eshelyaron.com Git - emacs.git/commitdiff
(ps-mode): Use autoload cookie in the standard way.
authorMarkus Rost <rost@math.uni-bielefeld.de>
Tue, 3 Jun 2003 04:15:06 +0000 (04:15 +0000)
committerMarkus Rost <rost@math.uni-bielefeld.de>
Tue, 3 Jun 2003 04:15:06 +0000 (04:15 +0000)
lisp/ChangeLog
lisp/progmodes/ps-mode.el

index 173748a924f64ee95735c1381223f5ecdfd9ba43..f23c4f736c38a2d59edcdc15902ce7df47115dcf 100644 (file)
@@ -1,3 +1,8 @@
+2003-06-03  Markus Rost  <rost@math.ohio-state.edu>
+
+       * progmodes/ps-mode.el (ps-mode): Use autoload cookie in the
+       standard way.
+
 2003-06-02  Lute Kamstra  <Lute.Kamstra@cwi.nl>
 
        * emacs-lisp/lisp-mnt.el (lm-synopsis): Use relative filenames
index 1debc3667fe96d09ade5c44c980e605e6921da63..c6edddc3a46b5cc7849bf0d10b0c9c828fabe91c 100644 (file)
@@ -481,8 +481,7 @@ If nil, the following are tried in turn, until success:
 \f
 ;; 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.