* lisp/emacs-lisp/bytecomp.el: Use lexical-binding.
[bpt/emacs.git] / doc / lispref / ChangeLog
CommitLineData
6c075cd7
SM
12011-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * variables.texi (Scope): Mention the availability of lexical scoping.
4 (Lexical Binding): New node.
5 * eval.texi (Eval): Add `eval's new `lexical' arg.
6
72011-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
8
9 * vol2.texi (Top):
10 * vol1.texi (Top):
11 * objects.texi (Programming Types, Funvec Type, Type Predicates):
12 * functions.texi (Functions, What Is a Function, Function Currying):
13 * elisp.texi (Top): Remove mentions of funvec and curry.
14
15;; Local Variables:
16;; coding: utf-8
17;; End:
18
19 Copyright (C) 2011 Free Software Foundation, Inc.
20
21 This file is part of GNU Emacs.
22
23 GNU Emacs is free software: you can redistribute it and/or modify
24 it under the terms of the GNU General Public License as published by
25 the Free Software Foundation, either version 3 of the License, or
26 (at your option) any later version.
27
28 GNU Emacs is distributed in the hope that it will be useful,
29 but WITHOUT ANY WARRANTY; without even the implied warranty of
30 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
31 GNU General Public License for more details.
32
33 You should have received a copy of the GNU General Public License
34 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.