Преглед изворни кода

* lisp/ob-R.el: Handle quoted string values to device header arguments

Thomas Dye пре 13 година
родитељ
комит
bc9dc31465
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      lisp/ob-R.el

+ 1 - 1
lisp/ob-R.el

@@ -260,7 +260,7 @@ current code buffer."
     (setq args (mapconcat
 		(lambda (pair)
 		  (if (member (car pair) allowed-args)
-		      (format ",%s=%s"
+		      (format ",%s=%S"
 			      (substring (symbol-name (car pair)) 1)
 			      (cdr pair)) ""))
 		params ""))