mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 08:43:40 -07:00
(iso-accents-compose): Remove a
superfluous setq.
This commit is contained in:
parent
a742d646df
commit
8d7b140f13
1 changed files with 1 additions and 2 deletions
|
|
@ -318,8 +318,7 @@ the language you choose)."
|
|||
(+ iso-accents-insert-offset entry)
|
||||
entry))
|
||||
;; Otherwise, advance and schedule the second key for execution.
|
||||
(setq unread-command-events
|
||||
(push second-char unread-command-events))
|
||||
(push second-char unread-command-events)
|
||||
(vector first-char))))
|
||||
|
||||
;; It is a matter of taste if you want the minor mode indicated
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue