emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Emacs-diffs] master dc49db7: Remove two uses of 'min' in Fwindow_te


From: Stefan Monnier
Subject: Re: [Emacs-diffs] master dc49db7: Remove two uses of 'min' in Fwindow_text_pixel_size
Date: Fri, 24 Jun 2016 10:15:00 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

>     * src/xdisp.c (Fwindow_text_pixel_size): Don't use 'min' since
>     it calls move_it_to twice.  Suggested by Eli Zaretskii.

A good alternative might be to define `min' function(s) (instead of macros).


        Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]