mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-11 16:08:13 +00:00
(cvs-buffer-name-alist): Use *cvs-info* for
the "tree" operation as well.
This commit is contained in:
parent
1e98637e41
commit
619d6bfce8
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
;; Author: Stefan Monnier <monnier@cs.yale.edu>
|
;; Author: Stefan Monnier <monnier@cs.yale.edu>
|
||||||
;; Keywords: pcl-cvs
|
;; Keywords: pcl-cvs
|
||||||
;; Revision: $Id: pcvs-defs.el,v 1.9 2000/12/10 21:17:14 monnier Exp $
|
;; Revision: $Id: pcvs-defs.el,v 1.10 2000/12/18 03:17:31 monnier Exp $
|
||||||
|
|
||||||
;; This file is part of GNU Emacs.
|
;; This file is part of GNU Emacs.
|
||||||
|
|
||||||
@ -187,7 +187,7 @@ have no effect."
|
|||||||
(defcustom cvs-buffer-name-alist
|
(defcustom cvs-buffer-name-alist
|
||||||
'(("diff" cvs-diff-buffer-name diff-mode)
|
'(("diff" cvs-diff-buffer-name diff-mode)
|
||||||
("status" "*cvs-info*" cvs-status-mode)
|
("status" "*cvs-info*" cvs-status-mode)
|
||||||
("tree" (format "*cvs-%s*" cmd) cvs-status-mode)
|
("tree" "*cvs-info*" cvs-status-mode)
|
||||||
("message" "*cvs-commit*" nil log-edit)
|
("message" "*cvs-commit*" nil log-edit)
|
||||||
("log" "*cvs-info*" log-view-mode))
|
("log" "*cvs-info*" log-view-mode))
|
||||||
"*Buffer name and mode to be used for each command.
|
"*Buffer name and mode to be used for each command.
|
||||||
|
Loading…
Reference in New Issue
Block a user