diff options
| author | Javier Olaechea <pirata@gmail.com> | 2019-03-17 15:35:09 -0500 | 
|---|---|---|
| committer | Taylor R Campbell <campbell+paredit@mumble.net> | 2019-11-16 21:14:37 +0000 | 
| commit | 961b02fc66ff71370320cfbbcc6d2b0db3516f96 (patch) | |
| tree | 85e217acf5eaac041b7f4f30b40bef46b6237898 /NEWS | |
| parent | acbe10fdd85d2e91831adf70b6a828bc7e900da0 (diff) | |
Ignore unused argument in paredit-override-check-parens-interactively
The resulting byte code is more compact and the only reason it is
being used is to avoid the warning about unused arguments.
(disassemble (lambda (condition) condition nil))
    byte code:
      args: (condition)
    0       varref    condition
    1       discard
    2       constant  nil
    3       return
(disassemble (lambda (condition) (declare ignore condition) nil))
    byte code:
      args: (condition)
    0       constant  nil
    1       return
Diffstat (limited to 'NEWS')
0 files changed, 0 insertions, 0 deletions
