Hi, [email protected] (2009-08-23 at 1857.09 -0600): > ; Variables that can be set in .sawfish[/]rc > (if (not (boundp 'desktop-directory)) > (setq desktop-directory '("/usr/share/applications")) > (setq desktop-directory (append desktop-directory > '("/usr/share/applications"))))
Why append? If the user already set it, "let as is" sounds more logical (like many other settings). GSR
