mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-18 06:01:22 -08:00
Fix typo calling iso-accents-customize.
(iso-accents-compose): If this-command is non-nil, do prompt.
This commit is contained in:
parent
730cce4a6c
commit
9ebce7e10d
1 changed files with 4 additions and 2 deletions
|
|
@ -156,7 +156,9 @@ See the function `iso-accents-mode'.")
|
|||
;; Wait for the second key and look up the combination.
|
||||
(second-char (if (or prompt
|
||||
(not (eq (key-binding "a")
|
||||
'self-insert-command)))
|
||||
'self-insert-command))
|
||||
;; Called from anything but the command loop.
|
||||
this-command)
|
||||
(progn
|
||||
(message "%s%c"
|
||||
(or prompt "Compose with ")
|
||||
|
|
@ -316,7 +318,7 @@ Noninteractively, this operates on text from START to END."
|
|||
(insert (car (cdr (car entry)))))
|
||||
(forward-char 1)))))))
|
||||
|
||||
(iso-customize-accents "default")
|
||||
(iso-accents-customize "default")
|
||||
|
||||
;;; iso-acc.el ends here
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue