diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2017-05-30 09:27:33 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2017-05-30 09:28:19 -0700 |
commit | 1b01601d3f5d34a267c47e5d1208aa01730dd157 (patch) | |
tree | 20f3d5af4671d411e3c039ce8d7c755bbc839a98 /lisp/emacs-lisp/cursor-sensor.el | |
parent | 91a52e38e5194f19f0d44ae4c2ad88565b28a196 (diff) | |
download | emacs-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/cursor-sensor.el')
0 files changed, 0 insertions, 0 deletions