diff options
| author | Glenn Morris | 2012-01-25 22:30:49 -0800 |
|---|---|---|
| committer | Glenn Morris | 2012-01-25 22:30:49 -0800 |
| commit | 48da73922734c056f48ed3cd675a97369ac025ea (patch) | |
| tree | d3a266c269057b18509c542e134025e50c99f2ed /src/ChangeLog | |
| parent | e43273eff03ad9e6c7564057b35a5bf6810935f2 (diff) | |
| download | emacs-48da73922734c056f48ed3cd675a97369ac025ea.tar.gz emacs-48da73922734c056f48ed3cd675a97369ac025ea.zip | |
Doc fix for lexical-binding being in line one.
Ref http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00543.html
* doc/lispref/variables.texi (Using Lexical Binding):
Mention that lexical-binding should be set in the first line.
* src/lread.c (syms_of_lread): Doc fix.
* lisp/emacs-lisp/tabulated-list.el, lisp/progmodes/f90.el:
Move lexical-binding file-local to line one.
* etc/NEWS: lexical-binding should be ine the first line.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index cc149458e02..9d37a04da2c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2012-01-26 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * lread.c (syms_of_lread): Doc fix. | ||
| 4 | |||
| 1 | 2012-01-25 HIROSHI OOTA <nil@mad.dog.cx> (tiny change) | 5 | 2012-01-25 HIROSHI OOTA <nil@mad.dog.cx> (tiny change) |
| 2 | 6 | ||
| 3 | * coding.c (encode_designation_at_bol): Change return value to | 7 | * coding.c (encode_designation_at_bol): Change return value to |