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/emacs-lisp | |
parent | e37bfd41546f515cfef1f8d2c64df2dccac18a86 (diff) | |
download | emacs-542a763281347b026b6714483299a108a8c3b9c2.tar.gz emacs-542a763281347b026b6714483299a108a8c3b9c2.tar.bz2 emacs-542a763281347b026b6714483299a108a8c3b9c2.zip |
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/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/elint.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/elint.el b/lisp/emacs-lisp/elint.el index a14bd0d7643..cce9553ff6a 100644 --- a/lisp/emacs-lisp/elint.el +++ b/lisp/emacs-lisp/elint.el @@ -105,7 +105,7 @@ are as follows, and suppress messages about the indicated features: :version "23.2" :group 'elint) -(defcustom elint-directory-skip-re "\\(ldefs-boot.*\\|loaddefs\\)\\.el\\'" +(defcustom elint-directory-skip-re "\\(ldefs-boot\\|loaddefs\\)\\.el\\'" "If nil, a regexp matching files to skip when linting a directory." :type '(choice (const :tag "Lint all files" nil) (regexp :tag "Regexp to skip")) |