[PATCH] emacs: Fix byte compile warning on Emacs < 24

2014-08-08 Thread Austin Clements
Fix "Warning: the function `window-body-width' is not known to be defined." by moving our compatibility wrapper before its use. --- emacs/notmuch-jump.el | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/emacs/notmuch-jump.el b/emacs/notmuch-jump.el index

[PATCH] emacs: Fix byte compile warning on Emacs 24

2014-08-08 Thread Austin Clements
Fix Warning: the function `window-body-width' is not known to be defined. by moving our compatibility wrapper before its use. --- emacs/notmuch-jump.el | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/emacs/notmuch-jump.el b/emacs/notmuch-jump.el index