branch: elpa/yaml-mode
commit 749a74cd4237a6886f97d179dca9d653ee98badf
Merge: 63b637f846 ba291754ff
Author: Vasilij Schneidermann <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #93 from minad/lexical-binding
Turn on lexical-binding
---
yaml-mode.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/yaml-mode.el b/yaml-mode.el
index 9d619d5226..123ee579e3 100644
--- a/yaml-mode.el
+++ b/yaml-mode.el
@@ -1,4 +1,4 @@
-;;; yaml-mode.el --- Major mode for editing YAML files
+;;; yaml-mode.el --- Major mode for editing YAML files -*- lexical-binding: t
-*-
;; Copyright (C) 2010-2014 Yoshiki Kurihara
@@ -367,7 +367,6 @@ back-dent the line by `yaml-indent-offset' spaces. On
reaching column
0, it will cycle back to the maximum sensible indentation."
(interactive "*")
(let ((ci (current-indentation))
- (cc (current-column))
(need (yaml-compute-indentation)))
(save-excursion
(beginning-of-line)