diff options
| author | Richard M. Stallman | 1993-05-06 01:30:26 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-05-06 01:30:26 +0000 |
| commit | 74416836f8a835409ca6e709f5b2fa9bcb1e3d8b (patch) | |
| tree | 0acb5a6b549ab3fec028a11c5ea0fea827bd2ed9 | |
| parent | 1d928d69396f4a73c03d6b2010fbdd9d1a556a18 (diff) | |
| download | emacs-74416836f8a835409ca6e709f5b2fa9bcb1e3d8b.tar.gz emacs-74416836f8a835409ca6e709f5b2fa9bcb1e3d8b.zip | |
Comment changes.
| -rw-r--r-- | lisp/progmodes/make-mode.el | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/lisp/progmodes/make-mode.el b/lisp/progmodes/make-mode.el index 645010e68ef..d01ee7c0b61 100644 --- a/lisp/progmodes/make-mode.el +++ b/lisp/progmodes/make-mode.el | |||
| @@ -7,7 +7,18 @@ | |||
| 7 | ;; Adapted-By: ESR | 7 | ;; Adapted-By: ESR |
| 8 | ;; Keywords: unix, tools | 8 | ;; Keywords: unix, tools |
| 9 | 9 | ||
| 10 | ;; $Id: makefile.el,v 1.3 1993/04/20 20:01:16 esr Exp $ | 10 | ;; RMS: |
| 11 | ;; This needs work. The electric characters are too obnoxious. | ||
| 12 | ;; It should not define C-c LETTER. | ||
| 13 | ;; It should support knowing the list of existing macros and targets | ||
| 14 | ;; via M-TAB completion, not by preempting insertion of references. | ||
| 15 | ;; Also, the doc strings need fixing: the first line doesn't stand alone, | ||
| 16 | ;; and other usage is not high quality. Symbol names don't have `...'. | ||
| 17 | ;; The Mode names is written as makefile-mode instead of Makefile mode. | ||
| 18 | |||
| 19 | ;; So, for the meantime, this is not the default mode for makefiles. | ||
| 20 | |||
| 21 | ;; $Id: makefile.el,v 1.7 1993/04/21 03:47:05 eric Exp rms $ | ||
| 11 | 22 | ||
| 12 | ;; This file is part of GNU Emacs. | 23 | ;; This file is part of GNU Emacs. |
| 13 | 24 | ||