Przeglądaj źródła

Minor fix, still in the macro parser

Carsten Dominik 14 lat temu
rodzic
commit
168fc09928
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      lisp/org-exp.el

+ 0 - 1
lisp/org-exp.el

@@ -2007,7 +2007,6 @@ TYPE must be a string, any of:
 	  (save-match-data
 	    (when args
 	      (setq args (org-split-string args ",") args2 nil)
-	      (setq args (mapcar 'org-trim args))
 	      (while args
 		(while (string-match "\\\\\\'" (car args))
 		  ;; repair bad splits