aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/progmodes/gdb-mi.el12
2 files changed, 8 insertions, 6 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ae119c8848a..ffa273ca874 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
12009-06-23 Glenn Morris <rgm@gnu.org> 12009-06-23 Glenn Morris <rgm@gnu.org>
2 2
3 * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
4
3 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): 5 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
4 Simplify Persian conditionals. 6 Simplify Persian conditionals.
5 7
diff --git a/lisp/progmodes/gdb-mi.el b/lisp/progmodes/gdb-mi.el
index 4595c9e7a4f..4b17405ca63 100644
--- a/lisp/progmodes/gdb-mi.el
+++ b/lisp/progmodes/gdb-mi.el
@@ -1,12 +1,12 @@
1;;; gdb-mi.el --- User Interface for running GDB 1;;; gdb-mi.el --- User Interface for running GDB
2 2
3;; Author: Nick Roberts <nickrob@gnu.org>, 3;; Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc.
4
5;; Author: Nick Roberts <nickrob@gnu.org>
4;; Maintainer: FSF 6;; Maintainer: FSF
5;; Keywords: unix, tools 7;; Keywords: unix, tools
6 8
7;; Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. 9;; This file is part of GNU Emacs.
8
9; This file is part of GNU Emacs.
10 10
11;; GNU Emacs is free software: you can redistribute it and/or modify 11;; GNU Emacs is free software: you can redistribute it and/or modify
12;; it under the terms of the GNU General Public License as published by 12;; it under the terms of the GNU General Public License as published by
@@ -1657,8 +1657,8 @@ of the current session."
1657 (with-current-buffer (find-buffer-visiting buffer-file-name) 1657 (with-current-buffer (find-buffer-visiting buffer-file-name)
1658 (gdb-init-buffer))))) 1658 (gdb-init-buffer)))))
1659 1659
1660(declare-function gud-remove "gdb-ui" t t) ; gud-def 1660(declare-function gud-remove "gdb-mi" t t) ; gud-def
1661(declare-function gud-break "gdb-ui" t t) ; gud-def 1661(declare-function gud-break "gdb-mi" t t) ; gud-def
1662(declare-function fringe-bitmaps-at-pos "fringe.c" (&optional pos window)) 1662(declare-function fringe-bitmaps-at-pos "fringe.c" (&optional pos window))
1663 1663
1664(defun gdb-mouse-set-clear-breakpoint (event) 1664(defun gdb-mouse-set-clear-breakpoint (event)