aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes
diff options
context:
space:
mode:
authorKaroly Lorentey2004-07-24 22:08:12 +0000
committerKaroly Lorentey2004-07-24 22:08:12 +0000
commit15dabcb48a89496d128b7159fbb8d498b7cfbda6 (patch)
treeecead49e540dae176cbe47106d1b646c1796a020 /lisp/progmodes
parent407e382d35ede779a23b974d7ac40a7d3d0fa5ff (diff)
parente4ed805e9d3b9f2019cb9376682bb53dafaf81fb (diff)
downloademacs-15dabcb48a89496d128b7159fbb8d498b7cfbda6.tar.gz
emacs-15dabcb48a89496d128b7159fbb8d498b7cfbda6.zip
Merged in changes from CVS trunk.
Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-464 Update from CVS: lisp/progmodes/make-mode.el: Fix comments. * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-465 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-466 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-467 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-221
Diffstat (limited to 'lisp/progmodes')
-rw-r--r--lisp/progmodes/make-mode.el6
1 files changed, 1 insertions, 5 deletions
diff --git a/lisp/progmodes/make-mode.el b/lisp/progmodes/make-mode.el
index 5130ca9bfef..c887b144965 100644
--- a/lisp/progmodes/make-mode.el
+++ b/lisp/progmodes/make-mode.el
@@ -8,11 +8,6 @@
8;; Adapted-By: ESR 8;; Adapted-By: ESR
9;; Keywords: unix, tools 9;; Keywords: unix, tools
10 10
11;; RMS:
12;; This needs work.
13;; Also, the doc strings need fixing: the first line doesn't stand alone,
14;; and other usage is not high quality. Symbol names don't have `...'.
15
16;; This file is part of GNU Emacs. 11;; This file is part of GNU Emacs.
17 12
18;; GNU Emacs is free software; you can redistribute it and/or modify 13;; GNU Emacs is free software; you can redistribute it and/or modify
@@ -63,6 +58,7 @@
63;; 58;;
64;; To Do: 59;; To Do:
65;; 60;;
61;; * Add missing doc strings, improve terse doc strings.
66;; * Eliminate electric stuff entirely. 62;; * Eliminate electric stuff entirely.
67;; * It might be nice to highlight targets differently depending on 63;; * It might be nice to highlight targets differently depending on
68;; whether they are up-to-date or not. Not sure how this would 64;; whether they are up-to-date or not. Not sure how this would