From f5792262456f1ea5eddf6697dd9d014cbca19563 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 1 Aug 1996 22:37:47 +0000 Subject: [PATCH] (gdb): Undo previous change. --- lisp/gud.el | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/lisp/gud.el b/lisp/gud.el index 48664a05608..281ceb50573 100644 --- a/lisp/gud.el +++ b/lisp/gud.el @@ -268,13 +268,12 @@ and create such a submap in that new map." The directory containing FILE becomes the initial working directory and source-file directory for your debugger." (interactive - (list (let ((comint-file-name-regexp "~/A-Za-z0-9+@:_.$#%,={}-")) - (read-from-minibuffer "Run gdb (like this): " - (if (consp gud-gdb-history) - (car gud-gdb-history) - "gdb ") - gdb-minibuffer-local-map nil - '(gud-gdb-history . 1))))) + (list (read-from-minibuffer "Run gdb (like this): " + (if (consp gud-gdb-history) + (car gud-gdb-history) + "gdb ") + gdb-minibuffer-local-map nil + '(gud-gdb-history . 1)))) (gud-common-init command-line 'gud-gdb-massage-args 'gud-gdb-marker-filter 'gud-gdb-find-file) -- 2.39.5