소스 검색

Merge branch 'origin-maint'

Eric Schulte 13 년 전
부모
커밋
2cff2cb159
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lisp/ob-table.el

+ 1 - 1
lisp/ob-table.el

@@ -97,7 +97,7 @@ as shown in the example below.
 		     (delq nil (mapcar
 				(lambda (el)
 				  (if (eq '$ el)
-				      (setq quote t)
+				      (prog1 nil (setq quote t))
 				    (prog1 (if quote
 					       (format "\"%s\"" el)
 					     (org-babel-clean-text-properties el))