Skip to content

Commit

Permalink
Enable lexical binding
Browse files Browse the repository at this point in the history
  • Loading branch information
GuiltyDolphin committed May 8, 2020
1 parent aa3943d commit d098a3c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.org
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- =emaps-describe-keymap= and =emaps-describe-keymap-bindings=
will now default the prompt to the current major mode map if
the symbol at point is not a keymap symbol
- package now uses lexical binding

* 0.1.0 - 2018-07-12

Expand Down
2 changes: 1 addition & 1 deletion emaps.el
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;;; emaps.el --- utilities for working with keymaps.
;;; emaps.el --- utilities for working with keymaps -*- lexical-binding: t; -*-

;; This program is free software: you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion tests/emaps-tests.el
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;;; emaps-tests.el
;;; emaps-tests.el -*- lexical-binding: t; -*-
;;; Code:

(require 'ert)
Expand Down

0 comments on commit d098a3c

Please sign in to comment.