# HG changeset patch # User Sam Steingold # Date 990205192 0 # Node ID c1646601f895a9b75ba0dee8862c40e064118cd1 # Parent 225c25d9631cd2f8755bf7efc8e71ef6d260edb3 (cvs-mode-map): bind "z" and [RET] diff -r 225c25d9631c -r c1646601f895 lisp/ChangeLog --- a/lisp/ChangeLog Fri May 18 16:40:11 2001 +0000 +++ b/lisp/ChangeLog Fri May 18 16:59:52 2001 +0000 @@ -1,3 +1,8 @@ +2001-05-18 Sam Steingold + + * pcvs-defs.el (cvs-mode-map): bind "z" to `kill-this-buffer' + and [RET] to `cvs-mode-find-file'. + 2001-05-18 John Wiegley * eshell/esh-ext.el (eshell-explicit-command-char): A new @@ -7,10 +12,10 @@ * eshell/esh-ext.el (eshell-explicit-command): Use `eshell-explicit-command-char' instead of ?*. - + * eshell/esh-cmd.el (eshell/which): Use `eshell-explicit-command-char' instead of ?*. - + * eshell/em-cmpl.el (eshell-completion-command-name, eshell-complete-commands-list): Use `eshell-explicit-command-char' instead of ?*. diff -r 225c25d9631c -r c1646601f895 lisp/pcvs-defs.el --- a/lisp/pcvs-defs.el Fri May 18 16:40:11 2001 +0000 +++ b/lisp/pcvs-defs.el Fri May 18 16:59:52 2001 +0000 @@ -4,7 +4,7 @@ ;; Author: Stefan Monnier ;; Keywords: pcl-cvs -;; Revision: $Id: pcvs-defs.el,v 1.12 2001/04/13 15:19:50 monnier Exp $ +;; Revision: $Id: pcvs-defs.el,v 1.13 2001/05/11 20:50:37 monnier Exp $ ;; This file is part of GNU Emacs. @@ -306,7 +306,7 @@ ("v" "vendor" . cvs-mode-diff-vendor)) "Keymap for diff-related operations in `cvs-mode'." :name "Diff") -;; This is necessary to allow correct handling of \\[cvs-mode-diff-map] +;; This is necessary to allow correct handling of \\[cvs-mode-diff-map] ;; in substitute-command-keys. (fset 'cvs-mode-diff-map cvs-mode-diff-map) @@ -322,7 +322,7 @@ ("?" . cvs-help) ("h" . cvs-help) ("q" . cvs-bury-buffer) - ;;("Q" . kill-buffer) + ("z" . kill-this-buffer) ("F" . cvs-mode-set-flags) ("\M-f" . cvs-mode-force-command) ("\C-c\C-c" . cvs-mode-kill-process) @@ -365,6 +365,7 @@ ("c" . cvs-mode-commit) ("e" . cvs-mode-examine) ("f" . cvs-mode-find-file) + ([RET] . cvs-mode-find-file) ("i" . cvs-mode-ignore) ("l" . cvs-mode-log) ("o" . cvs-mode-find-file-other-window) @@ -423,9 +424,9 @@ "----" ["Quit" cvs-mode-quit t])) -;;;; +;;;; ;;;; CVS-Minor mode -;;;; +;;;; (defcustom cvs-minor-mode-prefix "\C-xc" "Prefix key for the `cvs-mode' bindings in `cvs-minor-mode'." @@ -455,9 +456,9 @@ (defconst cvs-pcl-cvs-dirchange-re "^pcl-cvs: descending directory \\(.*\\)$") -;;;; +;;;; ;;;; autoload the global menu -;;;; +;;;; ;;;###autoload (defvar cvs-global-menu