summaryrefslogtreecommitdiff
path: root/lisp/tabify.el
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2019-05-25 18:33:39 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2019-05-25 18:37:33 -0700
commit5e47312c1f2638d19bf3d81de731809729caa11a (patch)
treeb95eef832963e9f92d44ccb4b7f3c1a7043ab09f /lisp/tabify.el
parent461cb9217d83c0518de2e9bb6fd3ee0d8cd0626b (diff)
downloademacs-5e47312c1f2638d19bf3d81de731809729caa11a.tar.gz
Use lexical-binding in tabify.el and add tests
* lisp/tabify.el: Use lexical-binding. * test/lisp/tabify-tests.el: New file.
Diffstat (limited to 'lisp/tabify.el')
-rw-r--r--lisp/tabify.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/tabify.el b/lisp/tabify.el
index 37cd8fb2fdd..e2df8fc4056 100644
--- a/lisp/tabify.el
+++ b/lisp/tabify.el
@@ -1,4 +1,4 @@
-;;; tabify.el --- tab conversion commands for Emacs
+;;; tabify.el --- tab conversion commands for Emacs -*- lexical-binding: t -*-
;; Copyright (C) 1985, 1994, 2001-2019 Free Software Foundation, Inc.