emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/scanner 3e0398c 22/56: correct to eval-and-compile (sca


From: Stefan Monnier
Subject: [elpa] externals/scanner 3e0398c 22/56: correct to eval-and-compile (scanner--device-specific-switches)
Date: Fri, 10 Apr 2020 13:56:02 -0400 (EDT)

branch: externals/scanner
commit 3e0398c23a81d769fc4027be97fe0572872d21a5
Author: Raffael Stocker <address@hidden>
Commit: Raffael Stocker <address@hidden>

    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

[Prev in Thread] Current Thread [Next in Thread]