/[emacs]/emacs/lisp/wid-edit.el
ViewVC logotype

Diff of /emacs/lisp/wid-edit.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.116 by schwab, Sat Dec 14 14:25:53 2002 UTC revision 1.117 by lektu, Fri Feb 14 09:57:45 2003 UTC
# Line 271  minibuffer." Line 271  minibuffer."
271                   (while (not (or (and (>= char ?0) (< char next-digit))                   (while (not (or (and (>= char ?0) (< char next-digit))
272                                   (eq value 'keyboard-quit)))                                   (eq value 'keyboard-quit)))
273                     ;; Unread a SPC to lead to our new menu.                     ;; Unread a SPC to lead to our new menu.
274                     (setq unread-command-events (cons ?\ unread-command-events))                     (setq unread-command-events (cons ?\  unread-command-events))
275                     (setq keys (read-key-sequence title))                     (setq keys (read-key-sequence title))
276                     (setq value                     (setq value
277                           (lookup-key overriding-terminal-local-map keys t)                           (lookup-key overriding-terminal-local-map keys t)

Legend:
Removed from v.1.116  
changed lines
  Added in v.1.117

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26