comparison lisp/pcvs-info.el @ 94031:780a4492dea0

Move non-autoloaded define-obsolete-variable-alias calls for defcustoms not in dumped files before the associated defcustom.
author Glenn Morris <rgm@gnu.org>
date Sat, 12 Apr 2008 03:15:55 +0000
parents 73661ddc7ac7
children 024f6c12a147
comparison
equal deleted inserted replaced
94030:81785f1ef0fa 94031:780a4492dea0
1 ;;; pcvs-info.el --- internal representation of a fileinfo entry 1 ;;; pcvs-info.el --- internal representation of a fileinfo entry
2 2
3 ;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 3 ;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
4 ;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 4 ;; 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
5 ;; Free Software Foundation, Inc.
5 6
6 ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> 7 ;; Author: Stefan Monnier <monnier@iro.umontreal.ca>
7 ;; Keywords: pcl-cvs 8 ;; Keywords: pcl-cvs
8 9
9 ;; This file is part of GNU Emacs. 10 ;; This file is part of GNU Emacs.
38 ;;(require 'pcvs-defs) 39 ;;(require 'pcvs-defs)
39 40
40 ;;;; 41 ;;;;
41 ;;;; config variables 42 ;;;; config variables
42 ;;;; 43 ;;;;
44
45 (define-obsolete-variable-alias 'cvs-display-full-path 'cvs-display-full-name)
43 46
44 (defcustom cvs-display-full-name t 47 (defcustom cvs-display-full-name t
45 "*Specifies how the filenames should be displayed in the listing. 48 "*Specifies how the filenames should be displayed in the listing.
46 If non-nil, their full filename name will be displayed, else only the 49 If non-nil, their full filename name will be displayed, else only the
47 non-directory part." 50 non-directory part."
48 :group 'pcl-cvs 51 :group 'pcl-cvs
49 :type '(boolean)) 52 :type '(boolean))
50 (define-obsolete-variable-alias 'cvs-display-full-path 'cvs-display-full-name)
51 53
52 (defcustom cvs-allow-dir-commit nil 54 (defcustom cvs-allow-dir-commit nil
53 "*Allow `cvs-mode-commit' on directories. 55 "*Allow `cvs-mode-commit' on directories.
54 If you commit without any marked file and with the cursor positioned 56 If you commit without any marked file and with the cursor positioned
55 on a directory entry, cvs would commit the whole directory. This seems 57 on a directory entry, cvs would commit the whole directory. This seems