changeset 24486:8c7fdc02cb78

(inverse-add-abbrev): Inherit the current input method.
author Kenichi Handa <handa@m17n.org>
date Mon, 15 Mar 1999 01:03:23 +0000
parents ab39ea2168e7
children 2612f75bdd2a
files lisp/abbrev.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/abbrev.el	Mon Mar 15 00:51:20 1999 +0000
+++ b/lisp/abbrev.el	Mon Mar 15 01:03:23 1999 +0000
@@ -269,7 +269,7 @@
 					       (setq nameloc (point))))))
     (set-text-properties 0 (length name) nil name)
     (setq exp (read-string (format "%s expansion for \"%s\": "
-				   type name)))
+				   type name) nil nil nil t))
     (if (or (not (abbrev-expansion name table))
 	    (y-or-n-p (format "%s expands to \"%s\"; redefine? "
 			      name (abbrev-expansion name table))))