From: Richard M. Stallman Date: Tue, 30 Aug 1994 21:20:09 +0000 (+0000) Subject: (isearch-edit-string): Use isearch-text-char-description. X-Git-Tag: emacs-19.34~7184 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7e846b1092ed94a83f4891279edc4e16f36f2fe1;p=emacs.git (isearch-edit-string): Use isearch-text-char-description. --- diff --git a/lisp/isearch.el b/lisp/isearch.el index d132aacd848..3bcc23a2f9e 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el @@ -4,7 +4,7 @@ ;; Author: Daniel LaLiberte -;; |$Date: 1994/08/05 04:15:20 $|$Revision: 1.71 $ +;; |$Date: 1994/08/30 07:03:33 $|$Revision: 1.72 $ ;; This file is part of GNU Emacs. @@ -745,8 +745,9 @@ If first char entered is \\[isearch-yank-word], then do word search instead." isearch-string minibuffer-local-isearch-map nil 'junk-ring)) - isearch-new-message (mapconcat 'text-char-description - isearch-new-string ""))) + isearch-new-message + (mapconcat 'isearch-text-char-description + isearch-new-string ""))) ;; Always resume isearching by restarting it. (isearch-mode isearch-forward isearch-regexp