summaryrefslogtreecommitdiff
path: root/lisp/progmodes/gud.el
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2015-03-03 14:23:49 -0500
committerStefan Monnier <monnier@iro.umontreal.ca>2015-03-03 14:23:49 -0500
commit7133f262bbd818509825a3317c91e91e62bd56fb (patch)
tree182940a43f6f17d5ee5fbe339d27cdb40c503b0f /lisp/progmodes/gud.el
parentcecf4afebb394351a78c48d05e81a1e55af6da32 (diff)
downloademacs-7133f262bbd818509825a3317c91e91e62bd56fb.tar.gz
* lisp/progmodes/gud.el: Use lexical-binding.
Fixes: debbugs:19966 * lisp/emacs-lisp/gv.el (gv-ref): Warn about likely problematic cases.
Diffstat (limited to 'lisp/progmodes/gud.el')
-rw-r--r--lisp/progmodes/gud.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/gud.el b/lisp/progmodes/gud.el
index 42c5b20a7b8..29a6dc63a68 100644
--- a/lisp/progmodes/gud.el
+++ b/lisp/progmodes/gud.el
@@ -1,4 +1,4 @@
-;;; gud.el --- Grand Unified Debugger mode for running GDB and other debuggers
+;;; gud.el --- Grand Unified Debugger mode for running GDB and other debuggers -*- lexical-binding:t -*-
;; Copyright (C) 1992-1996, 1998, 2000-2015 Free Software Foundation,
;; Inc.