Mercurial > emacs
changeset 980:b62886fbf2a7
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 12 Aug 1992 18:37:35 +0000 |
parents | 268c7b5da35b |
children | 49a539ef702f |
files | lisp/add-log.el |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/add-log.el Wed Aug 12 15:19:32 1992 +0000 +++ b/lisp/add-log.el Wed Aug 12 18:37:35 1992 +0000 @@ -177,6 +177,7 @@ (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 @@ (buffer-substring (match-beginning 1) (match-end 1))))))))) + +(provide 'add-log) + ;;; add-log.el ends here