Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
927c53e7
Commit
927c53e7
authored
Mar 22, 2011
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lisp/progmodes/gdb-mi.el (gdb): Fix typo in previous change.
parent
c9c49752
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/progmodes/gdb-mi.el
lisp/progmodes/gdb-mi.el
+1
-1
No files found.
lisp/ChangeLog
View file @
927c53e7
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
...
...
lisp/progmodes/gdb-mi.el
View file @
927c53e7
...
...
@@ -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
"G
B
DHISTFILE"
)
(
let
((
hfile
(
expand-file-name
(
or
(
getenv
"GD
B
HISTFILE"
)
(
if
(
eq
system-type
'ms-dos
)
"_gdb_history"
".gdb_history"
))))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment