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-defs.el


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/lisp/pcvs-defs.el
Date: Thu, 20 Dec 2001 13:42:44 -0500

Index: emacs/lisp/pcvs-defs.el
diff -c emacs/lisp/pcvs-defs.el:1.16 emacs/lisp/pcvs-defs.el:1.17
*** emacs/lisp/pcvs-defs.el:1.16        Wed Oct 31 12:39:07 2001
--- emacs/lisp/pcvs-defs.el     Thu Dec 20 13:42:44 2001
***************
*** 4,10 ****
  
  ;; Author: Stefan Monnier <address@hidden>
  ;; Keywords: pcl-cvs
! ;; Revision: $Id: pcvs-defs.el,v 1.16 2001/10/31 17:39:07 sds Exp $
  
  ;; This file is part of GNU Emacs.
  
--- 4,10 ----
  
  ;; Author: Stefan Monnier <address@hidden>
  ;; Keywords: pcl-cvs
! ;; Revision: $Id: pcvs-defs.el,v 1.17 2001/12/20 18:42:44 pj Exp $
  
  ;; This file is part of GNU Emacs.
  
***************
*** 168,174 ****
  
  (defcustom cvs-add-default-message nil
    "*Default message to use when adding files.
! If set to NIL, `cvs-mode-add' will always prompt for a message."
    :group 'pcl-cvs
    :type '(choice (const :tag "Prompt" nil)
                 (string)))
--- 168,174 ----
  
  (defcustom cvs-add-default-message nil
    "*Default message to use when adding files.
! If set to nil, `cvs-mode-add' will always prompt for a message."
    :group 'pcl-cvs
    :type '(choice (const :tag "Prompt" nil)
                 (string)))
***************
*** 495,501 ****
  Sadly, even with a new cvs executable, if you connect to an older cvs server
  \(typically a cvs-1.9 on the server), the old restriction applies.  In such
  a case the sanity check made by pcl-cvs fails and you will have to manually
! set this variable to T (until the cvs server is upgraded).
  When the above problem occurs, pcl-cvs should (hopefully) catch cvs' error
  message and replace it with a message tell you to change this variable.")
  
--- 495,501 ----
  Sadly, even with a new cvs executable, if you connect to an older cvs server
  \(typically a cvs-1.9 on the server), the old restriction applies.  In such
  a case the sanity check made by pcl-cvs fails and you will have to manually
! set this variable to t (until the cvs server is upgraded).
  When the above problem occurs, pcl-cvs should (hopefully) catch cvs' error
  message and replace it with a message tell you to change this variable.")
  



reply via email to

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