projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ffdcfc
)
Turn on lexical-binding in json.el
author
Mark Oteiza
<mvoteiza@udel.edu>
Wed, 10 Aug 2016 04:42:40 +0000
(
00:42
-0400)
committer
Mark Oteiza
<mvoteiza@udel.edu>
Wed, 10 Aug 2016 04:42:40 +0000
(
00:42
-0400)
Measuring with (benchmark-run 100 (json-read-file "foobar.json"))
showed 12-31% reduction in execution time.
* lisp/json.el: Turn on lexical-binding.
lisp/json.el
patch
|
blob
|
history
diff --git
a/lisp/json.el
b/lisp/json.el
index 1eabe0fa33c288042a21fb8f8c9000ada5ad9827..fdac8d9a826f3734da0ea09011cdf90109af3949 100644
(file)
--- a/
lisp/json.el
+++ b/
lisp/json.el
@@
-1,4
+1,4
@@
-;;; json.el --- JavaScript Object Notation parser / generator
+;;; json.el --- JavaScript Object Notation parser / generator
-*- lexical-binding: t -*-
;; Copyright (C) 2006-2016 Free Software Foundation, Inc.