From: Glenn Morris Date: Wed, 23 Mar 2011 02:50:28 +0000 (-0700) Subject: * lisp/progmodes/gdb-mi.el (gdb): Fix typo in previous change. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~512 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=927c53e762b4134a959bdad6df4d4ea6befe84b6;p=emacs.git * lisp/progmodes/gdb-mi.el (gdb): Fix typo in previous change. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e508174e118..adfbc6ce440 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2011-03-23 Glenn Morris + + * progmodes/gdb-mi.el (gdb): Fix typo in previous change. + 2011-03-22 Juanma Barranquero * emacs-lisp/derived.el (define-derived-mode): Wrap declaration of diff --git a/lisp/progmodes/gdb-mi.el b/lisp/progmodes/gdb-mi.el index ab315f9eefd..6aece579d5d 100644 --- a/lisp/progmodes/gdb-mi.el +++ b/lisp/progmodes/gdb-mi.el @@ -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"))))