mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-28 13:44:12 +01:00
contrib: pick: bugfix: make the right variable buffer-local
The variable notmuch-pick-message-buffer should be buffer local but instead notmuch-pick-message-buffer-name (a non-existent variable) was made buffer local.
This commit is contained in:
parent
3a8163e17f
commit
8c33fde83e
1 changed files with 2 additions and 2 deletions
|
@ -184,8 +184,8 @@ the child show buffer.")
|
||||||
|
|
||||||
This is used to try and make sure we don't close the message pane
|
This is used to try and make sure we don't close the message pane
|
||||||
if the user has loaded a different buffer in that window.")
|
if the user has loaded a different buffer in that window.")
|
||||||
(make-variable-buffer-local 'notmuch-pick-message-buffer-name)
|
(make-variable-buffer-local 'notmuch-pick-message-buffer)
|
||||||
(put 'notmuch-pick-message-buffer-name 'permanent-local t)
|
(put 'notmuch-pick-message-buffer 'permanent-local t)
|
||||||
|
|
||||||
(defvar notmuch-pick-process-state nil
|
(defvar notmuch-pick-process-state nil
|
||||||
"Parsing state of the search process filter.")
|
"Parsing state of the search process filter.")
|
||||||
|
|
Loading…
Reference in a new issue