Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b0a96f7b
Commit
b0a96f7b
authored
Sep 07, 2007
by
Stefan Monnier
Browse files
"Todo" comment.
parent
4f060cc7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletion
+10
-1
lisp/add-log.el
lisp/add-log.el
+10
-1
No files found.
lisp/add-log.el
View file @
b0a96f7b
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment