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, 0 insertions, 7 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
deleted file mode 100644
index 05b18f1..0000000
--- a/emacs.d/nxhtml/tests/in/el-070722-index-2.el
+++ /dev/null
@@ -1,7 +0,0 @@
-(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))
- )