diff options
author | Phillip Lord <phillip.lord@russet.org.uk> | 2017-03-07 13:25:45 +0000 |
---|---|---|
committer | Phillip Lord <phillip.lord@russet.org.uk> | 2017-03-07 13:49:48 +0000 |
commit | 542a763281347b026b6714483299a108a8c3b9c2 (patch) | |
tree | 409e48faaec350983a446e450c9b434e14c5958e /lisp/finder.el | |
parent | e37bfd41546f515cfef1f8d2c64df2dccac18a86 (diff) | |
download | emacs-542a763281347b026b6714483299a108a8c3b9c2.tar.gz |
Revert "Replace ldefs-boot with a much smaller file"
This reverts commit c27b645956a11fab1dd8fa189254d525390958f5.
This commit has been reverted because the new mechanism was too
sensitive to changes in the lisp source, generation of new ldefs-boot
files was platform specific and resulted in warnings about undefined
variables.
See also 11436e2890d.
Diffstat (limited to 'lisp/finder.el')
-rw-r--r-- | lisp/finder.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/finder.el b/lisp/finder.el index 5b019b2a04e..361572f7c2d 100644 --- a/lisp/finder.el +++ b/lisp/finder.el @@ -130,8 +130,8 @@ Keywords and package names both should be symbols.") ;; useful, and because in parallel builds of Emacs they may get ;; modified while we are trying to read them. ;; http://lists.gnu.org/archive/html/emacs-pretest-bug/2007-01/msg00469.html -;; ldefs-boot-* are not auto-generated during build, but has nothing useful. -(defvar finder-no-scan-regexp "\\(^\\.#\\|\\(loaddefs\\|ldefs-boot-.*\\|\ +;; ldefs-boot is not auto-generated, but has nothing useful. +(defvar finder-no-scan-regexp "\\(^\\.#\\|\\(loaddefs\\|ldefs-boot\\|\ cus-load\\|finder-inf\\|esh-groups\\|subdirs\\|leim-list\\)\\.el$\\)" "Regexp matching file names not to scan for keywords.") |