diff options
author | Thanos Apollo <[email protected]> | 2024-01-29 06:09:11 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-01-29 06:09:11 +0200 |
commit | dd668288d4d8b6f161b751545008966f867428d7 (patch) | |
tree | bc923e61570aca55fe774271db77577c0e98169c /gnosis.el | |
parent | f5909b70fb2cc80b44afcec1b081fcf1b8e4c495 (diff) |
gnosis-completing-read: Shart quote function names
Diffstat (limited to 'gnosis.el')
-rw-r--r-- | gnosis.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) |