]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/subr.el (read-char-from-minibuffer): Fix typo.
authorPo Lu <luangruo@yahoo.com>
Tue, 4 Apr 2023 10:35:11 +0000 (18:35 +0800)
committerPo Lu <luangruo@yahoo.com>
Tue, 4 Apr 2023 10:35:11 +0000 (18:35 +0800)
lisp/subr.el

index 819aba631faabebd803b2636d04a0a8400a09c02..3761ee6764b0d62e120092d526b8191df2e43f99 100644 (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)