aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emacs-lisp/shadow.el
diff options
context:
space:
mode:
authorMarkus Rost <[email protected]>2002-11-19 15:01:56 +0000
committerMarkus Rost <[email protected]>2002-11-19 15:01:56 +0000
commit4e2ad9eaeaa8117a951f67a59f085efaf04f8423 (patch)
tree05306eadb0564c116193056e809a34b5164dea95 /lisp/emacs-lisp/shadow.el
parent04dbfa089e35a28b358e404a0b6dfe6ad133af2b (diff)
(defgroup lisp-shadow): New group name. Previous group name shadow is
used in shadowfile.el. (shadows-compare-text-p): Use group lisp-shadow.
Diffstat (limited to 'lisp/emacs-lisp/shadow.el')
-rw-r--r--lisp/emacs-lisp/shadow.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/shadow.el b/lisp/emacs-lisp/shadow.el
index 0a7b435267..3618cdd9ea 100644
--- a/lisp/emacs-lisp/shadow.el
+++ b/lisp/emacs-lisp/shadow.el
@@ -53,7 +53,7 @@
;;; Code:
-(defgroup shadow nil
+(defgroup lisp-shadow nil
"Locate Emacs Lisp file shadowings."
:prefix "shadows-"
:group 'lisp)
@@ -62,7 +62,7 @@
"*If non-nil, then shadowing files are reported only if their text differs.
This is slower, but filters out some innocuous shadowing."
:type 'boolean
- :group 'shadow)
+ :group 'lisp-shadow)
(defun find-emacs-lisp-shadows (&optional path)
"Return a list of Emacs Lisp files that create shadows.