diff options
| author | Sam Steingold | 2001-05-18 16:59:52 +0000 |
|---|---|---|
| committer | Sam Steingold | 2001-05-18 16:59:52 +0000 |
| commit | ef55aa6c107a540373bb8d60184bda0e8b155c7b (patch) | |
| tree | 910c066977f744eb2f542b57a1521c34508f74bc | |
| parent | 1228240f390b072d67031772ee1e1466e454fc1d (diff) | |
| download | emacs-ef55aa6c107a540373bb8d60184bda0e8b155c7b.tar.gz emacs-ef55aa6c107a540373bb8d60184bda0e8b155c7b.zip | |
(cvs-mode-map): bind "z" and [RET]
| -rw-r--r-- | lisp/ChangeLog | 9 | ||||
| -rw-r--r-- | lisp/pcvs-defs.el | 15 |
2 files changed, 15 insertions, 9 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 454c9523356..97bb8265928 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2001-05-18 Sam Steingold <sds@gnu.org> | ||
| 2 | |||
| 3 | * pcvs-defs.el (cvs-mode-map): bind "z" to `kill-this-buffer' | ||
| 4 | and [RET] to `cvs-mode-find-file'. | ||
| 5 | |||
| 1 | 2001-05-18 John Wiegley <johnw@gnu.org> | 6 | 2001-05-18 John Wiegley <johnw@gnu.org> |
| 2 | 7 | ||
| 3 | * eshell/esh-ext.el (eshell-explicit-command-char): A new | 8 | * eshell/esh-ext.el (eshell-explicit-command-char): A new |
| @@ -7,10 +12,10 @@ | |||
| 7 | 12 | ||
| 8 | * eshell/esh-ext.el (eshell-explicit-command): | 13 | * eshell/esh-ext.el (eshell-explicit-command): |
| 9 | Use `eshell-explicit-command-char' instead of ?*. | 14 | Use `eshell-explicit-command-char' instead of ?*. |
| 10 | 15 | ||
| 11 | * eshell/esh-cmd.el (eshell/which): | 16 | * eshell/esh-cmd.el (eshell/which): |
| 12 | Use `eshell-explicit-command-char' instead of ?*. | 17 | Use `eshell-explicit-command-char' instead of ?*. |
| 13 | 18 | ||
| 14 | * eshell/em-cmpl.el (eshell-completion-command-name, | 19 | * eshell/em-cmpl.el (eshell-completion-command-name, |
| 15 | eshell-complete-commands-list): Use `eshell-explicit-command-char' | 20 | eshell-complete-commands-list): Use `eshell-explicit-command-char' |
| 16 | instead of ?*. | 21 | instead of ?*. |
diff --git a/lisp/pcvs-defs.el b/lisp/pcvs-defs.el index 0caed7334bd..959642b22f6 100644 --- a/lisp/pcvs-defs.el +++ b/lisp/pcvs-defs.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Stefan Monnier <monnier@cs.yale.edu> | 5 | ;; Author: Stefan Monnier <monnier@cs.yale.edu> |
| 6 | ;; Keywords: pcl-cvs | 6 | ;; Keywords: pcl-cvs |
| 7 | ;; Revision: $Id: pcvs-defs.el,v 1.12 2001/04/13 15:19:50 monnier Exp $ | 7 | ;; Revision: $Id: pcvs-defs.el,v 1.13 2001/05/11 20:50:37 monnier Exp $ |
| 8 | 8 | ||
| 9 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 10 | 10 | ||
| @@ -306,7 +306,7 @@ This variable is buffer local and only used in the *cvs* buffer.") | |||
| 306 | ("v" "vendor" . cvs-mode-diff-vendor)) | 306 | ("v" "vendor" . cvs-mode-diff-vendor)) |
| 307 | "Keymap for diff-related operations in `cvs-mode'." | 307 | "Keymap for diff-related operations in `cvs-mode'." |
| 308 | :name "Diff") | 308 | :name "Diff") |
| 309 | ;; This is necessary to allow correct handling of \\[cvs-mode-diff-map] | 309 | ;; This is necessary to allow correct handling of \\[cvs-mode-diff-map] |
| 310 | ;; in substitute-command-keys. | 310 | ;; in substitute-command-keys. |
| 311 | (fset 'cvs-mode-diff-map cvs-mode-diff-map) | 311 | (fset 'cvs-mode-diff-map cvs-mode-diff-map) |
| 312 | 312 | ||
| @@ -322,7 +322,7 @@ This variable is buffer local and only used in the *cvs* buffer.") | |||
| 322 | ("?" . cvs-help) | 322 | ("?" . cvs-help) |
| 323 | ("h" . cvs-help) | 323 | ("h" . cvs-help) |
| 324 | ("q" . cvs-bury-buffer) | 324 | ("q" . cvs-bury-buffer) |
| 325 | ;;("Q" . kill-buffer) | 325 | ("z" . kill-this-buffer) |
| 326 | ("F" . cvs-mode-set-flags) | 326 | ("F" . cvs-mode-set-flags) |
| 327 | ("\M-f" . cvs-mode-force-command) | 327 | ("\M-f" . cvs-mode-force-command) |
| 328 | ("\C-c\C-c" . cvs-mode-kill-process) | 328 | ("\C-c\C-c" . cvs-mode-kill-process) |
| @@ -365,6 +365,7 @@ This variable is buffer local and only used in the *cvs* buffer.") | |||
| 365 | ("c" . cvs-mode-commit) | 365 | ("c" . cvs-mode-commit) |
| 366 | ("e" . cvs-mode-examine) | 366 | ("e" . cvs-mode-examine) |
| 367 | ("f" . cvs-mode-find-file) | 367 | ("f" . cvs-mode-find-file) |
| 368 | ([RET] . cvs-mode-find-file) | ||
| 368 | ("i" . cvs-mode-ignore) | 369 | ("i" . cvs-mode-ignore) |
| 369 | ("l" . cvs-mode-log) | 370 | ("l" . cvs-mode-log) |
| 370 | ("o" . cvs-mode-find-file-other-window) | 371 | ("o" . cvs-mode-find-file-other-window) |
| @@ -423,9 +424,9 @@ This variable is buffer local and only used in the *cvs* buffer.") | |||
| 423 | "----" | 424 | "----" |
| 424 | ["Quit" cvs-mode-quit t])) | 425 | ["Quit" cvs-mode-quit t])) |
| 425 | 426 | ||
| 426 | ;;;; | 427 | ;;;; |
| 427 | ;;;; CVS-Minor mode | 428 | ;;;; CVS-Minor mode |
| 428 | ;;;; | 429 | ;;;; |
| 429 | 430 | ||
| 430 | (defcustom cvs-minor-mode-prefix "\C-xc" | 431 | (defcustom cvs-minor-mode-prefix "\C-xc" |
| 431 | "Prefix key for the `cvs-mode' bindings in `cvs-minor-mode'." | 432 | "Prefix key for the `cvs-mode' bindings in `cvs-minor-mode'." |
| @@ -455,9 +456,9 @@ It is expected to call the function.") | |||
| 455 | 456 | ||
| 456 | (defconst cvs-pcl-cvs-dirchange-re "^pcl-cvs: descending directory \\(.*\\)$") | 457 | (defconst cvs-pcl-cvs-dirchange-re "^pcl-cvs: descending directory \\(.*\\)$") |
| 457 | 458 | ||
| 458 | ;;;; | 459 | ;;;; |
| 459 | ;;;; autoload the global menu | 460 | ;;;; autoload the global menu |
| 460 | ;;;; | 461 | ;;;; |
| 461 | 462 | ||
| 462 | ;;;###autoload | 463 | ;;;###autoload |
| 463 | (defvar cvs-global-menu | 464 | (defvar cvs-global-menu |