emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 541a601: Fix some custom groups


From: Glenn Morris
Subject: [Emacs-diffs] emacs-26 541a601: Fix some custom groups
Date: Thu, 14 Dec 2017 21:01:17 -0500 (EST)

branch: emacs-26
commit 541a60108d8777119430953245ee530665e603ff
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    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.
---
 lisp/eshell/em-tramp.el | 2 ++
 lisp/eshell/em-xtra.el  | 2 ++
 lisp/vc/cvs-status.el   | 5 -----
 lisp/vc/vc-hooks.el     | 4 ++--
 4 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/lisp/eshell/em-tramp.el b/lisp/eshell/em-tramp.el
index e322cea..e2da346 100644
--- a/lisp/eshell/em-tramp.el
+++ b/lisp/eshell/em-tramp.el
@@ -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
diff --git a/lisp/eshell/em-xtra.el b/lisp/eshell/em-xtra.el
index 7b80f64..8981446 100644
--- a/lisp/eshell/em-xtra.el
+++ b/lisp/eshell/em-xtra.el
@@ -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
diff --git a/lisp/vc/cvs-status.el b/lisp/vc/cvs-status.el
index 770791a..3124a61 100644
--- a/lisp/vc/cvs-status.el
+++ b/lisp/vc/cvs-status.el
@@ -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)
diff --git a/lisp/vc/vc-hooks.el b/lisp/vc/vc-hooks.el
index 99c8211..394b86c 100644
--- a/lisp/vc/vc-hooks.el
+++ b/lisp/vc/vc-hooks.el
@@ -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")
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]