summaryrefslogtreecommitdiffstats
path: root/emacs.d/nxhtml/tests/in/el-070722-index-2.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d/nxhtml/tests/in/el-070722-index-2.el')
-rw-r--r--emacs.d/nxhtml/tests/in/el-070722-index-2.el7
1 files changed, 7 insertions, 0 deletions
diff --git a/emacs.d/nxhtml/tests/in/el-070722-index-2.el b/emacs.d/nxhtml/tests/in/el-070722-index-2.el
new file mode 100644
index 0000000..05b18f1
--- /dev/null
+++ b/emacs.d/nxhtml/tests/in/el-070722-index-2.el
@@ -0,0 +1,7 @@
+(defun temp-el-070722 ()
+ (remove-text-properties 1 25 '(syntax-table nil))
+ (syntax-ppss-flush-cache -1)
+ (setq syntax-ppss-last nil)
+ (goto-char (point-min))
+ (let ((parse-sexp-lookup-properties t)) (syntax-ppss 24))
+ )