aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/bug-reference.el
diff options
context:
space:
mode:
authorJuanma Barranquero2011-04-22 20:44:26 +0200
committerJuanma Barranquero2011-04-22 20:44:26 +0200
commite02f48d76bfd57f014ffbe3ba56b62f2d5ccc794 (patch)
treed27a2d9fd6838d6e619c824deb12a568ceac54f6 /lisp/progmodes/bug-reference.el
parent7ede3b6577ae99a3e7ac45baa7cace439bf5070c (diff)
downloademacs-e02f48d76bfd57f014ffbe3ba56b62f2d5ccc794.tar.gz
emacs-e02f48d76bfd57f014ffbe3ba56b62f2d5ccc794.zip
lisp/progmodes/*.el: Lexical-binding cleanup.
Diffstat (limited to 'lisp/progmodes/bug-reference.el')
-rw-r--r--lisp/progmodes/bug-reference.el2
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)))