branch: elpa/magit
commit baeaddadafd9c03605319419209a2f4275c6fb02
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>

    magit-log-refresh: Quote reference to magit-log-infix-arguments
---
 lisp/magit-log.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/magit-log.el b/lisp/magit-log.el
index 044758436a..5d40a36d97 100644
--- a/lisp/magit-log.el
+++ b/lisp/magit-log.el
@@ -555,7 +555,7 @@ commits before and half after."
   "Change the arguments used for the log(s) in the current buffer."
   :man-page "git-log"
   :class 'magit-log-refresh-prefix
-  magit-log-infix-arguments
+  'magit-log-infix-arguments
   [:if-not-mode magit-log-mode
    :description "Arguments"
    (magit-log:-n)

Reply via email to