* cosmetic
This commit is contained in:
@ -101,10 +101,9 @@ Function returns the CHAR typed."
|
|||||||
(ignore-errors
|
(ignore-errors
|
||||||
(read-char
|
(read-char
|
||||||
(concat prompt optionsstr
|
(concat prompt optionsstr
|
||||||
" [or press " (propertize "C-g" 'face 'highlight) " to quit]")))))
|
" [" (propertize "C-g" 'face 'highlight) " to quit]")))))
|
||||||
;; if the input is not one of the options, try again
|
;; if the input is not one of the options, try again
|
||||||
(unless (member response optionkars)
|
(unless (member response optionkars) (mu4e-read-option prompt options))
|
||||||
(mu4e-read-option prompt options))
|
|
||||||
;; otherwise, return the response char
|
;; otherwise, return the response char
|
||||||
response))
|
response))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user