mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-28 07:50:48 -08:00
let-alist.el: Add lexical binding.
This commit is contained in:
parent
eaf25ad549
commit
5bbe84eccf
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2014-12-14 Artur Malabarba <bruce.connor.am@gmail.com>
|
||||
|
||||
* let-alist.el: Add lexical binding.
|
||||
|
||||
2014-12-14 Steve Purcell <steve@sanityinc.com> (tiny change)
|
||||
|
||||
* emacs-lisp/package.el (package-menu-mode): Use an extra column
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
;;; let-alist.el --- Easily let-bind values of an assoc-list by their names
|
||||
;;; let-alist.el --- Easily let-bind values of an assoc-list by their names -*- lexical-binding: t; -*-
|
||||
|
||||
;; Copyright (C) 2014 Free Software Foundation, Inc.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue