diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2007-09-07 15:02:40 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2007-09-07 15:02:40 +0000 |
commit | b0a96f7b209c178df8302273d8ee03b9b8a66c11 (patch) | |
tree | be2041d3d617df19a1e0d299bea4016db27604a4 /lisp/add-log.el | |
parent | 4f060cc7af5e8a725f04bf361a35dc3f08da5566 (diff) | |
download | emacs-b0a96f7b209c178df8302273d8ee03b9b8a66c11.tar.gz |
"Todo" comment.
Diffstat (limited to 'lisp/add-log.el')
-rw-r--r-- | lisp/add-log.el | 11 |
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 @@ ;; This facility is documented in the Emacs Manual. +;; Todo: + +;; - Find/use/create _MTN/log if there's a _MTN directory. +;; - Find/use/create ++log.* if there's an {arch} directory. +;; - Use an open *VC-Log* or *cvs-commit* buffer if it's related to the +;; source file. +;; - Don't add TAB indents (and username?) if inserting entries in those +;; special places. + ;;; Code: (eval-when-compile @@ -41,7 +50,7 @@ (defcustom change-log-default-name nil - "*Name of a change log file for \\[add-change-log-entry]." + "Name of a change log file for \\[add-change-log-entry]." :type '(choice (const :tag "default" nil) string) :group 'change-log) |