emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/lisp/isearch.el
Date: Fri, 09 Dec 2005 20:13:23 -0500

Index: emacs/lisp/isearch.el
diff -c emacs/lisp/isearch.el:1.278 emacs/lisp/isearch.el:1.279
*** emacs/lisp/isearch.el:1.278 Fri Dec  9 09:45:06 2005
--- emacs/lisp/isearch.el       Sat Dec 10 01:13:23 2005
***************
*** 1809,1814 ****
--- 1809,1816 ----
     ((eq   char ?|)       (isearch-fallback t nil t)))
  
    ;; Append the char to the search string, update the message and re-search.
+   (if (char-table-p translation-table-for-input)
+       (setq char (or (aref translation-table-for-input char) char)))
    (isearch-process-search-string
     (char-to-string char)
     (if (>= char ?\200)




reply via email to

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