Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
08171162
Commit
08171162
authored
Nov 17, 2001
by
Stefan Monnier
Browse files
(cvs-prefix-define): Don't defconst a variable.
parent
b9e81d0a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/pcvs-util.el
lisp/pcvs-util.el
+2
-2
No files found.
lisp/pcvs-util.el
View file @
08171162
...
...
@@ -5,7 +5,7 @@
;; Author: Stefan Monnier <monnier@cs.yale.edu>
;; Keywords: pcl-cvs
;; Revision: $Id: pcvs-util.el,v 1.1
3
2001/
07/16 07:46:48 pj
Exp $
;; Revision: $Id: pcvs-util.el,v 1.1
4
2001/
10/03 20:28:01 monnier
Exp $
;; This file is part of GNU Emacs.
...
...
@@ -350,7 +350,7 @@ If it is \\[universal-argument] \\[universal-argument], behave just
`
(
progn
(
defvar
,
sym
nil
,
(
concat
(
or
docstring
""
)
"
See `cvs-prefix-set' for further description of the behavior."
))
(
def
const
,
cps
(
def
var
,
cps
(
let
((
defaults
,
defaults
))
;; sanity ensurance
(
unless
(
>=
(
length
defaults
)
cvs-prefix-number
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment