branch: externals/scanner
commit c7c252078ce9802761dd2c1d8e58660e97db6b04
Author: Raffael Stocker <[email protected]>
Commit: Raffael Stocker <[email protected]>
use ‘fboundp’ instead of ‘functionp’ in scanner-show-config
---
scanner.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scanner.el b/scanner.el
index 08305191b2..3571b535a6 100644
--- a/scanner.el
+++ b/scanner.el
@@ -961,7 +961,7 @@ selection is made."
(defun scanner-show-config ()
"Show the current configuration."
(interactive)
- (when (functionp 'custom-group-members)
+ (when (fboundp 'custom-group-members)
(with-current-buffer-window "*scanner-config*" nil nil
(let ((variables (mapcar (lambda (variable)
(cons (car
variable)