changeset 19099:5221c4793bb8

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Sun, 03 Aug 1997 05:06:05 +0000
parents 51fdd58dc112
children 0cbf5673993f
files lisp/progmodes/meta-mode.el
diffstat 1 files changed, 0 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/meta-mode.el	Sun Aug 03 04:10:36 1997 +0000
+++ b/lisp/progmodes/meta-mode.el	Sun Aug 03 05:06:05 1997 +0000
@@ -41,16 +41,6 @@
 ;; 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