# HG changeset patch # User Glenn Morris # Date 1207970155 0 # Node ID 780a4492dea02b44057f95a13831788c1164831a # Parent 81785f1ef0fa68efb5f8900e953148ddc776075e Move non-autoloaded define-obsolete-variable-alias calls for defcustoms not in dumped files before the associated defcustom. diff -r 81785f1ef0fa -r 780a4492dea0 lisp/pcvs-info.el --- a/lisp/pcvs-info.el Sat Apr 12 03:15:30 2008 +0000 +++ b/lisp/pcvs-info.el Sat Apr 12 03:15:55 2008 +0000 @@ -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 ;; 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.