emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/wid-edit.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/wid-edit.el
Date: Fri, 14 Feb 2003 04:57:45 -0500

Index: emacs/lisp/wid-edit.el
diff -c emacs/lisp/wid-edit.el:1.116 emacs/lisp/wid-edit.el:1.117
*** emacs/lisp/wid-edit.el:1.116        Sat Dec 14 09:25:53 2002
--- emacs/lisp/wid-edit.el      Fri Feb 14 04:57:45 2003
***************
*** 271,277 ****
                 (while (not (or (and (>= char ?0) (< char next-digit))
                                 (eq value 'keyboard-quit)))
                   ;; Unread a SPC to lead to our new menu.
!                  (setq unread-command-events (cons ?\ unread-command-events))
                   (setq keys (read-key-sequence title))
                   (setq value
                         (lookup-key overriding-terminal-local-map keys t)
--- 271,277 ----
                 (while (not (or (and (>= char ?0) (< char next-digit))
                                 (eq value 'keyboard-quit)))
                   ;; Unread a SPC to lead to our new menu.
!                  (setq unread-command-events (cons ?\  unread-command-events))
                   (setq keys (read-key-sequence title))
                   (setq value
                         (lookup-key overriding-terminal-local-map keys t)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]