]> git.rkrishnan.org Git - .emacs.d.git/blob - emacs/nxhtml/tests/in/el-070722-index-2.el
05b18f1d5a0b1a07c144f7a5be1368fc7c6adc1e
[.emacs.d.git] / emacs / nxhtml / tests / in / el-070722-index-2.el
1 (defun temp-el-070722 ()
2   (remove-text-properties 1 25 '(syntax-table nil))
3   (syntax-ppss-flush-cache -1)
4   (setq syntax-ppss-last nil)
5   (goto-char (point-min))
6   (let ((parse-sexp-lookup-properties t)) (syntax-ppss 24))
7   )