diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-03-24 06:06:41 +0100 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-03-24 06:15:37 +0100 |
commit | a902af6c1b04abcac4d6d221a2b0086cc076bda1 (patch) | |
tree | 91685310c9af15adbba82a230e43138c795b757b /lisp/eshell/esh-opt.el | |
parent | e2613f41213c89bfd90d34a7a5fb120e7366ec6d (diff) | |
download | emacs-a902af6c1b04abcac4d6d221a2b0086cc076bda1.tar.gz emacs-a902af6c1b04abcac4d6d221a2b0086cc076bda1.tar.bz2 emacs-a902af6c1b04abcac4d6d221a2b0086cc076bda1.zip |
Delete some commented out defgroups
* lisp/eshell/esh-opt.el:
* lisp/international/ccl.el:
* lisp/pcmpl-linux.el:
* lisp/shell.el:
* lisp/url/url-news.el: Delete some commented out defgroups.
Diffstat (limited to 'lisp/eshell/esh-opt.el')
-rw-r--r-- | lisp/eshell/esh-opt.el | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lisp/eshell/esh-opt.el b/lisp/eshell/esh-opt.el index c1db484be56..7d31845528b 100644 --- a/lisp/eshell/esh-opt.el +++ b/lisp/eshell/esh-opt.el @@ -23,14 +23,6 @@ ;;; Code: - -;; Unused. -;; (defgroup eshell-opt nil -;; "The options processing code handles command argument parsing for -;; Eshell commands implemented in Lisp." -;; :tag "Command options processing" -;; :group 'eshell) - ;;; User Functions: ;; Macro expansion of eshell-eval-using-options refers to eshell-stringify-list |