diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2015-03-03 14:23:49 -0500 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2015-03-03 14:23:49 -0500 |
commit | 7133f262bbd818509825a3317c91e91e62bd56fb (patch) | |
tree | 182940a43f6f17d5ee5fbe339d27cdb40c503b0f /lisp/progmodes/gud.el | |
parent | cecf4afebb394351a78c48d05e81a1e55af6da32 (diff) | |
download | emacs-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.el | 2 |
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. |