We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e4fb8d commit 0940137Copy full SHA for 0940137
right-click-context.el
@@ -198,7 +198,7 @@ You probably want to just add follows code to your .emacs file (init.el).
198
:group 'right-click-context)
199
200
;;;###autoload
201
-(defun right-click-context-click-menu (event)
+(defun right-click-context-click-menu (_event)
202
"Open Right Click Context menu by Mouse Click `EVENT'."
203
(interactive "e")
204
(when (or (eq right-click-context-mouse-set-point-before-open-menu 'always)
0 commit comments