# HG changeset patch # User Juri Linkov # Date 1133207974 0 # Node ID b3df9252e4e80c2468c67df79f08e4b2f31fc55f # Parent 8d028f859146caeabf38fbe99ef60d9856157561 (quoted-insert): Let-bind input-method-function to nil. diff -r 8d028f859146 -r b3df9252e4e8 lisp/simple.el --- a/lisp/simple.el Mon Nov 28 19:59:16 2005 +0000 +++ b/lisp/simple.el Mon Nov 28 19:59:34 2005 +0000 @@ -609,7 +609,7 @@ digits are interpreted as a character code. This is intended to be useful for editing binary files." (interactive "*p") - (let* ((char (let (translation-table-for-input) + (let* ((char (let (translation-table-for-input input-method-function) (if (or (not overwrite-mode) (eq overwrite-mode 'overwrite-mode-binary)) (read-quoted-char)