diff options
| -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 @@ | |||
| 41 | ;; package or as a separate Emacs Lisp package. | 41 | ;; package or as a separate Emacs Lisp package. |
| 42 | 42 | ||
| 43 | ;; Installation: | 43 | ;; Installation: |
| 44 | ;; | ||
| 45 | ;; Install this file (meta-mode.el) in your personal or system-wide | ||
| 46 | ;; Emacs Lisp directory and add these lines to your startup files: | ||
| 47 | ;; | ||
| 48 | ;; (autoload 'metafont-mode "meta-mode" "Metafont editing mode." t) | ||
| 49 | ;; (autoload 'metapost-mode "meta-mode" "MetaPost editing mode." t) | ||
| 50 | ;; | ||
| 51 | ;; (setq auto-mode-alist | ||
| 52 | ;; (append '(("\\.mf\\'" . metafont-mode) | ||
| 53 | ;; ("\\.mp\\'" . metapost-mode)) auto-mode-alist)) | ||
| 54 | ;; | 44 | ;; |
| 55 | ;; An interface to running Metafont or MetaPost as a shell process | 45 | ;; An interface to running Metafont or MetaPost as a shell process |
| 56 | ;; from within Emacs is currently under development as a separate | 46 | ;; from within Emacs is currently under development as a separate |