summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/byte-run.el
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2017-05-30 09:27:33 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2017-05-30 09:28:19 -0700
commit1b01601d3f5d34a267c47e5d1208aa01730dd157 (patch)
tree20f3d5af4671d411e3c039ce8d7c755bbc839a98 /lisp/emacs-lisp/byte-run.el
parent91a52e38e5194f19f0d44ae4c2ad88565b28a196 (diff)
downloademacs-1b01601d3f5d34a267c47e5d1208aa01730dd157.tar.gz
emacs-1b01601d3f5d34a267c47e5d1208aa01730dd157.tar.bz2
emacs-1b01601d3f5d34a267c47e5d1208aa01730dd157.zip
Skip .#* temporaries when finding sources
Without this patch, ‘make check’ can fail with the diagnostic ‘invalid syntax in conditional’ if there is an Emacs temporary file whose name starts with ‘.#’, because the ‘#’ is treated as the start of a Make comment. * lisp/Makefile.in (loaddefs, tagsfiles, check-defun-deps): * test/Makefile.in (ELFILES): Skip files starting with ‘.’, so that the .#* files do not cause trouble. (We cannot easily skip just files starting with ‘.#’, since ‘#’ starts a Make comment!)
Diffstat (limited to 'lisp/emacs-lisp/byte-run.el')
0 files changed, 0 insertions, 0 deletions