bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#45748: 28.0.50; fit-frame-to-buffer ignores leading spaces


From: martin rudalics
Subject: bug#45748: 28.0.50; fit-frame-to-buffer ignores leading spaces
Date: Sun, 10 Jan 2021 17:05:17 +0100

> Let me know how this looks and if you want me to make any tweaks.

          dec_both (&end, &bpos);
          c = FETCH_BYTE (bpos);
          if (!(c == ' ' || c == '\t' || c == '\n' || c == '\r'))

Sorry but on that last line I have

          if (!(c == ' ' || c == '\t'))

or am I confused?

martin





reply via email to

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