]> git.eshelyaron.com Git - emacs.git/commitdiff
(m4-mode): Add autoload cookie.
authorRichard M. Stallman <rms@gnu.org>
Sat, 6 Sep 1997 22:20:09 +0000 (22:20 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 6 Sep 1997 22:20:09 +0000 (22:20 +0000)
lisp/progmodes/m4-mode.el

index a76c5add0269bdd528aaae062f521ee729ab0a77..5f39305e9a3361ed0afa98ed8abf1fa80181fddc 100644 (file)
 ;; * want to make m4-m4-(buffer|region) look sorta like M-x compile look&feel ?
 ;; * sexp motion commands don't seem to work right
 
-;; to autoload m4 lisp code:  
-;; (autoload 'm4-mode "m4-mode" nil t)
-;;
-;; or can use (load "m4-mode") or (require 'm4-mode) to just load it 
-;;
-;; to try to "auto-detect" m4 files:
-;; (setq auto-mode-alist 
-;;      (cons '(".*\\.m4$" . m4-mode)
-;;            auto-mode-alist))
 ;;; Thanks: 
 ;;;         to Akim Demaille and Terry Jones for the bug reports
 ;;;         to Simon Marshall for the regexp tip
   (process-send-eof "m4process")
   (switch-to-buffer-other-window "*m4 output*"))
 
+;;;###autoload
 (defun m4-mode ()
-  "A major-mode to edit m4 macro files
+  "A major mode to edit m4 macro files.
 \\{m4-mode-map}
 "
   (interactive)