mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 01:34:21 +00:00
* lisp/Makefile.in (check-defun-dups): Ignore obsolete files.
This commit is contained in:
parent
ad128fee43
commit
393228bd7a
1 changed files with 1 additions and 1 deletions
|
|
@ -476,7 +476,7 @@ check-declare:
|
|||
check-defun-dups:
|
||||
sed -n -e '/^(defun /s/\(.\)(.*/\1/p' \
|
||||
$$(find . -name '*.el' -print | \
|
||||
grep -Ev '(loaddefs|ldefs-boot)\.el') | sort | uniq -d
|
||||
grep -Ev '(loaddefs|ldefs-boot)\.el|obsolete') | sort | uniq -d
|
||||
|
||||
# Dependencies
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue