diff lisp/isearch-mode.el @ 2828:a25c824ed558

[xemacs-hg @ 2005-06-26 18:04:49 by aidan] Rename the ascii-character property, support more keysyms.
author aidan
date Sun, 26 Jun 2005 18:05:05 +0000
parents 7dc50bbd7a39
children da6da82d7d79
line wrap: on
line diff
--- a/lisp/isearch-mode.el	Sat Jun 25 21:51:12 2005 +0000
+++ b/lisp/isearch-mode.el	Sun Jun 26 18:05:05 2005 +0000
@@ -1813,7 +1813,7 @@
 
 (defun isearch-char-to-string (c)
   (if (eventp c)
-      (make-string 1 (event-to-character c nil nil t))
+      (make-string 1 (event-to-character c))
     (make-string 1 c)))
 
 ;(defun isearch-text-char-description (c)