used in shadowfile.el.
(shadows-compare-text-p): Use group lisp-shadow.
+2002-11-19 Markus Rost <rost@math.ohio-state.edu>
+
+ * emacs-lisp/shadow.el (defgroup lisp-shadow): New group name.
+ Previous group name shadow is used in shadowfile.el.
+ (shadows-compare-text-p): Use group lisp-shadow.
+
2002-11-19 Masatake Yamato <jet@gyve.org> (tiny change)
* register.el (describe-register-1): Don't assign to val the value
;;; Code:
\f
-(defgroup shadow nil
+(defgroup lisp-shadow nil
"Locate Emacs Lisp file shadowings."
:prefix "shadows-"
:group 'lisp)
"*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.