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-defs.el


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/pcvs-defs.el
Date: Sat, 29 Jun 2002 15:52:51 -0400

Index: emacs/lisp/pcvs-defs.el
diff -c emacs/lisp/pcvs-defs.el:1.18 emacs/lisp/pcvs-defs.el:1.19
*** emacs/lisp/pcvs-defs.el:1.18        Sat Jun 22 16:24:42 2002
--- emacs/lisp/pcvs-defs.el     Sat Jun 29 15:52:51 2002
***************
*** 4,10 ****
  
  ;; Author: Stefan Monnier <address@hidden>
  ;; Keywords: pcl-cvs
! ;; Revision: $Id: pcvs-defs.el,v 1.18 2002/06/22 20:24:42 monnier Exp $
  
  ;; This file is part of GNU Emacs.
  
--- 4,10 ----
  
  ;; Author: Stefan Monnier <address@hidden>
  ;; Keywords: pcl-cvs
! ;; Revision: $Id: pcvs-defs.el,v 1.19 2002/06/29 19:52:51 monnier Exp $
  
  ;; This file is part of GNU Emacs.
  
***************
*** 105,111 ****
  
  (defcustom cvs-auto-remove-directories 'handled
    "*If ALL, directory entries will never be shown.
! If HANLDED, only non-handled directories will be shown.
  If EMPTY, only non-empty directories will be shown."
    :group 'pcl-cvs
    :type '(choice (const :tag "No" nil) (const all) (const handled) (const 
empty)))
--- 105,111 ----
  
  (defcustom cvs-auto-remove-directories 'handled
    "*If ALL, directory entries will never be shown.
! If HANDLED, only non-handled directories will be shown.
  If EMPTY, only non-empty directories will be shown."
    :group 'pcl-cvs
    :type '(choice (const :tag "No" nil) (const all) (const handled) (const 
empty)))
***************
*** 325,330 ****
--- 325,331 ----
      ("z" .    kill-this-buffer)
      ("F" .    cvs-mode-set-flags)
      ("\M-f" . cvs-mode-force-command)
+     ("!" .    cvs-mode-force-command)
      ("\C-c\C-c" . cvs-mode-kill-process)
      ;; marking
      ("m" .    cvs-mode-mark)



reply via email to

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