summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorPhillip Lord <phillip.lord@russet.org.uk>2017-03-07 13:25:45 +0000
committerPhillip Lord <phillip.lord@russet.org.uk>2017-03-07 13:49:48 +0000
commit542a763281347b026b6714483299a108a8c3b9c2 (patch)
tree409e48faaec350983a446e450c9b434e14c5958e /lisp/emacs-lisp
parente37bfd41546f515cfef1f8d2c64df2dccac18a86 (diff)
downloademacs-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.el2
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"))