branch: externals/scanner
commit 3e0398c23a81d769fc4027be97fe0572872d21a5
Author: Raffael Stocker <[email protected]>
Commit: Raffael Stocker <[email protected]>

    correct to eval-and-compile (scanner--device-specific-switches)
---
 scanner.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scanner.el b/scanner.el
index afc2e93..2dda04e 100644
--- a/scanner.el
+++ b/scanner.el
@@ -207,7 +207,7 @@ DEVICE is the SANE device name, TYPE the type of the device
 \(e.g.  \"flatbed scanner\",) and MODEL is the device's model
 name.")
 
-(eval-when-compile
+(eval-and-compile
   (defconst scanner--device-specific-switches
     '("--mode" "--depth" "--resolution" "-x" "-y")
     "List of required device specific options.

Reply via email to