stumpwm-devel
[Top][All Lists]
Advanced

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

Re: [STUMP] [PATCH] adjoin instead of push for adding to *screen-mode-li


From: Shawn
Subject: Re: [STUMP] [PATCH] adjoin instead of push for adding to *screen-mode-line-formatters*
Date: Thu, 10 Jul 2008 19:53:46 -0700
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

John Li <address@hidden> writes:

> -(push '(#\N notifications-as-string) *screen-mode-line-formatters*)
> +(setf *screen-mode-line-formatters*
> +      (adjoin '(#\N notifications-as-string) *screen-mode-line-formatters* 
> :test 'equal))

pushnew is probably the one you want to use.

-Shawn




reply via email to

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