diff options
author | Tom Tromey <tom@tromey.com> | 2017-10-06 13:42:49 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2017-10-10 13:01:42 -0600 |
commit | e4905c7464d23367248bdd5d8eccaebb495b8274 (patch) | |
tree | bec11ac9c315437482f84014b7c5cde115636545 /binutils/ChangeLog | |
parent | 22b63797983f485041a2a424e6cd7732f4318885 (diff) | |
download | gdb-e4905c7464d23367248bdd5d8eccaebb495b8274.zip gdb-e4905c7464d23367248bdd5d8eccaebb495b8274.tar.gz gdb-e4905c7464d23367248bdd5d8eccaebb495b8274.tar.bz2 |
Set lexical-binding in dwarf-mode
Emacs has had lexical binding for a while, and it's a good practice to
use it; so enable it in dwarf-mode.el.
2017-10-10 Tom Tromey <tom@tromey.com>
* dwarf-mode.el: Set lexical-binding.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 7a7edab..47e5fa8 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,9 @@ 2017-10-10 Tom Tromey <tom@tromey.com> + * dwarf-mode.el: Set lexical-binding. + +2017-10-10 Tom Tromey <tom@tromey.com> + * dwarf-mode.el (dwarf-mode-map): New defvar. 2017-10-10 Tom Tromey <tromey@sourceware.org> |