comparison lisp/international/iso-acc.el @ 40505:8330d988f4aa

(iso-accents-compose): Remove a superfluous setq.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 30 Oct 2001 16:10:09 +0000
parents 2c2cf54fecc5
children 60308a81bc07
comparison
equal deleted inserted replaced
40504:f60d98c92b0b 40505:8330d988f4aa
316 (if (and enable-multibyte-characters 316 (if (and enable-multibyte-characters
317 (>= entry ?\200)) 317 (>= entry ?\200))
318 (+ iso-accents-insert-offset entry) 318 (+ iso-accents-insert-offset entry)
319 entry)) 319 entry))
320 ;; Otherwise, advance and schedule the second key for execution. 320 ;; Otherwise, advance and schedule the second key for execution.
321 (setq unread-command-events 321 (push second-char unread-command-events)
322 (push second-char unread-command-events))
323 (vector first-char)))) 322 (vector first-char))))
324 323
325 ;; It is a matter of taste if you want the minor mode indicated 324 ;; It is a matter of taste if you want the minor mode indicated
326 ;; in the mode line... 325 ;; in the mode line...
327 ;; If so, uncomment the next four lines. 326 ;; If so, uncomment the next four lines.