]> git.eshelyaron.com Git - emacs.git/commitdiff
vc.el fix for bug#4496.
authorGlenn Morris <rgm@gnu.org>
Thu, 17 Feb 2011 04:57:22 +0000 (20:57 -0800)
committerGlenn Morris <rgm@gnu.org>
Thu, 17 Feb 2011 04:57:22 +0000 (20:57 -0800)
* lisp/vc/vc.el (vc-default-previous-version):
Remove broken alias that points nowhere.

lisp/ChangeLog
lisp/vc/vc.el

index 4b3f6d6f4cc009d15754ecfee9af2b1bb765c9c3..638b7a2d442a670f0e92b94521160b5093de1911 100644 (file)
@@ -1,5 +1,8 @@
 2011-02-17  Glenn Morris  <rgm@gnu.org>
 
+       * vc/vc.el (vc-default-previous-version):
+       Remove alias that points nowhere.  (Bug#4496)
+
        * dired-x.el (dired-clean-up-after-deletion):
        kill-buffer does not need save-excursion.
        (dired-do-run-mail): Doc fix.
index 815bdbfc5bfba2f4456694a203a031c7ece31109..0274384780038dbe150d77f16f55357d5f444458 100644 (file)
@@ -2614,9 +2614,6 @@ log entries should be gathered."
     (when index
       (substring rev 0 index))))
 
-(define-obsolete-function-alias
-  'vc-default-previous-version 'vc-default-previous-revision "23.1")
-
 (defun vc-default-responsible-p (backend file)
   "Indicate whether BACKEND is reponsible for FILE.
 The default is to return nil always."