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


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

Index: emacs/lisp/pcvs-util.el
diff -c emacs/lisp/pcvs-util.el:1.16 emacs/lisp/pcvs-util.el:1.17
*** emacs/lisp/pcvs-util.el:1.16        Sun Dec  2 02:41:47 2001
--- emacs/lisp/pcvs-util.el     Thu Dec 20 13:43:07 2001
***************
*** 5,11 ****
  
  ;; Author: Stefan Monnier <address@hidden>
  ;; Keywords: pcl-cvs
! ;; Revision: $Id: pcvs-util.el,v 1.16 2001/12/02 07:41:47 monnier Exp $
  
  ;; This file is part of GNU Emacs.
  
--- 5,11 ----
  
  ;; Author: Stefan Monnier <address@hidden>
  ;; Keywords: pcl-cvs
! ;; Revision: $Id: pcvs-util.el,v 1.17 2001/12/20 18:43:07 pj Exp $
  
  ;; This file is part of GNU Emacs.
  
***************
*** 372,378 ****
    it queries the user and sets the -ARG'th default.
  If ARG is greater than 9 (or \\[universal-argument] \\[universal-argument]),
    the (ARG mod 10)'th prefix is made persistent.
! If ARG is NIL toggle the PREFIX's value between its 0th default and NIL
    and reset the persistence."
    (let* ((prefix (symbol-value (cvs-prefix-sym sym)))
         (numarg (if (integerp arg) arg 0))
--- 372,378 ----
    it queries the user and sets the -ARG'th default.
  If ARG is greater than 9 (or \\[universal-argument] \\[universal-argument]),
    the (ARG mod 10)'th prefix is made persistent.
! If ARG is nil toggle the PREFIX's value between its 0th default and nil
    and reset the persistence."
    (let* ((prefix (symbol-value (cvs-prefix-sym sym)))
         (numarg (if (integerp arg) arg 0))



reply via email to

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