[PATCH] emacs: jump: fix compile warning on emacs 23

David Bremner david at tethera.net
Wed Sep 24 10:57:34 PDT 2014


Mark Walters <markwalters1009 at gmail.com> writes:

> notmuch-jump uses window-body-width which is not defined in emacs
> 23. To get around this it does
>
> (unless (fboundp 'window-body-width)
>   ;; Compatibility for Emacs pre-24
>   (defalias 'window-body-width 'window-width))

pushed,

d


More information about the notmuch mailing list