From 167e21409753677aa0419db092370d589c2c2b65 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 9 Feb 2008 17:11:27 +0100 Subject: * lisp/idutils.el (gid): Use read-string, not deprecated read-input. --- lisp/idutils.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/idutils.el b/lisp/idutils.el index ea6f7b7..c933219 100644 --- a/lisp/idutils.el +++ b/lisp/idutils.el @@ -51,7 +51,7 @@ While gid runs asynchronously, you can use the \\[next-error] command to find the text that gid hits refer to. The command actually run is defined by the gid-command variable." - (interactive (list (read-input + (interactive (list (read-string (concat "Run " gid-command " (with args): ") (thing-at-point 'symbol)))) (let (compile-command (compilation-error-regexp-alist grep-regexp-alist) -- cgit v1.2.3