Mercurial > emacs
changeset 103563:1c5f849edf58
Minor header format fixes.
(gud-remove, gud-break): Update declarations.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Tue, 23 Jun 2009 07:34:28 +0000 |
parents | decf5e666b9e |
children | dbc4954024d6 |
files | lisp/ChangeLog lisp/progmodes/gdb-mi.el |
diffstat | 2 files changed, 8 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Jun 23 07:30:25 2009 +0000 +++ b/lisp/ChangeLog Tue Jun 23 07:34:28 2009 +0000 @@ -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.
--- a/lisp/progmodes/gdb-mi.el Tue Jun 23 07:30:25 2009 +0000 +++ b/lisp/progmodes/gdb-mi.el Tue Jun 23 07:34:28 2009 +0000 @@ -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 @@ (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)