branch: externals/scanner
commit a43ce6943d9cda82b416519eeeef403552e7f3c1
Author: Francisco Hoecker <f...@m2-hycon.com>
Commit: Francisco Hoecker <f...@m2-hycon.com>

    Update scanner.el
---
 scanner.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scanner.el b/scanner.el
index 1b09b4e..587e5b0 100644
--- a/scanner.el
+++ b/scanner.el
@@ -281,7 +281,7 @@ ignored, but something may not work as expected."))
 
 Each entry of the list contains three elements: the SANE device
 name, the device type, and the vendor and model names."
-  (let ((scanners (process-lines scanner-scanimage-program "-f" "%d|%t|%v 
%m")))
+  (let ((scanners (process-lines scanner-scanimage-program "-f" "%d|%t|%v 
%m%n")))
     ;; attempt to filter out any spurious error output or other non-relevant
     ;; stuff
     (setq scanner--detected-devices

Reply via email to