changeset 94166:024f6c12a147

(cvs-display-full-path, cvs-fileinfo->full-path): Add WHEN to obsolescence declaration.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 18 Apr 2008 10:31:54 +0000
parents aaacbb8c259f
children 3f795454be96
files lisp/pcvs-info.el
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/pcvs-info.el	Fri Apr 18 10:31:27 2008 +0000
+++ b/lisp/pcvs-info.el	Fri Apr 18 10:31:54 2008 +0000
@@ -42,7 +42,8 @@
 ;;;; config variables
 ;;;;
 
-(define-obsolete-variable-alias 'cvs-display-full-path 'cvs-display-full-name)
+(define-obsolete-variable-alias 'cvs-display-full-path
+    'cvs-display-full-name "22.1")
 
 (defcustom cvs-display-full-name t
   "*Specifies how the filenames should be displayed in the listing.
@@ -227,7 +228,8 @@
       ;; Here, I use `concat' rather than `expand-file-name' because I want
       ;; the resulting path to stay relative if `dir' is relative.
       (concat dir (cvs-fileinfo->file fileinfo)))))
-(define-obsolete-function-alias 'cvs-fileinfo->full-path 'cvs-fileinfo->full-name)
+(define-obsolete-function-alias 'cvs-fileinfo->full-path
+    'cvs-fileinfo->full-name "22.1")
 
 (defun cvs-fileinfo->pp-name (fi)
   "Return the filename of FI as it should be displayed."