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: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/pcvs-util.el
Date: Fri, 16 Nov 2001 19:48:14 -0500

Index: emacs/lisp/pcvs-util.el
diff -u emacs/lisp/pcvs-util.el:1.14 emacs/lisp/pcvs-util.el:1.15
--- emacs/lisp/pcvs-util.el:1.14        Wed Oct  3 16:28:01 2001
+++ emacs/lisp/pcvs-util.el     Fri Nov 16 19:48:14 2001
@@ -5,7 +5,7 @@
 
 ;; Author: Stefan Monnier <address@hidden>
 ;; Keywords: pcl-cvs
-;; Revision: $Id: pcvs-util.el,v 1.14 2001/10/03 20:28:01 monnier Exp $
+;; Revision: $Id: pcvs-util.el,v 1.15 2001/11/17 00:48:14 monnier Exp $
 
 ;; This file is part of GNU Emacs.
 
@@ -350,7 +350,7 @@
     `(progn
        (defvar ,sym nil ,(concat (or docstring "") "
 See `cvs-prefix-set' for further description of the behavior."))
-       (defconst ,cps
+       (defvar ,cps
         (let ((defaults ,defaults))
           ;; sanity ensurance
           (unless (>= (length defaults) cvs-prefix-number)



reply via email to

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