Fix some custom groups
* lisp/vc/vc-hooks.el (vc-faces): Rename from vc-state-faces. * lisp/vc/cvs-status.el (cvs-status): Unused, remove.
This commit is contained in:
parent
e220d6e112
commit
541a60108d
4 changed files with 6 additions and 7 deletions
|
@ -32,6 +32,8 @@
|
|||
(require 'eshell)
|
||||
(require 'tramp))
|
||||
|
||||
;; There are no items in this custom group, but eshell modules (ab)use
|
||||
;; custom groups.
|
||||
;;;###autoload
|
||||
(progn
|
||||
(defgroup eshell-tramp nil
|
||||
|
|
|
@ -29,6 +29,8 @@
|
|||
(require 'pcomplete))
|
||||
(require 'compile)
|
||||
|
||||
;; There are no items in this custom group, but eshell modules (ab)use
|
||||
;; custom groups.
|
||||
;;;###autoload
|
||||
(progn
|
||||
(defgroup eshell-xtra nil
|
||||
|
|
|
@ -33,11 +33,6 @@
|
|||
|
||||
;;;
|
||||
|
||||
(defgroup cvs-status nil
|
||||
"Major mode for browsing `cvs status' output."
|
||||
:group 'pcl-cvs
|
||||
:prefix "cvs-status-")
|
||||
|
||||
(easy-mmode-defmap cvs-status-mode-map
|
||||
'(("n" . next-line)
|
||||
("p" . previous-line)
|
||||
|
|
|
@ -34,9 +34,9 @@
|
|||
|
||||
;; Faces
|
||||
|
||||
(defgroup vc-state-faces nil
|
||||
(defgroup vc-faces nil
|
||||
"Faces used in the mode line by the VC state indicator."
|
||||
:group 'vc-faces
|
||||
:group 'vc
|
||||
:group 'mode-line
|
||||
:version "25.1")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue