/[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.209.2.1 by handa, Fri Mar 1 01:59:51 2002 UTC revision 1.209.2.2 by fx, Wed Jul 3 22:45:44 2002 UTC
# Line 235  Default value, nil, means edit the strin Line 235  Default value, nil, means edit the strin
235          (char-table-p (nth 1 map))          (char-table-p (nth 1 map))
236          (error "The initialization of isearch-mode-map must be updated"))          (error "The initialization of isearch-mode-map must be updated"))
237      ;; Make all multibyte characters search for themselves.      ;; Make all multibyte characters search for themselves.
238        ;; Fixme: is this range right?
239      (set-char-table-range (nth 1 map) (cons #x100 #x2FFFFF)      (set-char-table-range (nth 1 map) (cons #x100 #x2FFFFF)
240                            'isearch-printing-char)                            'isearch-printing-char)
241      ;; Make function keys, etc, exit the search.      ;; Make function keys, etc, exit the search.

Legend:
Removed from v.1.209.2.1  
changed lines
  Added in v.1.209.2.2

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