branch: elpa/swift-mode commit 90802b5dfae7161b5b6056f28b55ef19a4690527 Author: Bozhidar Batsov <bozhi...@batsov.com> Commit: Bozhidar Batsov <bozhi...@batsov.com>
Use lexical scoping --- swift-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swift-mode.el b/swift-mode.el index e945e47..5be6c72 100644 --- a/swift-mode.el +++ b/swift-mode.el @@ -1,4 +1,4 @@ -;;; swift-mode.el --- Major-mode for Apple's Swift programming language. +;;; swift-mode.el --- Major-mode for Apple's Swift programming language. -*- lexical-binding: t -*- ;; Copyright (C) 2014 Chris Barrett