From: Po Lu Date: Tue, 4 Apr 2023 10:35:11 +0000 (+0800) Subject: ; * lisp/subr.el (read-char-from-minibuffer): Fix typo. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fb87f7a90507189794aa2dd789b15092fb86e077;p=emacs.git ; * lisp/subr.el (read-char-from-minibuffer): Fix typo. --- diff --git a/lisp/subr.el b/lisp/subr.el index 819aba631fa..3761ee6764b 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -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)