Re: [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

[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

[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 point

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 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 point

[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 wind

[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 wind