diff options
Diffstat (limited to 'lisp/progmodes/bug-reference.el')
| -rw-r--r-- | lisp/progmodes/bug-reference.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/bug-reference.el b/lisp/progmodes/bug-reference.el index 4d78047268f..8ec379afab2 100644 --- a/lisp/progmodes/bug-reference.el +++ b/lisp/progmodes/bug-reference.el | |||
| @@ -109,7 +109,7 @@ so that it is considered safe, see `enable-local-variables'.") | |||
| 109 | (funcall bug-reference-url-format)))))))))) | 109 | (funcall bug-reference-url-format)))))))))) |
| 110 | 110 | ||
| 111 | ;; Taken from button.el. | 111 | ;; Taken from button.el. |
| 112 | (defun bug-reference-push-button (&optional pos use-mouse-action) | 112 | (defun bug-reference-push-button (&optional pos _use-mouse-action) |
| 113 | "Open URL corresponding to the bug reference at POS." | 113 | "Open URL corresponding to the bug reference at POS." |
| 114 | (interactive | 114 | (interactive |
| 115 | (list (if (integerp last-command-event) (point) last-command-event))) | 115 | (list (if (integerp last-command-event) (point) last-command-event))) |