emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/pcvs-info.el,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/pcvs-info.el,v
Date: Fri, 18 Apr 2008 10:31:55 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      08/04/18 10:31:55

Index: pcvs-info.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/pcvs-info.el,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -b -r1.34 -r1.35
--- pcvs-info.el        12 Apr 2008 03:15:55 -0000      1.34
+++ pcvs-info.el        18 Apr 2008 10:31:54 -0000      1.35
@@ -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."




reply via email to

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