* lisp/progmodes/gdb-mi.el (gdb): Fix typo in previous change.
This commit is contained in:
parent
c9c49752e1
commit
927c53e762
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2011-03-23 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* progmodes/gdb-mi.el (gdb): Fix typo in previous change.
|
||||
|
||||
2011-03-22 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* emacs-lisp/derived.el (define-derived-mode): Wrap declaration of
|
||||
|
|
|
@ -648,7 +648,7 @@ detailed description of this mode.
|
|||
(set (make-local-variable 'gud-minor-mode) 'gdbmi)
|
||||
(setq comint-input-sender 'gdb-send)
|
||||
(when (ring-empty-p comint-input-ring) ; cf shell-mode
|
||||
(let ((hfile (expand-file-name (or (getenv "GBDHISTFILE")
|
||||
(let ((hfile (expand-file-name (or (getenv "GDBHISTFILE")
|
||||
(if (eq system-type 'ms-dos)
|
||||
"_gdb_history"
|
||||
".gdb_history"))))
|
||||
|
|
Loading…
Add table
Reference in a new issue