diff options
| -rw-r--r-- | llama.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -352,7 +352,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 (not (nth 8 (syntax-ppss))))) + (when-let ((_(save-match-data (not (nth 8 (syntax-ppss))))) (expr (ignore-errors (read-positioning-symbols (current-buffer))))) (put-text-property (match-beginning 0) (point) |
