branch: elpa/swift-mode commit c40887ed65c6b86ed11e62bcfd2c1df0da3f66c9 Merge: 0185315 3ce22b1 Author: Bozhidar Batsov <bozhidar.bat...@gmail.com> Commit: Bozhidar Batsov <bozhidar.bat...@gmail.com>
Merge pull request #108 from syohex/remove-needless-code Remove needless code --- swift-mode.el | 7 ------- 1 file changed, 7 deletions(-) diff --git a/swift-mode.el b/swift-mode.el index d14cd9f..18cbcc6 100644 --- a/swift-mode.el +++ b/swift-mode.el @@ -34,13 +34,6 @@ (require 'comint) (require 'cl-lib) -(eval-and-compile - ;; Added in Emacs 24.3 - (unless (fboundp 'setq-local) - (defmacro setq-local (var val) - "Set variable VAR to value VAL in current buffer." - (list 'set (list 'make-local-variable (list 'quote var)) val)))) - (defgroup swift nil "Configuration for swift-mode." :group 'languages