babel: xemacs variable compatibility check -- thanks to Volker Zell
This commit is contained in:
parent
8dd4bafd8e
commit
d84699459e
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue