Mercurial > emacs
changeset 41174:6f2dcaad706b
(cvs-prefix-define): Don't defconst a variable.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sat, 17 Nov 2001 00:48:14 +0000 |
parents | e1285c5daeaf |
children | 7a8a9f274e2c |
files | lisp/pcvs-util.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/pcvs-util.el Sat Nov 17 00:47:42 2001 +0000 +++ b/lisp/pcvs-util.el Sat Nov 17 00:48:14 2001 +0000 @@ -5,7 +5,7 @@ ;; Author: Stefan Monnier <monnier@cs.yale.edu> ;; Keywords: pcl-cvs -;; Revision: $Id: pcvs-util.el,v 1.13 2001/07/16 07:46:48 pj Exp $ +;; Revision: $Id: pcvs-util.el,v 1.14 2001/10/03 20:28:01 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)