Procházet zdrojové kódy

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

Carsten Dominik před 15 roky
rodič
revize
37faacc629
1 změnil soubory, kde provedl 1 přidání a 2 odebrání
  1. 1 2
      lisp/org-feed.el

+ 1 - 2
lisp/org-feed.el

@@ -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