changeset 39542:48d3de634dc8

(cvs-prefix-define): Typo cons->concat.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 03 Oct 2001 20:28:01 +0000
parents f23c447c3d9b
children 46563ae68457
files lisp/pcvs-util.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/pcvs-util.el	Wed Oct 03 19:50:05 2001 +0000
+++ b/lisp/pcvs-util.el	Wed Oct 03 20:28:01 2001 +0000
@@ -5,7 +5,7 @@
 
 ;; Author: Stefan Monnier <monnier@cs.yale.edu>
 ;; Keywords: pcl-cvs
-;; Revision: $Id: pcvs-util.el,v 1.12 2001/04/13 14:56:10 monnier Exp $
+;; Revision: $Id: pcvs-util.el,v 1.13 2001/07/16 07:46:48 pj Exp $
 
 ;; This file is part of GNU Emacs.
 
@@ -348,7 +348,7 @@
 				 &optional qtypedesc hist-sym)
   (let ((cps (cvs-prefix-sym sym)))
     `(progn
-       (defvar ,sym nil ,(cons (or docstring "") "
+       (defvar ,sym nil ,(concat (or docstring "") "
 See `cvs-prefix-set' for further description of the behavior."))
        (defconst ,cps
 	 (let ((defaults ,defaults))