mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-05 11:45:45 +00:00
(gud-gdb-massage-args): Don't secretly add -fullname.
(gud-query-cmdline): Add --fullname to the user cmdline.
This commit is contained in:
parent
b559a04168
commit
cf681de6e5
@ -1,5 +1,8 @@
|
||||
2002-09-11 Simon Josefsson <jas@extundo.com>
|
||||
|
||||
* gud.el (gud-gdb-massage-args): Don't secretly add -fullname.
|
||||
(gud-query-cmdline): Add --fullname to the user cmdline.
|
||||
|
||||
* mail/smtpmail.el (smtpmail-default-smtp-server): Doc fix.
|
||||
|
||||
2002-09-10 Richard M. Stallman <rms@gnu.org>
|
||||
|
@ -307,7 +307,7 @@ off the specialized speedbar mode."
|
||||
(defvar gud-gdb-history nil)
|
||||
|
||||
(defun gud-gdb-massage-args (file args)
|
||||
(cons "-fullname" args))
|
||||
args)
|
||||
|
||||
(defvar gud-gdb-marker-regexp
|
||||
;; This used to use path-separator instead of ":";
|
||||
@ -383,7 +383,7 @@ off the specialized speedbar mode."
|
||||
(read-from-minibuffer
|
||||
(format "Run %s (like this): " minor-mode)
|
||||
(or (car-safe (symbol-value hist-sym))
|
||||
(concat (or cmd-name (symbol-name minor-mode)) " " init))
|
||||
(concat (or cmd-name (symbol-name minor-mode)) " --fullname " init))
|
||||
gud-minibuffer-local-map nil
|
||||
hist-sym)))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user