From 7e846b1092ed94a83f4891279edc4e16f36f2fe1 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 30 Aug 1994 21:20:09 +0000 Subject: [PATCH] (isearch-edit-string): Use isearch-text-char-description. --- lisp/isearch.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 -- 2.39.5