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

This commit is contained in:
Eric Schulte 2010-05-25 17:29:41 -06:00
parent 8dd4bafd8e
commit d84699459e
1 changed files with 2 additions and 1 deletions

View File

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