From b218f371303745fa16aafdd281214639f1984895 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 22 Apr 2008 02:57:26 +0000 Subject: [PATCH] (gdbmi-invalidate-frames): Declare as function. --- lisp/ChangeLog | 19 +++++++++++++++++++ lisp/progmodes/gdb-ui.el | 2 ++ 2 files changed, 21 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5c3013f5d33..fd2297183f5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,22 @@ +2008-04-22 Glenn Morris + + * 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 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el) diff --git a/lisp/progmodes/gdb-ui.el b/lisp/progmodes/gdb-ui.el index 48142816fec..ac98c906e28 100644 --- a/lisp/progmodes/gdb-ui.el +++ b/lisp/progmodes/gdb-ui.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 -- 2.39.5