From: Glenn Morris Date: Fri, 24 May 2013 03:49:17 +0000 (-0700) Subject: * which-func.el (ediff-window-A, ediff-window-B, (ediff-window-C): Declare. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~2026^2~214 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=36b9d0851b10a67438f633734569e30adcc7cac1;p=emacs.git * which-func.el (ediff-window-A, ediff-window-B, (ediff-window-C): Declare. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2bda6a218b0..16dc5bf581b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2013-05-24 Glenn Morris + * progmodes/which-func.el (ediff-window-A, ediff-window-B) + (ediff-window-C): Declare. + * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el: Tweak requires to silence compiler. diff --git a/lisp/progmodes/which-func.el b/lisp/progmodes/which-func.el index edfe368479c..c8044f407fc 100644 --- a/lisp/progmodes/which-func.el +++ b/lisp/progmodes/which-func.el @@ -343,6 +343,10 @@ If no function name is found, return nil." ;;; Integration with other packages +(defvar ediff-window-A) +(defvar ediff-window-B) +(defvar ediff-window-C) + (defun which-func-update-ediff-windows () "Update Which-Function mode display for Ediff windows. This function is meant to be called from `ediff-select-hook'."