aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2007-09-07 15:02:40 +0000
committerStefan Monnier2007-09-07 15:02:40 +0000
commitb0a96f7b209c178df8302273d8ee03b9b8a66c11 (patch)
treebe2041d3d617df19a1e0d299bea4016db27604a4
parent4f060cc7af5e8a725f04bf361a35dc3f08da5566 (diff)
downloademacs-b0a96f7b209c178df8302273d8ee03b9b8a66c11.tar.gz
emacs-b0a96f7b209c178df8302273d8ee03b9b8a66c11.zip
"Todo" comment.
-rw-r--r--lisp/add-log.el11
1 files changed, 10 insertions, 1 deletions
diff --git a/lisp/add-log.el b/lisp/add-log.el
index 4b6b3452a9e..3112a6e7667 100644
--- a/lisp/add-log.el
+++ b/lisp/add-log.el
@@ -27,6 +27,15 @@
27 27
28;; This facility is documented in the Emacs Manual. 28;; This facility is documented in the Emacs Manual.
29 29
30;; Todo:
31
32;; - Find/use/create _MTN/log if there's a _MTN directory.
33;; - Find/use/create ++log.* if there's an {arch} directory.
34;; - Use an open *VC-Log* or *cvs-commit* buffer if it's related to the
35;; source file.
36;; - Don't add TAB indents (and username?) if inserting entries in those
37;; special places.
38
30;;; Code: 39;;; Code:
31 40
32(eval-when-compile 41(eval-when-compile
@@ -41,7 +50,7 @@
41 50
42 51
43(defcustom change-log-default-name nil 52(defcustom change-log-default-name nil
44 "*Name of a change log file for \\[add-change-log-entry]." 53 "Name of a change log file for \\[add-change-log-entry]."
45 :type '(choice (const :tag "default" nil) 54 :type '(choice (const :tag "default" nil)
46 string) 55 string)
47 :group 'change-log) 56 :group 'change-log)