diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-08-03 05:06:05 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-08-03 05:06:05 +0000 |
commit | 3fbc965dbac0dd3aff016bdddab85aede176864c (patch) | |
tree | 82c309723919b65227220c9e9fe971eee58ad44d /lisp | |
parent | 95c7d3d3176d599faae3d6210de187d89e6e3e09 (diff) | |
download | emacs-3fbc965dbac0dd3aff016bdddab85aede176864c.tar.gz emacs-3fbc965dbac0dd3aff016bdddab85aede176864c.tar.bz2 emacs-3fbc965dbac0dd3aff016bdddab85aede176864c.zip |
Comment change.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/progmodes/meta-mode.el | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lisp/progmodes/meta-mode.el b/lisp/progmodes/meta-mode.el index 61753c9ef86..2bac7d98eb7 100644 --- a/lisp/progmodes/meta-mode.el +++ b/lisp/progmodes/meta-mode.el @@ -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 |