]> code.delx.au - gnu-emacs/blobdiff - lisp/add-log.el
Fix pr-interface-map initialization
[gnu-emacs] / lisp / add-log.el
index 3ca1b613955e3da72f5f1d7b7425443f30ea6ad9..33ecd98ec44848158ef29ce769e5d8e7748c3d54 100644 (file)
@@ -664,7 +664,6 @@ the change log file in another window."
                   (list current-prefix-arg
                         (prompt-for-change-log-name))))
   (add-change-log-entry whoami file-name t))
-;;;###autoload (define-key ctl-x-4-map "a" 'add-change-log-entry-other-window)
 
 
 (defvar change-log-indent-text 0)
@@ -827,6 +826,9 @@ Prefix arg means justify as well."
   '(TeX-mode plain-TeX-mode LaTeX-mode tex-mode)
   "*Modes that look like TeX to `add-log-current-defun'.")
 
+(declare-function c-beginning-of-defun "cc-cmds" (&optional arg))
+(declare-function c-end-of-defun "cc-cmds" (&optional arg))
+
 ;;;###autoload
 (defun add-log-current-defun ()
   "Return name of function definition point is in, or nil.