1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-15 17:00:26 +00:00

vc.el fix for bug#4496.

* lisp/vc/vc.el (vc-default-previous-version):
Remove broken alias that points nowhere.
This commit is contained in:
Glenn Morris 2011-02-16 20:57:22 -08:00
parent fc14288b71
commit 92e39d6fbf
2 changed files with 3 additions and 3 deletions

View 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.

View 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."