1
0
Fork 0

Fix minor formatting

This commit is contained in:
Bram Schoenmakers 2023-12-31 20:13:45 +01:00
parent 830532f503
commit 540ca654f8
Signed by: bram
GPG key ID: 0CCD19DFDC63258F

View file

@ -168,8 +168,7 @@ FastGPT with the following prompt:
(literal end)))))
(while (re-search-forward regexp nil t)
(let ((escaped-replacement (string-replace "\\" "\\\\" (match-string 1))))
(replace-match (propertize escaped-replacement 'font-lock-face face) t nil)
)))))
(replace-match (propertize escaped-replacement 'font-lock-face face) t nil))))))
(buffer-string)))
(defun kagi--format-output (output)