mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08: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:
parent
fc14288b71
commit
92e39d6fbf
2 changed files with 3 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue