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
389fe888
Commit
389fe888
authored
Feb 10, 2003
by
Stefan Monnier
Browse files
(cvs-parse-table): "no longer in repo" does not
make the file dead if we used the -n arg.
parent
1854d6e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
lisp/pcvs-parse.el
lisp/pcvs-parse.el
+3
-2
No files found.
lisp/pcvs-parse.el
View file @
389fe888
...
...
@@ -5,7 +5,7 @@
;; Author: Stefan Monnier <monnier@cs.yale.edu>
;; Keywords: pcl-cvs
;; Revision: $Id: pcvs-parse.el,v 1.1
3
200
2
/0
9
/0
3 01:23:15 monnier
Exp $
;; Revision: $Id: pcvs-parse.el,v 1.1
4
200
3
/0
2
/0
4 11:56:55 lektu
Exp $
;; This file is part of GNU Emacs.
...
...
@@ -274,7 +274,8 @@ The remaining KEYS are passed directly to `cvs-create-fileinfo'."
(
cvs-or
(
cvs-match
"warning: \\(.*\\) is not (any longer) pertinent$"
(
file
1
))
(
cvs-match
"\\(.*\\) is no longer in the repository$"
(
file
1
)))
(
cvs-parsed-fileinfo
'DEAD
file
))
(
cvs-parsed-fileinfo
(
if
dont-change-disc
'
(
NEED-UPDATE
.
REMOVED
)
'DEAD
)
file
))
;; [add]
(
and
...
...
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