Explorar el Código

Fix typo in org-freemind.el

Carsten Dominik hace 16 años
padre
commit
9842876900
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lisp/org-freemind.el

+ 1 - 1
lisp/org-freemind.el

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