diff lisp/add-log.el @ 980:b62886fbf2a7

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Wed, 12 Aug 1992 18:37:35 +0000
parents 7c035a87c691
children d8d503897aa5
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