]> git.eshelyaron.com Git - emacs.git/commitdiff
Delete some commented out defgroups
authorStefan Kangas <stefan@marxist.se>
Wed, 24 Mar 2021 05:06:41 +0000 (06:06 +0100)
committerStefan Kangas <stefan@marxist.se>
Wed, 24 Mar 2021 05:15:37 +0000 (06:15 +0100)
* 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.

lisp/eshell/esh-opt.el
lisp/international/ccl.el
lisp/pcmpl-linux.el
lisp/shell.el
lisp/url/url-news.el

index c1db484be56f6e817fc9056dcfb209cd21a26218..7d31845528b6d5a3bb44d04c498842d1fa7894de 100644 (file)
 
 ;;; 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
index 3c5a461a31ea34af73420d1ceb9b3c96c173a41c..0eb009fa5267822e7e4c864063711582d1fe11f0 100644 (file)
 
 ;;; Code:
 
-;; Unused.
-;;; (defgroup ccl nil
-;;;   "CCL (Code Conversion Language) compiler."
-;;;   :prefix "ccl-"
-;;;   :group 'i18n)
-
 (defconst ccl-command-table
   [if branch loop break repeat write-repeat write-read-repeat
       read read-if read-branch write call end
index 263d646dc6ed1b2ce17f21a854fadcdd1b891167..39d4add2be13a8e361ac220a6f9a42b11019c50d 100644 (file)
 
 (require 'pcomplete)
 
-;; Unused.
-;;; (defgroup pcmpl-linux nil
-;;;   "Functions for dealing with GNU/Linux completions."
-;;;   :group 'pcomplete)
-
 ;; Functions:
 
 ;;;###autoload
index 7f4ca765477378c85c181f10c675e53bd822dc7a..cd99b008776d7d2fb16141a69eddda84ed2ef2bf 100644 (file)
   "Directory support in shell mode."
   :group 'shell)
 
-;; Unused.
-;;; (defgroup shell-faces nil
-;;;   "Faces in shell buffers."
-;;;   :group 'shell)
-
 ;;;###autoload
 (defcustom shell-dumb-shell-regexp (purecopy "cmd\\(proxy\\)?\\.exe")
   "Regexp to match shells that don't save their command history, and
index 585a28291ae164ea6749e15095be35bb3acb2e24..49cc587590e84ab342b14250684a985543bce82c 100644 (file)
 (require 'nntp)
 (autoload 'gnus-group-read-ephemeral-group "gnus-group")
 
-;; Unused.
-;;; (defgroup url-news nil
-;;;   "News related options."
-;;;   :group 'url)
-
 (defun url-news-open-host (host port user pass)
   (if (fboundp 'nnheader-init-server-buffer)
       (nnheader-init-server-buffer))