mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(gud-remove, gud-break): Declare as functions.
This commit is contained in:
parent
da567a4f47
commit
3092d1fbdb
2 changed files with 12 additions and 0 deletions
|
|
@ -1,3 +1,12 @@
|
|||
2007-12-01 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* progmodes/gdb-ui.el (gud-remove, gud-break):
|
||||
* progmodes/gud.el (gdb-create-define-alist)
|
||||
(gdb-restore-windows, gdb-reset, global-hl-line-highlight)
|
||||
(hl-line-highlight, gdb-display-source-buffer)
|
||||
(gdb-display-buffer, c-langelem-sym, c-langelem-pos)
|
||||
(syntax-symbol, syntax-point, gdb-enqueue-input): Declare as functions.
|
||||
|
||||
2007-11-30 Dan Nicolaescu <dann@ics.uci.edu>
|
||||
|
||||
* textmodes/org-export-latex.el (org-export-latex-cleaned-string):
|
||||
|
|
|
|||
|
|
@ -1938,6 +1938,9 @@ static char *magick[] = {
|
|||
(end-of-line))))))
|
||||
(if (gdb-get-buffer 'gdb-assembler-buffer) (gdb-assembler-custom)))
|
||||
|
||||
(declare-function gud-remove "gdb-ui" t t) ; gud-def
|
||||
(declare-function gud-break "gdb-ui" t t) ; gud-def
|
||||
|
||||
(defun gdb-mouse-set-clear-breakpoint (event)
|
||||
"Set/clear breakpoint in left fringe/margin with mouse click."
|
||||
(interactive "e")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue