diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2002-06-29 19:52:51 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2002-06-29 19:52:51 +0000 |
commit | 7980ab49840b79a5bc5b96c9a68361e408c1ab89 (patch) | |
tree | 073c7ec565eb716b15ad30f59871d331ee8c3662 /lisp/pcvs-defs.el | |
parent | c8224325714b0f876eb7bba22334e0bba2606483 (diff) | |
download | emacs-7980ab49840b79a5bc5b96c9a68361e408c1ab89.tar.gz |
(cvs-mode-map): Bind ! to `force'.
Diffstat (limited to 'lisp/pcvs-defs.el')
-rw-r--r-- | lisp/pcvs-defs.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/pcvs-defs.el b/lisp/pcvs-defs.el index 94f5a75bbdc..8ca7eb2ce28 100644 --- a/lisp/pcvs-defs.el +++ b/lisp/pcvs-defs.el @@ -4,7 +4,7 @@ ;; Author: Stefan Monnier <monnier@cs.yale.edu> ;; Keywords: pcl-cvs -;; Revision: $Id: pcvs-defs.el,v 1.17 2001/12/20 18:42:44 pj Exp $ +;; Revision: $Id: pcvs-defs.el,v 1.18 2002/06/22 20:24:42 monnier Exp $ ;; This file is part of GNU Emacs. @@ -105,7 +105,7 @@ Else, they will never be automatically removed from the *cvs* buffer." (defcustom cvs-auto-remove-directories 'handled "*If ALL, directory entries will never be shown. -If HANLDED, only non-handled directories will 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,6 +325,7 @@ This variable is buffer local and only used in the *cvs* buffer.") ("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) |