(gdbmi-invalidate-frames): Declare as function.
This commit is contained in:
parent
1ed216dbe4
commit
b218f37130
2 changed files with 21 additions and 0 deletions
|
@ -1,3 +1,22 @@
|
|||
2008-04-22 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
|
||||
|
||||
* whitespace.el (whitespace-display-table)
|
||||
(whitespace-display-table-was-local): Move definitions before use.
|
||||
|
||||
* emacs-lisp/copyright.el (copyright-at-end-flag): New option.
|
||||
(copyright-limit): Respect copyright-at-end-flag.
|
||||
(copyright-re-search, copyright-start-point)
|
||||
(copyright-offset-too-large-p): New functions.
|
||||
(copyright-update-year): Use copyright-re-search.
|
||||
(copyright-update, copyright-fix-years): Use copyright-start-point,
|
||||
and copyright-re-search.
|
||||
(copyright): Use copyright-offset-too-large-p.
|
||||
* add-log.el (change-log-mode): Set copyright-at-end-flag.
|
||||
|
||||
* add-log.el (top-level): Require 'cl when compiling.
|
||||
|
||||
2008-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
|
||||
|
|
|
@ -2345,6 +2345,8 @@ corresponding to the mode line clicked."
|
|||
(define-key map [follow-link] 'mouse-face)
|
||||
map))
|
||||
|
||||
(declare-function gdbmi-invalidate-frames "ext:gdb-mi" nil t)
|
||||
|
||||
(defun gdb-frames-force-update ()
|
||||
"Force update of call stack.
|
||||
Use when the displayed call stack gets out of sync with the
|
||||
|
|
Loading…
Add table
Reference in a new issue