]> git.eshelyaron.com Git - emacs.git/commitdiff
Turn on lexical-binding in json.el
authorMark Oteiza <mvoteiza@udel.edu>
Wed, 10 Aug 2016 04:42:40 +0000 (00:42 -0400)
committerMark 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

index 1eabe0fa33c288042a21fb8f8c9000ada5ad9827..fdac8d9a826f3734da0ea09011cdf90109af3949 100644 (file)
@@ -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.