+2003-05-09 Sam Steingold <sds@gnu.org>
+
+ * pcvs.el (cvs-mode-find-file): Fixed the last patch's logic.
+
2003-05-09 Stefan Monnier <monnier@cs.yale.edu>
* uniquify.el: Use the original buffer-name as `base' in place of the
;; (Jari Aalto+mail.emacs) jari.aalto@poboxes.com
;; Maintainer: (Stefan Monnier) monnier+lists/cvs/pcl@flint.cs.yale.edu
;; Keywords: CVS, version control, release management
-;; Revision: $Id: pcvs.el,v 1.51 2003/04/20 22:03:00 sds Exp $
+;; Revision: $Id: pcvs.el,v 1.52 2003/05/01 00:46:41 monnier Exp $
;; This file is part of GNU Emacs.
(interactive (list last-input-event current-prefix-arg))
;; If the event moves point, check that it moves it to a valid location.
(when (and (/= (point) (progn (ignore-errors (mouse-set-point e)) (point)))
- (memq (get-text-property (1- (line-end-position)) 'font-lock-face)
- '(cvs-header-face cvs-filename-face)))
+ (not (memq (get-text-property (1- (line-end-position))
+ 'font-lock-face)
+ '(cvs-header-face cvs-filename-face))))
(error "Not a file name"))
(cvs-mode!
(lambda (&optional rev)