From a902af6c1b04abcac4d6d221a2b0086cc076bda1 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Wed, 24 Mar 2021 06:06:41 +0100 Subject: [PATCH] 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. --- lisp/eshell/esh-opt.el | 8 -------- lisp/international/ccl.el | 6 ------ lisp/pcmpl-linux.el | 5 ----- lisp/shell.el | 5 ----- lisp/url/url-news.el | 5 ----- 5 files changed, 29 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 diff --git a/lisp/international/ccl.el b/lisp/international/ccl.el index 3c5a461a31e..0eb009fa526 100644 --- a/lisp/international/ccl.el +++ b/lisp/international/ccl.el @@ -43,12 +43,6 @@ ;;; 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 diff --git a/lisp/pcmpl-linux.el b/lisp/pcmpl-linux.el index 263d646dc6e..39d4add2be1 100644 --- a/lisp/pcmpl-linux.el +++ b/lisp/pcmpl-linux.el @@ -31,11 +31,6 @@ (require 'pcomplete) -;; Unused. -;;; (defgroup pcmpl-linux nil -;;; "Functions for dealing with GNU/Linux completions." -;;; :group 'pcomplete) - ;; Functions: ;;;###autoload diff --git a/lisp/shell.el b/lisp/shell.el index 7f4ca765477..cd99b008776 100644 --- a/lisp/shell.el +++ b/lisp/shell.el @@ -110,11 +110,6 @@ "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 diff --git a/lisp/url/url-news.el b/lisp/url/url-news.el index 585a28291ae..49cc587590e 100644 --- a/lisp/url/url-news.el +++ b/lisp/url/url-news.el @@ -27,11 +27,6 @@ (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)) -- 2.39.5