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: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/pcvs-info.el,v
Date: Sat, 12 Apr 2008 03:15:56 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/04/12 03:15:56

Index: pcvs-info.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/pcvs-info.el,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -b -r1.33 -r1.34
--- pcvs-info.el        8 Jan 2008 20:44:50 -0000       1.33
+++ pcvs-info.el        12 Apr 2008 03:15:55 -0000      1.34
@@ -1,7 +1,8 @@
 ;;; pcvs-info.el --- internal representation of a fileinfo entry
 
 ;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
-;;   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software 
Foundation, Inc.
+;;   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
+;;   Free Software Foundation, Inc.
 
 ;; Author: Stefan Monnier <address@hidden>
 ;; Keywords: pcl-cvs
@@ -41,13 +42,14 @@
 ;;;; config variables
 ;;;;
 
+(define-obsolete-variable-alias 'cvs-display-full-path 'cvs-display-full-name)
+
 (defcustom cvs-display-full-name t
   "*Specifies how the filenames should be displayed in the listing.
 If non-nil, their full filename name will be displayed, else only the
 non-directory part."
   :group 'pcl-cvs
   :type '(boolean))
-(define-obsolete-variable-alias 'cvs-display-full-path 'cvs-display-full-name)
 
 (defcustom cvs-allow-dir-commit nil
   "*Allow `cvs-mode-commit' on directories.




reply via email to

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