branch: externals/ess
commit dbebca483e7386fa5c17505ab444c817f6926bd4
Author: rsparapa <rspar...@mcw.edu>
Commit: rsparapa <rspar...@mcw.edu>

    long filenames are flushed to the next line of the error message
---
 lisp/ess-sas-a.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/ess-sas-a.el b/lisp/ess-sas-a.el
index 4d5a5ee4b2..2ae5a192a8 100644
--- a/lisp/ess-sas-a.el
+++ b/lisp/ess-sas-a.el
@@ -730,7 +730,7 @@ Use the current buffer if nil."
                         "\\|NOTE: Compressing data set .* increased size by"
                         "\\|NOTE: ERROR DETECTED IN ANNOTATE="
                         "\\|NOTE: Import cancelled.  Output dataset .* already 
exists."
-                       "\\|NOTE: Export cancelled.  Output file .* already 
exists."
+                       "\\|NOTE: Export cancelled.  Output file"
                         "\\|WARNING: Apparent symbolic reference .* not 
resolved."
                         "\\|WARNING: Length of character variable has already 
been set."
                         "\\|WARNING: Not all variables in the list "

Reply via email to