Minor fix, still in the macro parser

This commit is contained in:
Carsten Dominik 2010-08-14 19:55:57 +02:00
parent 5ac2527a57
commit 168fc09928
1 changed files with 0 additions and 1 deletions

View File

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