From 3092d1fbdb3fa9fb55f7ba69c6ee91c3c0ca7404 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 1 Dec 2007 02:34:09 +0000 Subject: [PATCH] (gud-remove, gud-break): Declare as functions. --- lisp/ChangeLog | 9 +++++++++ lisp/progmodes/gdb-ui.el | 3 +++ 2 files changed, 12 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e1540d5920e..592015b467a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2007-12-01 Glenn Morris + + * 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 * textmodes/org-export-latex.el (org-export-latex-cleaned-string): diff --git a/lisp/progmodes/gdb-ui.el b/lisp/progmodes/gdb-ui.el index 37758fc4441..32db8850b66 100644 --- a/lisp/progmodes/gdb-ui.el +++ b/lisp/progmodes/gdb-ui.el @@ -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") -- 2.39.2