From: Glenn Morris Date: Tue, 23 Jun 2009 07:34:28 +0000 (+0000) Subject: Minor header format fixes. X-Git-Tag: emacs-pretest-23.1.90~2443 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cc80ccee1f1ee13add6b466c2ca9d3bebac5eea9;p=emacs.git Minor header format fixes. (gud-remove, gud-break): Update declarations. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ae119c8848a..ffa273ca874 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2009-06-23 Glenn Morris + * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations. + * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify Persian conditionals. 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 @@ ;;; gdb-mi.el --- User Interface for running GDB -;; Author: Nick Roberts , +;; Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc. + +;; Author: Nick Roberts ;; 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)