]> code.delx.au - gnu-emacs/blobdiff - lisp/hexl.el
* lisp/isearch.el: Rename word search to regexp-function search
[gnu-emacs] / lisp / hexl.el
index 4aa76d23cb70d9c7b2355651d7e03204285ceadd..499253e931f750e55778ad256092368a03a6978c 100644 (file)
@@ -406,7 +406,7 @@ You can use \\[hexl-find-file] to visit a file in Hexl mode.
 
 
 (defun hexl-isearch-search-function ()
-  (if (and (not isearch-regexp) (not isearch-word))
+  (if (and (not isearch-regexp) (not isearch-regexp-function))
       (lambda (string &optional bound noerror count)
        (funcall
         (if isearch-forward 're-search-forward 're-search-backward)