*** empty log message ***

This commit is contained in:
Richard M. Stallman 1992-08-12 18:37:35 +00:00
parent 10a4cc6301
commit 1da5680041

View file

@ -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