]> git.eshelyaron.com Git - emacs.git/commit
Arrange for loaddefs files to be greppable
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 2 Mar 2018 01:58:26 +0000 (17:58 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 2 Mar 2018 02:16:43 +0000 (18:16 -0800)
commita206ea124c7ea679ea7e60ee3d4f83e931aec4e9
tree39793c47bcb6b4b23dcf5368ecd0bdcff3bf5fd3
parenta4605cd60d79e5dc050d722f8c4360f11ce65232
Arrange for loaddefs files to be greppable

Without this change, ldefs-boot.el contains a couple of stray NUL
bytes, which cause it to be considered to be a non-text file by
tools like GNU grep.
* lisp/emacs-lisp/autoload.el (autoload-print-form):
Set print-escape-control-characters to t.
lisp/emacs-lisp/autoload.el