branch: master
commit 3f1bae914a1ab0f8fa99e67be19c6220782b3b08
Author: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com>
Commit: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com>

    Make js2-mode read-only.
---
 test/fixtures/js2-mode/.dir-locals.el |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/test/fixtures/js2-mode/.dir-locals.el 
b/test/fixtures/js2-mode/.dir-locals.el
index db35973..d0b7cd5 100644
--- a/test/fixtures/js2-mode/.dir-locals.el
+++ b/test/fixtures/js2-mode/.dir-locals.el
@@ -1 +1,2 @@
-((nil . ((sentence-end-double-space . t))))
+((nil . ((sentence-end-double-space . t)
+         (buffer-read-only . t))))

Reply via email to