Skip to content

Commit 0940137

Browse files
committed
Rename unused argument
1 parent 6e4fb8d commit 0940137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

right-click-context.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ You probably want to just add follows code to your .emacs file (init.el).
198198
:group 'right-click-context)
199199

200200
;;;###autoload
201-
(defun right-click-context-click-menu (event)
201+
(defun right-click-context-click-menu (_event)
202202
"Open Right Click Context menu by Mouse Click `EVENT'."
203203
(interactive "e")
204204
(when (or (eq right-click-context-mouse-set-point-before-open-menu 'always)

0 commit comments

Comments
 (0)