diff options
| author | Glenn Morris | 2009-06-23 07:34:28 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-06-23 07:34:28 +0000 |
| commit | cc80ccee1f1ee13add6b466c2ca9d3bebac5eea9 (patch) | |
| tree | 961392637e4af2eb487b3a7008deb6d623ec802d | |
| parent | 84cb770dc98fddc1165b2a8aade90c33c97175be (diff) | |
| download | emacs-cc80ccee1f1ee13add6b466c2ca9d3bebac5eea9.tar.gz emacs-cc80ccee1f1ee13add6b466c2ca9d3bebac5eea9.zip | |
Minor header format fixes.
(gud-remove, gud-break): Update declarations.
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/progmodes/gdb-mi.el | 12 |
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 @@ | |||
| 1 | 2009-06-23 Glenn Morris <rgm@gnu.org> | 1 | 2009-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) |