diff options
author | Glenn Morris <rgm@gnu.org> | 2017-12-14 21:01:08 -0500 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2017-12-14 21:01:08 -0500 |
commit | 541a60108d8777119430953245ee530665e603ff (patch) | |
tree | 5b047cbed81a3718c0fb00e07bd6c713f62d694b /lisp/eshell/em-xtra.el | |
parent | e220d6e112e33f3f897c305d0d5d278d83191774 (diff) | |
download | emacs-541a60108d8777119430953245ee530665e603ff.tar.gz |
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.
Diffstat (limited to 'lisp/eshell/em-xtra.el')
-rw-r--r-- | lisp/eshell/em-xtra.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/eshell/em-xtra.el b/lisp/eshell/em-xtra.el index 7b80f64d629..89814467d1f 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 |