summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorMarkus Rost <rost@math.uni-bielefeld.de>2002-11-19 15:01:56 +0000
committerMarkus Rost <rost@math.uni-bielefeld.de>2002-11-19 15:01:56 +0000
commit4e2ad9eaeaa8117a951f67a59f085efaf04f8423 (patch)
tree05306eadb0564c116193056e809a34b5164dea95 /lisp/emacs-lisp
parent04dbfa089e35a28b358e404a0b6dfe6ad133af2b (diff)
downloademacs-4e2ad9eaeaa8117a951f67a59f085efaf04f8423.tar.gz
emacs-4e2ad9eaeaa8117a951f67a59f085efaf04f8423.tar.bz2
emacs-4e2ad9eaeaa8117a951f67a59f085efaf04f8423.zip
(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')
-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 0a7b435267c..3618cdd9ea2 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.