emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/yaml-mode 749a74cd42 2/2: Merge pull request #93 from mina


From: ELPA Syncer
Subject: [nongnu] elpa/yaml-mode 749a74cd42 2/2: Merge pull request #93 from minad/lexical-binding
Date: Thu, 30 Dec 2021 05:58:47 -0500 (EST)

branch: elpa/yaml-mode
commit 749a74cd4237a6886f97d179dca9d653ee98badf
Merge: 63b637f846 ba291754ff
Author: Vasilij Schneidermann <mail@vasilij.de>
Commit: GitHub <noreply@github.com>

    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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]