Browse Source

Use lexical-binding in protobuf-mode.el

Evan Klitzke 5 years ago
parent
commit
39d730dd96
1 changed files with 1 additions and 1 deletions
  1. 1 1
      editors/protobuf-mode.el

+ 1 - 1
editors/protobuf-mode.el

@@ -1,4 +1,4 @@
-;;; protobuf-mode.el --- major mode for editing protocol buffers.
+;;; protobuf-mode.el --- major mode for editing protocol buffers.  -*- lexical-binding: t; -*-
 
 ;; Author: Alexandre Vassalotti <alexandre@peadrop.com>
 ;; Created: 23-Apr-2009