diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2019-05-17 14:42:36 -0400 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2019-05-17 14:42:36 -0400 |
commit | 4fbcecfaef8a3773b605c183c4da66cdabb39eef (patch) | |
tree | 0beee96d54872df753cf9acb91afd4ed0049f44b /lisp/emacs-lisp/inline.el | |
parent | deb88392c61d9cdf99f2fbe432c16d995541e2c0 (diff) | |
download | emacs-4fbcecfaef8a3773b605c183c4da66cdabb39eef.tar.gz emacs-4fbcecfaef8a3773b605c183c4da66cdabb39eef.tar.bz2 emacs-4fbcecfaef8a3773b605c183c4da66cdabb39eef.zip |
* lisp/gnus/gnus-sum.el (gnus-tmp-thread): New var
The recent change to use lexical-binding introduced a bug because
gnus-summary-line-format-alist refers to variable `thread` which is now
lexical and hence not available there any more. Replace it with
a dynamically scoped var `gnus-tmp-thread` as was already done with
all other vars.
(gnus-summary-line-format-alist): Use it instead of `thread`.
(gnus-summary-prepare-threads): Bind it around call to (eval
gnus-summary-line-format-spec).
Diffstat (limited to 'lisp/emacs-lisp/inline.el')
0 files changed, 0 insertions, 0 deletions