diff options
| author | Glenn Morris | 2013-05-23 20:49:17 -0700 |
|---|---|---|
| committer | Glenn Morris | 2013-05-23 20:49:17 -0700 |
| commit | 36b9d0851b10a67438f633734569e30adcc7cac1 (patch) | |
| tree | 083f0b4b6b21137ee70ca5f819df504559e0307b | |
| parent | e354ae76cf348ce78f3e179a605d6da1e76a6d58 (diff) | |
| download | emacs-36b9d0851b10a67438f633734569e30adcc7cac1.tar.gz emacs-36b9d0851b10a67438f633734569e30adcc7cac1.zip | |
* which-func.el (ediff-window-A, ediff-window-B, (ediff-window-C): Declare.
| -rw-r--r-- | lisp/ChangeLog | 3 | ||||
| -rw-r--r-- | lisp/progmodes/which-func.el | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2bda6a218b0..16dc5bf581b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2013-05-24 Glenn Morris <rgm@gnu.org> | 1 | 2013-05-24 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * progmodes/which-func.el (ediff-window-A, ediff-window-B) | ||
| 4 | (ediff-window-C): Declare. | ||
| 5 | |||
| 3 | * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el: | 6 | * obsolete/pgg-gpg.el, obsolete/pgg-pgp.el, obsolete/pgg-pgp5.el: |
| 4 | Tweak requires to silence compiler. | 7 | Tweak requires to silence compiler. |
| 5 | 8 | ||
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." | |||
| 343 | 343 | ||
| 344 | ;;; Integration with other packages | 344 | ;;; Integration with other packages |
| 345 | 345 | ||
| 346 | (defvar ediff-window-A) | ||
| 347 | (defvar ediff-window-B) | ||
| 348 | (defvar ediff-window-C) | ||
| 349 | |||
| 346 | (defun which-func-update-ediff-windows () | 350 | (defun which-func-update-ediff-windows () |
| 347 | "Update Which-Function mode display for Ediff windows. | 351 | "Update Which-Function mode display for Ediff windows. |
| 348 | This function is meant to be called from `ediff-select-hook'." | 352 | This function is meant to be called from `ediff-select-hook'." |