emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] 216/299: Add a ^L so that the file local variable example isn't p


From: Stefan Monnier
Subject: [elpa] 216/299: Add a ^L so that the file local variable example isn't picked up.
Date: Sun, 02 Nov 2014 03:11:32 +0000

monnier pushed a commit to branch externals/auctex
in repository elpa.

commit 3a0b1b37b0423693090824054277a6bfe447e487
Author: Tassilo Horn <address@hidden>
Date:   Wed Jan 22 16:33:11 2014 +0100

    Add a ^L so that the file local variable example isn't picked up.
---
 style/shortvrb.el |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/style/shortvrb.el b/style/shortvrb.el
index 8103a37..2a5a9aa 100644
--- a/style/shortvrb.el
+++ b/style/shortvrb.el
@@ -76,4 +76,8 @@ your document actually defines shortvrb chars using
         (add-to-list 'syntax-alist (cons char "|")))
        (font-latex-add-to-syntax-alist syntax-alist)))))
 
+;; Don't look for file-local variables before this line, so that the example in
+;; the docstring isn't picked up.
+
+
 ;;; shortvrb.el ends here



reply via email to

[Prev in Thread] Current Thread [Next in Thread]