From: Glenn Morris Date: Thu, 17 Feb 2011 04:57:22 +0000 (-0800) Subject: vc.el fix for bug#4496. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~844 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=92e39d6fbfd29fc9773643a8af3c4870883e1863;p=emacs.git vc.el fix for bug#4496. * lisp/vc/vc.el (vc-default-previous-version): Remove broken alias that points nowhere. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4b3f6d6f4cc..638b7a2d442 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2011-02-17 Glenn Morris + * 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. diff --git a/lisp/vc/vc.el b/lisp/vc/vc.el index 815bdbfc5bf..02743847800 100644 --- a/lisp/vc/vc.el +++ b/lisp/vc/vc.el @@ -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."