summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--llama.el5
1 files changed, 1 insertions, 4 deletions
diff --git a/llama.el b/llama.el
index d655bd8..a71f4e1 100644
--- a/llama.el
+++ b/llama.el
@@ -377,10 +377,7 @@ expansion, and the looks of this face should hint at that.")
(prog1 t
(save-excursion
(goto-char (match-beginning 0))
- (when-let (((save-match-data
- (let ((ppss (syntax-ppss)))
- (not (or (nth 3 ppss) ;in string
- (nth 4 ppss)))))) ;in comment
+ (when-let (((save-match-data (not (nth 8 (syntax-ppss)))))
((fboundp 'read-positioning-symbols))
(expr (ignore-errors
(read-positioning-symbols (current-buffer)))))