(cvs-revert-if-needed): Fix copy&paste typo.
This commit is contained in:
parent
82b3ac7a99
commit
77fdc5c31d
2 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue