Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode

This commit is contained in:
Carsten Dominik 2010-07-02 07:05:08 +02:00
commit 37faacc629
1 changed files with 1 additions and 2 deletions

View File

@ -271,8 +271,7 @@ have been saved."
(defun org-feed-unescape (s)
"Unescape protected entities in S."
(let ((re (concat "&\\("
(mapconcat (lambda (e)
(car e)) xml-entity-alist "\\|")
(mapconcat 'car xml-entity-alist "\\|")
"\\);")))
(while (string-match re s)
(setq s (replace-match