summaryrefslogtreecommitdiff
path: root/gnosis.el
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-01-29 06:09:11 +0200
committerThanos Apollo <[email protected]>2024-01-29 06:09:11 +0200
commitdd668288d4d8b6f161b751545008966f867428d7 (patch)
treebc923e61570aca55fe774271db77577c0e98169c /gnosis.el
parentf5909b70fb2cc80b44afcec1b081fcf1b8e4c495 (diff)
gnosis-completing-read: Shart quote function names
Diffstat (limited to 'gnosis.el')
-rw-r--r--gnosis.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnosis.el b/gnosis.el
index 87cfdfd..62255ba 100644
--- a/gnosis.el
+++ b/gnosis.el
@@ -204,7 +204,7 @@ OPTIONS is a list of strings.
INFO is a list of strings, which will be displayed as additional info for option
FACE-FOR-INFO is the face used to display info for option."
(let* ((choices (cl-mapcar 'cons options info))
- (max-choice-length (apply 'max (mapcar 'length options)))
+ (max-choice-length (apply #'max (mapcar #'length options)))
(formatted-choices
(mapcar (lambda (choice)
(cons (concat (format "%s" (car choice))