mu4e: fix typo in mu4e~headers-query-navigate
This commit is contained in:
@ -1373,7 +1373,7 @@ either `future' or `past'."
|
|||||||
(defun mu4e-headers-query-next ()
|
(defun mu4e-headers-query-next ()
|
||||||
"Execute the previous query from the query stacks."
|
"Execute the previous query from the query stacks."
|
||||||
(interactive)
|
(interactive)
|
||||||
(mu4e~headersq-query-navigate 'future))
|
(mu4e~headers-query-navigate 'future))
|
||||||
|
|
||||||
(defun mu4e-headers-query-prev ()
|
(defun mu4e-headers-query-prev ()
|
||||||
"Execute the previous query from the query stacks."
|
"Execute the previous query from the query stacks."
|
||||||
|
|||||||
Reference in New Issue
Block a user