emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/pcvs.el


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/pcvs.el
Date: Fri, 10 Jun 2005 05:13:26 -0400

Index: emacs/lisp/pcvs.el
diff -c emacs/lisp/pcvs.el:1.81 emacs/lisp/pcvs.el:1.82
*** emacs/lisp/pcvs.el:1.81     Fri May  6 22:19:48 2005
--- emacs/lisp/pcvs.el  Fri Jun 10 09:13:25 2005
***************
*** 1980,1986 ****
    (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))))
      (error "Not a file name"))
    (cvs-mode!
     (lambda (&optional rev)
--- 1980,1986 ----
    (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 cvs-filename))))
      (error "Not a file name"))
    (cvs-mode!
     (lambda (&optional rev)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]