From d2717d47fdacc150f8c4f55c2d0e70c7addf208c Mon Sep 17 00:00:00 2001 From: Joao Tavora Date: Wed, 16 Oct 2013 18:56:02 +0100 Subject: [PATCH] fix: set local variables correctly, i.e. dont set lexical-binding here --- snippet.el | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/snippet.el b/snippet.el index f42d430..b1fe7c1 100644 --- a/snippet.el +++ b/snippet.el @@ -511,7 +511,6 @@ can be: (provide 'snippet) -;;; Local Variables: -;;; lexical-binding: t -;;; End: -;;; snippet.el ends here +;; Local Variables: +;; End: +;; snippet.el ends here