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:
parent
6bdbb4cbfc
commit
fb87f7a905
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue