[PATCH v2] emacs: Improved compatibility for window-body-width in Emacs < 24

2014-08-16 Thread David Bremner
Austin Clements writes: > Fix byte compiler warning "Warning: the function `window-body-width' > is not known to be defined." by moving our compatibility wrapper > before its use and simplify the definition to a defalias for the old > name of the function. pushed. d

Re: [PATCH v2] emacs: Improved compatibility for window-body-width in Emacs 24

2014-08-16 Thread David Bremner
Austin Clements amdra...@mit.edu writes: Fix byte compiler warning Warning: the function `window-body-width' is not known to be defined. by moving our compatibility wrapper before its use and simplify the definition to a defalias for the old name of the function. pushed. d

[PATCH v2] emacs: Improved compatibility for window-body-width in Emacs < 24

2014-08-09 Thread Tomi Ollila
On Fri, Aug 08 2014, Austin Clements wrote: > Fix byte compiler warning "Warning: the function `window-body-width' > is not known to be defined." by moving our compatibility wrapper > before its use and simplify the definition to a defalias for the old > name of the function. > --- > > Tomi

Re: [PATCH v2] emacs: Improved compatibility for window-body-width in Emacs 24

2014-08-09 Thread Tomi Ollila
On Fri, Aug 08 2014, Austin Clements amdra...@mit.edu wrote: Fix byte compiler warning Warning: the function `window-body-width' is not known to be defined. by moving our compatibility wrapper before its use and simplify the definition to a defalias for the old name of the function. ---

[PATCH v2] emacs: Improved compatibility for window-body-width in Emacs < 24

2014-08-08 Thread Austin Clements
Fix byte compiler warning "Warning: the function `window-body-width' is not known to be defined." by moving our compatibility wrapper before its use and simplify the definition to a defalias for the old name of the function. --- Tomi pointed out that window-body-width simply used to be called

[PATCH v2] emacs: Improved compatibility for window-body-width in Emacs 24

2014-08-08 Thread Austin Clements
Fix byte compiler warning Warning: the function `window-body-width' is not known to be defined. by moving our compatibility wrapper before its use and simplify the definition to a defalias for the old name of the function. --- Tomi pointed out that window-body-width simply used to be called