]> code.delx.au - gnu-emacs-elpa/commit
replace control characters with call to `kbd'
authorSean Whitton <spwhitton@spwhitton.name>
Sat, 12 Dec 2015 16:45:45 +0000 (09:45 -0700)
committerSean Whitton <spwhitton@spwhitton.name>
Sat, 12 Dec 2015 16:45:45 +0000 (09:45 -0700)
commit9666c736d912f7246cc0817751573efaf4445669
tree77483732557e77c294f8a7e9b08c5a259bbfc456
parent970c5e3bd4519deed8b8b604a5a96269166bf697
replace control characters with call to `kbd'

Control characters embedded in the elisp file confuses tools like
file(1) (and thus Debian packaging tools).

Pre-patch:

    % file aggressive-indent.el
    aggressive-indent.el: data

Post-patch:

    % file aggressive-indent.el
    aggressive-indent.el: Lisp/Scheme program, ASCII text
aggressive-indent.el