summaryrefslogtreecommitdiff
path: root/lisp/hex-util.el
diff options
context:
space:
mode:
authorMark Oteiza <mvoteiza@udel.edu>2016-10-31 20:31:22 -0400
committerMark Oteiza <mvoteiza@udel.edu>2016-10-31 20:31:22 -0400
commit7a87f82987f39656899e3e70d448d51e0af98a43 (patch)
tree563a7739a22d2072f3b38fced327915e1d2084f4 /lisp/hex-util.el
parentd3c2d3ca4591b26a8d76f4b6ef1cfe5ccf766983 (diff)
downloademacs-7a87f82987f39656899e3e70d448d51e0af98a43.tar.gz
Turn on lexical-binding in some more libs
* lisp/calendar/icalendar.el: * lisp/emacs-lisp/regexp-opt.el: * lisp/emacs-lisp/timer.el: * lisp/gnus/message.el: * lisp/hex-util.el: Turn on lexical-binding.
Diffstat (limited to 'lisp/hex-util.el')
-rw-r--r--lisp/hex-util.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/hex-util.el b/lisp/hex-util.el
index 4867359401b..889bf9bfed5 100644
--- a/lisp/hex-util.el
+++ b/lisp/hex-util.el
@@ -1,4 +1,4 @@
-;;; hex-util.el --- Functions to encode/decode hexadecimal string.
+;;; hex-util.el --- Functions to encode/decode hexadecimal string -*- lexical-binding: t -*-
;; Copyright (C) 1999, 2001-2016 Free Software Foundation, Inc.