Skip to content

Commit

Permalink
magit-mode-line-process-map: Fix double-quoting in binding
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Jul 4, 2024
1 parent e2876c8 commit 9d1f8db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/magit-process.el
Original file line number Diff line number Diff line change
Expand Up @@ -1036,7 +1036,7 @@ as argument."

(defvar-keymap magit-mode-line-process-map
:doc "Keymap for `mode-line-process'."
"<mode-line> <mouse-1>" ''magit-process-buffer)
"<mode-line> <mouse-1>" 'magit-process-buffer)

(defun magit-process-set-mode-line (program args)
"Display the git command (sans arguments) in the mode line."
Expand Down

0 comments on commit 9d1f8db

Please sign in to comment.