emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r103310: vc.el fix for bug#4496.


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r103310: vc.el fix for bug#4496.
Date: Wed, 16 Feb 2011 20:57:22 -0800
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 103310
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2011-02-16 20:57:22 -0800
message:
  vc.el fix for bug#4496.
  
  * lisp/vc/vc.el (vc-default-previous-version):
  Remove broken alias that points nowhere.
modified:
  lisp/ChangeLog
  lisp/vc/vc.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-02-17 04:50:47 +0000
+++ b/lisp/ChangeLog    2011-02-17 04:57:22 +0000
@@ -1,5 +1,8 @@
 2011-02-17  Glenn Morris  <address@hidden>
 
+       * 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.

=== modified file 'lisp/vc/vc.el'
--- a/lisp/vc/vc.el     2011-02-13 03:07:53 +0000
+++ b/lisp/vc/vc.el     2011-02-17 04:57:22 +0000
@@ -2614,9 +2614,6 @@
     (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."


reply via email to

[Prev in Thread] Current Thread [Next in Thread]