0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-07-16 09:16:27 +00:00
This commit is contained in:
Carsten Dominik 2009-12-12 10:52:22 +01:00
parent e619d2af1e
commit 21ad7f0bef

View file

@ -240,7 +240,7 @@ The characters \"&<> will be escaped."
;; file is utf-8:
;;
;; (format "&#x%x;" (- cc ;; ?\x800))
(format "&#x%x" (encode-char cc 'ucs))
(format "&#x%x;" (encode-char cc 'ucs))
))))
fm-str))