]> git.notmuchmail.org Git - notmuch/commit
emacs: show: use interactive instead of current-prefix-arg
authorMark Walters <markwalters1009@gmail.com>
Sun, 13 Oct 2013 07:39:12 +0000 (08:39 +0100)
committerDavid Bremner <bremner@debian.org>
Sun, 20 Oct 2013 01:42:49 +0000 (22:42 -0300)
commit99d474c484d89d3436c910f1ac447640c533e811
tree9d7bbbaa759c5db19a53bf7d00146201547d7030
parent10596a5cce3c7ed902ec4f0807da4ee283571867
emacs: show: use interactive instead of current-prefix-arg

Currently notmuch-show looks at the prefix-arg directly via
current-prefix-arg. This changes it to use the interactive
specification.

One test (for elide-toggle functionality) set the prefix arg
directly. Update this test to set the new argument directly.
emacs/notmuch-show.el
emacs/notmuch.el
test/emacs-show