(cvs-revert-if-needed): Fix copy&paste typo.

This commit is contained in:
Stefan Monnier 2007-11-20 04:04:45 +00:00
parent 82b3ac7a99
commit 77fdc5c31d
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2007-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
* pcvs.el (cvs-revert-if-needed): Fix copy&paste typo.
2007-11-20 Glenn Morris <rgm@gnu.org>
* emacs-lisp/check-declare.el (check-declare-verify): Tweak regexp

View file

@ -2293,7 +2293,7 @@ this file, or a list of arguments to send to the program."
(buffer (find-buffer-visiting file)))
;; For a revert to happen the user must be editing the file...
(unless (or (null buffer)
(eq (cvs-fileinfo->type fileinfo) '(MESSAGE UNKNOWN))
(memq (cvs-fileinfo->type fileinfo) '(MESSAGE UNKNOWN))
;; FIXME: check whether revert is really needed.
;; `(verify-visited-file-modtime buffer)' doesn't cut it
;; because it only looks at the time stamp (it ignores