1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

; * lisp/subr.el (read-char-from-minibuffer): Fix typo.

This commit is contained in:
Po Lu 2023-04-04 18:35:11 +08:00
parent 6bdbb4cbfc
commit fb87f7a905

View file

@ -3471,8 +3471,8 @@ There is no need to explicitly add `help-char' to CHARS;
;; If text conversion is enabled in this buffer, then it will only
;; be disabled the next time `force-mode-line-update' happens.
(when (and (bound-and-true-p 'overriding-text-conversion-style)
(bound-and-true-p 'text-conversion-style))
(when (and (bound-and-true-p overriding-text-conversion-style)
(bound-and-true-p text-conversion-style))
(force-mode-line-update))
(let* ((overriding-text-conversion-style nil)