mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-26 09:51:31 -08:00
Minor header format fixes.
(gud-remove, gud-break): Update declarations.
This commit is contained in:
parent
84cb770dc9
commit
cc80ccee1f
2 changed files with 9 additions and 7 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
;;; gdb-mi.el --- User Interface for running GDB
|
||||
|
||||
;; 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.
|
||||
;; Author: Nick Roberts <nickrob@gnu.org>
|
||||
;; Maintainer: FSF
|
||||
;; Keywords: unix, tools
|
||||
|
||||
;; 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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue