]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment change.
authorRichard M. Stallman <rms@gnu.org>
Sun, 3 Aug 1997 05:06:05 +0000 (05:06 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 3 Aug 1997 05:06:05 +0000 (05:06 +0000)
lisp/progmodes/meta-mode.el

index 61753c9ef86a947adff2548b7afc8eca6252d126..2bac7d98eb75107c8139ecbe98799ece7ab2cb84 100644 (file)
 ;; package or as a separate Emacs Lisp package.
 
 ;; Installation:
-;;
-;; Install this file (meta-mode.el) in your personal or system-wide
-;; Emacs Lisp directory and add these lines to your startup files:
-;;
-;;  (autoload 'metafont-mode "meta-mode" "Metafont editing mode." t)
-;;  (autoload 'metapost-mode "meta-mode" "MetaPost editing mode." t)
-;;
-;;  (setq auto-mode-alist
-;;        (append '(("\\.mf\\'" . metafont-mode)
-;;                  ("\\.mp\\'" . metapost-mode)) auto-mode-alist))
 ;; 
 ;; An interface to running Metafont or MetaPost as a shell process
 ;; from within Emacs is currently under development as a separate