/[emacs]/emacs/lisp/isearch.el
ViewVC logotype

Diff of /emacs/lisp/isearch.el

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

revision 1.278 by jurta, Fri Dec 9 09:45:06 2005 UTC revision 1.279 by handa, Sat Dec 10 01:13:23 2005 UTC
# Line 1809  Isearch mode." Line 1809  Isearch mode."
1809     ((eq   char ?|)       (isearch-fallback t nil t)))     ((eq   char ?|)       (isearch-fallback t nil t)))
1810    
1811    ;; Append the char to the search string, update the message and re-search.    ;; Append the char to the search string, update the message and re-search.
1812      (if (char-table-p translation-table-for-input)
1813          (setq char (or (aref translation-table-for-input char) char)))
1814    (isearch-process-search-string    (isearch-process-search-string
1815     (char-to-string char)     (char-to-string char)
1816     (if (>= char ?\200)     (if (>= char ?\200)

Legend:
Removed from v.1.278  
changed lines
  Added in v.1.279

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