emacs-devel
[Top][All Lists]
Advanced

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

Re: buff-menu.el header line


From: Richard Stallman
Subject: Re: buff-menu.el header line
Date: Fri, 19 Nov 2004 05:05:20 -0500

    The misalignment can be fixed by deleting the space before the `CRM'
    in `list-buffers-noselect' on line 648 of emacs/lisp/buff-menu.el

    Change
             (header (concat " " (propertize "CRM " 'face 'fixed-pitch)
    to
             (header (concat (propertize "CRM " 'face 'fixed-pitch)

That space was obviously put there for a reason,
so this can't be a real fix.

What change was it that caused this bug to appear?




reply via email to

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