]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix some custom groups
authorGlenn Morris <rgm@gnu.org>
Fri, 15 Dec 2017 02:01:08 +0000 (21:01 -0500)
committerGlenn Morris <rgm@gnu.org>
Fri, 15 Dec 2017 02:01:08 +0000 (21:01 -0500)
* lisp/vc/vc-hooks.el (vc-faces): Rename from vc-state-faces.
* lisp/vc/cvs-status.el (cvs-status): Unused, remove.

lisp/eshell/em-tramp.el
lisp/eshell/em-xtra.el
lisp/vc/cvs-status.el
lisp/vc/vc-hooks.el

index e322cea1e2196a10fdd42bf5f3688838a475bde5..e2da3468abad1508073b89998320669c3647b9fd 100644 (file)
@@ -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
index 7b80f64d6296c1f225d5e6397635908dad77a21d..89814467d1fd32313c79f13721df95c726a0b106 100644 (file)
@@ -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
index 770791a3c0999c5f4ce1f9e8117c296e9f10090d..3124a61422b8d38cc59a235a05b8d3ebe65f97f4 100644 (file)
 
 ;;;
 
-(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)
index 99c8211ad5ff8ca41fea476c89a983eb94cddc26..394b86c024b115f4e735ec2a54b74205961b4be7 100644 (file)
@@ -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")