Преглед на файлове

babel: xemacs variable compatibility check -- thanks to Volker Zell

Eric Schulte преди 15 години
родител
ревизия
d84699459e
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      contrib/babel/lisp/org-babel.el

+ 2 - 1
contrib/babel/lisp/org-babel.el

@@ -1413,7 +1413,8 @@ specifies the value of ERROR-BUFFER."
 	 (if error-buffer
 	     (make-temp-file
 	      (expand-file-name "scor"
-				(or small-temporary-file-directory
+				(or (unless (featurep 'xemacs)
+				      small-temporary-file-directory)
 				    temporary-file-directory)))
 	   nil))
 	exit-status)