Fixed dumb error in escape function
This commit is contained in:
parent
4054cdfdbf
commit
ec2765a9bd
3
md4tj.el
3
md4tj.el
|
@ -373,8 +373,7 @@
|
||||||
(replace-regexp-in-string "\"" """
|
(replace-regexp-in-string "\"" """
|
||||||
(replace-regexp-in-string ">" ">"
|
(replace-regexp-in-string ">" ">"
|
||||||
(replace-regexp-in-string "<" "<"
|
(replace-regexp-in-string "<" "<"
|
||||||
(replace-regexp-in-string "&" "&"
|
(replace-regexp-in-string "&" "&" str))))))
|
||||||
(replace-regexp-in-string "'" "'" str)))))))
|
|
||||||
|
|
||||||
(defun md4tj-rss-needs-rss ()
|
(defun md4tj-rss-needs-rss ()
|
||||||
"Scans current buffer, returning t if needing rss."
|
"Scans current buffer, returning t if needing rss."
|
||||||
|
|
Loading…
Reference in New Issue