*** empty log message ***
This commit is contained in:
parent
10a4cc6301
commit
1da5680041
1 changed files with 4 additions and 0 deletions
|
@ -177,6 +177,7 @@ Interactively, with a prefix argument, the file name is prompted for."
|
|||
(prompt-for-change-log-name))))
|
||||
(add-change-log-entry whoami file-name t))
|
||||
|
||||
;;;###autoload
|
||||
(defun change-log-mode ()
|
||||
"Major mode for editting change logs; like Indented Text Mode.
|
||||
Prevents numeric backups and sets `left-margin' to 8 and `fill-column' to 74.
|
||||
|
@ -340,4 +341,7 @@ Has a preference of looking backwards."
|
|||
(buffer-substring (match-beginning 1)
|
||||
(match-end 1)))))))))
|
||||
|
||||
|
||||
(provide 'add-log)
|
||||
|
||||
;;; add-log.el ends here
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue