diff options
author | Bozhidar Batsov <[email protected]> | 2017-04-29 13:15:13 +0300 |
---|---|---|
committer | Bozhidar Batsov <[email protected]> | 2017-04-29 13:15:13 +0300 |
commit | feadbd2c086ad39ab9f9317a8c41697943be41cf (patch) | |
tree | 0a49a8213ec59fb3a36fbe8a68f9d795b6e1872c /lib | |
parent | 9b21506a373ac15f40c318cd5ae14ddb07b90150 (diff) | |
download | otp-feadbd2c086ad39ab9f9317a8c41697943be41cf.tar.gz otp-feadbd2c086ad39ab9f9317a8c41697943be41cf.tar.bz2 otp-feadbd2c086ad39ab9f9317a8c41697943be41cf.zip |
Enable lexical binding for erlang-mode
Diffstat (limited to 'lib')
-rw-r--r-- | lib/tools/emacs/erlang.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tools/emacs/erlang.el b/lib/tools/emacs/erlang.el index 6ac646f907..7bf9bbbdf1 100644 --- a/lib/tools/emacs/erlang.el +++ b/lib/tools/emacs/erlang.el @@ -1,4 +1,4 @@ -;;; erlang.el --- Major modes for editing and running Erlang +;;; erlang.el --- Major modes for editing and running Erlang -*- lexical-binding: t; -*- ;; Copyright (C) 2004 Free Software Foundation, Inc. ;; Author: Anders Lindgren |