]> git.eshelyaron.com Git - emacs.git/commitdiff
Minor header format fixes.
authorGlenn Morris <rgm@gnu.org>
Tue, 23 Jun 2009 07:34:28 +0000 (07:34 +0000)
committerGlenn Morris <rgm@gnu.org>
Tue, 23 Jun 2009 07:34:28 +0000 (07:34 +0000)
(gud-remove, gud-break): Update declarations.

lisp/ChangeLog
lisp/progmodes/gdb-mi.el

index ae119c8848a734bd66ea8c6b68f840b475b80317..ffa273ca87444c8c1499ded03f5cdeb19bd2d11f 100644 (file)
@@ -1,5 +1,7 @@
 2009-06-23  Glenn Morris  <rgm@gnu.org>
 
+       * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
+
        * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
        Simplify Persian conditionals.
 
index 4595c9e7a4f0024e2d7b8cd11ba51b98059c066b..4b17405ca639807866d6d65b5f26a70dc05c100e 100644 (file)
@@ -1,12 +1,12 @@
 ;;; gdb-mi.el --- User Interface for running GDB
 
-;; Author: Nick Roberts <nickrob@gnu.org>,
+;; Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc.
+
+;; Author: Nick Roberts <nickrob@gnu.org>
 ;; Maintainer: FSF
 ;; Keywords: unix, tools
 
-;; Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc.
-
-; This file is part of GNU Emacs.
+;; This file is part of GNU Emacs.
 
 ;; GNU Emacs is free software: you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
@@ -1657,8 +1657,8 @@ of the current session."
          (with-current-buffer (find-buffer-visiting buffer-file-name)
            (gdb-init-buffer)))))
 
-(declare-function gud-remove "gdb-ui" t t) ; gud-def
-(declare-function gud-break  "gdb-ui" t t) ; gud-def
+(declare-function gud-remove "gdb-mi" t t) ; gud-def
+(declare-function gud-break  "gdb-mi" t t) ; gud-def
 (declare-function fringe-bitmaps-at-pos "fringe.c" (&optional pos window))
 
 (defun gdb-mouse-set-clear-breakpoint (event)