# HG changeset patch # User Richard M. Stallman # Date 870584765 0 # Node ID 5221c4793bb8ef6a805fc078e77195f842613821 # Parent 51fdd58dc1128a4fa373bcc5c63822d626ad75ed Comment change. diff -r 51fdd58dc112 -r 5221c4793bb8 lisp/progmodes/meta-mode.el --- 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