From: Pieter Praet Date: Mon, 16 Jan 2012 10:56:40 +0000 (+0100) Subject: emacs: globally replace non-branching "(if (not ..." with "(unless ..." X-Git-Tag: debian/0.12_rc1-1~191 X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=046f5dded2a113d80e55288aaa1659a6843dafa3;hp=046f5dded2a113d80e55288aaa1659a6843dafa3;p=notmuch emacs: globally replace non-branching "(if (not ..." with "(unless ..." Less code, same results, without sacrificing readability. ---