Hello, Thomas Cordival <tho...@tuxella.me> writes:
> you will find attached a simple patch to add a new parameter to the > column view dynamic block: minlevel. Thank you! > + (if (and minlevel maxlevel) > + (format "LEVEL>=%d&LEVEL<=%d" minlevel maxlevel) > + (if minlevel > + (format "LEVEL>=%d" minlevel) > + (if maxlevel > + (format "LEVEL<=%d" maxlevel)) > + )) This could be refactored into a `cond'. > + ;; (and (or (not minlevel) (format "LEVEL>=%d" minlevel)) > + ;; (or (not maxlevel) (format "LEVEL<=%d" maxlevel))) This can be removed. Have you signed FSF papers? Otherwise, you need to insert TINCHANGE at the end of the commit message. Regards, -- Nicolas Goaziou