Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d4f1855a
Commit
d4f1855a
authored
Oct 04, 2007
by
Michaël Cadilhac
Browse files
(gud-gud-gdb-command-name): Fix typo in docstring.
parent
7af32ba0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/progmodes/gud.el
lisp/progmodes/gud.el
+3
-4
No files found.
lisp/ChangeLog
View file @
d4f1855a
2007-10-04 Micha,Ak(Bl Cadilhac <michael@cadilhac.name>
* progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
2007-10-04 Nick Roberts <nickrob@snap.net.nz>
* progmodes/gud.el (gud-gud-gdb-command-name): New option.
lisp/progmodes/gud.el
View file @
d4f1855a
...
...
@@ -239,7 +239,7 @@ Used to grey out relevant toolbar icons.")
(
[menu-bar
run]
menu-item
,
(
propertize
"run"
'face
'font-lock-doc-face
)
gud-run
:visible
(
memq
gud-minor-mode
'
(
gdbmi
gdb
dbx
jdb
)))
(
[menu-bar
go]
menu-item
(
[menu-bar
go]
menu-item
,
(
propertize
" go "
'face
'font-lock-doc-face
)
gud-go
:visible
(
and
(
not
gud-running
)
(
eq
gud-minor-mode
'gdba
)))
...
...
@@ -591,8 +591,7 @@ required by the caller."
(
defcustom
gud-gud-gdb-command-name
"gdb --fullname"
"Default command to run an executable under GDB in text command mode.
The option \"--fullname\" must be included in it's value."
The option \"--fullname\" must be included in this value."
:type
'string
:group
'gud
)
...
...
@@ -3111,7 +3110,7 @@ class of the file (using s to separate nested class ids)."
'syntax-table (eval-when-compile
(string-to-syntax "> b")))
;; Make sure that rehighlighting the previous line won't erase our
;; syntax-table property.
;; syntax-table property.
(put-text-property (1- (match-beginning 0)) (match-end 0)
'font-lock-multiline t)
nil)))))
...
...
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