+2005-11-28 Juri Linkov <juri@jurta.org>
+
+ * simple.el (quoted-insert): Let-bind input-method-function to nil.
+
+ * replace.el (occur-mode-mouse-goto): Pop, don't switch.
+ (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
+ and same-window-regexps.
+ (occur-next-error): Don't move point for arg 0.
+
2005-11-28 Chong Yidong <cyd@stupidchicken.com>
* replace.el (occur-mode-goto-occurrence): Pop, don't switch.
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)