diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2017-02-02 09:52:20 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2017-02-02 09:52:37 -0800 |
commit | eee537267f8d6a2f5a48f0c26c14546ac922936c (patch) | |
tree | 8afd768a3c89aa979d88c09e50f9bf6fd4d6b24b /lisp/emacs-lisp | |
parent | f5372d411d149e8a34def18074891454ebc47730 (diff) | |
download | emacs-eee537267f8d6a2f5a48f0c26c14546ac922936c.tar.gz emacs-eee537267f8d6a2f5a48f0c26c14546ac922936c.tar.bz2 emacs-eee537267f8d6a2f5a48f0c26c14546ac922936c.zip |
Fix lisp.h underparenthesization
* src/lisp.h (STACK_CONS, AUTO_STRING_WITH_LEN):
Parenthesize compound literals that are function call args.
Although this does not fix any bugs, it is the proper style for
macro parenthesization as it means this code will continue to
work even if make_lisp_ptr is changed to a macro.
Diffstat (limited to 'lisp/emacs-lisp')
0 files changed, 0 insertions, 0 deletions