emacs-devel
[Top][All Lists]
Advanced

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

Re: something like linum.el ought to be added


From: Richard Stallman
Subject: Re: something like linum.el ought to be added
Date: Sun, 16 Sep 2007 23:58:43 -0400

It looks good, except for minor nits.  It can be installed, with these
nits fixed.

    +  if (!current_matrix_up_to_date_p
    +      && !NILP(Vwindow_bottom_change_functions))
    +      safe_run_hooks (Qwindow_bottom_change_functions);

It needs a space between NILP and the paren.

    +  DEFVAR_LISP ("window-bottom-change-functions", 
&Vwindow_bottom_change_functions,
    +    doc: /* List of functions to call when visibility changes may have 
altered
    +the position of the bottom of the window. */);

The first line of that doc string (like every doc string) should stand
on its own.




reply via email to

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