Skip to content

Commit

Permalink
Enable lexical binding
Browse files Browse the repository at this point in the history
Fixes the "error: (void-variable buffer)" when recompiling using `g`
inside a cargo window.
  • Loading branch information
mrBliss committed Oct 19, 2016
1 parent 45ec3ac commit 34a2807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cargo-process.el
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;;; cargo-process.el --- Cargo Process Major Mode
;;; cargo-process.el --- Cargo Process Major Mode -*-lexical-binding: t-*-

;; Copyright (C) 2015 Kevin W. van Rooijen

Expand Down

0 comments on commit 34a2807

Please sign in to comment.