emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp ChangeLog vc-hooks.el


From: Glenn Morris
Subject: [Emacs-diffs] emacs/lisp ChangeLog vc-hooks.el
Date: Sat, 24 Oct 2009 03:43:51 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       09/10/24 03:43:51

Modified files:
        lisp           : ChangeLog vc-hooks.el 

Log message:
        Convert comment about autoload into autoload comment.
        (vc-responsible-backend): Fix declaration.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.16491&r2=1.16492
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/vc-hooks.el?cvsroot=emacs&r1=1.285&r2=1.286

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.16491
retrieving revision 1.16492
diff -u -b -r1.16491 -r1.16492
--- ChangeLog   24 Oct 2009 00:46:17 -0000      1.16491
+++ ChangeLog   24 Oct 2009 03:43:47 -0000      1.16492
@@ -1,3 +1,7 @@
+2009-10-24  Glenn Morris  <address@hidden>
+
+       * vc-hooks.el (vc-responsible-backend): Fix declaration.
+
 2009-10-24  Stefan Monnier  <address@hidden>
 
        * minibuffer.el (completion--embedded-envvar-table): Fix last change.

Index: vc-hooks.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/vc-hooks.el,v
retrieving revision 1.285
retrieving revision 1.286
diff -u -b -r1.285 -r1.286
--- vc-hooks.el 23 Oct 2009 05:15:30 -0000      1.285
+++ vc-hooks.el 24 Oct 2009 03:43:50 -0000      1.286
@@ -205,7 +205,7 @@
 ;; Tell Emacs about this new kind of minor mode
 ;; (add-to-list 'minor-mode-alist '(vc-mode vc-mode))
 
-;; Autoload if this file no longer dumped.
+;;;###autoload
 (put 'vc-mode 'risky-local-variable t)
 (make-variable-buffer-local 'vc-mode)
 (put 'vc-mode 'permanent-local t)
@@ -1019,7 +1019,7 @@
 
 (defalias 'vc-menu-map vc-menu-map)
 
-(declare-function vc-responsible-backend "vc" (file &optional register))
+(declare-function vc-responsible-backend "vc" (file))
 
 (defun vc-menu-map-filter (orig-binding)
   (if (and (symbolp orig-binding) (fboundp orig-binding))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]