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 4b3f6d6..638b7a2 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 815bdbf..0274384 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."