summaryrefslogtreecommitdiff
path: root/lisp/pcvs.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/pcvs.el')
-rw-r--r--lisp/pcvs.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/pcvs.el b/lisp/pcvs.el
index 7c96a080c54..adcbba2792b 100644
--- a/lisp/pcvs.el
+++ b/lisp/pcvs.el
@@ -1980,7 +1980,7 @@ With a prefix, opens the buffer in an OTHER window."
(when (and (/= (point) (progn (posn-set-point (event-end e)) (point)))
(not (memq (get-text-property (1- (line-end-position))
'font-lock-face)
- '(cvs-header-face cvs-filename-face))))
+ '(cvs-header cvs-filename))))
(error "Not a file name"))
(cvs-mode!
(lambda (&optional rev)