From: Jani Nikula Date: Sun, 1 Apr 2012 14:51:23 +0000 (+0300) Subject: emacs: do not modify the alist passed to notmuch-sort-saved-searches X-Git-Tag: 0.13_rc1~95 X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=052000f85ae2e75efdf882a7fd15ef5698001c42;hp=052000f85ae2e75efdf882a7fd15ef5698001c42;p=obsolete%2Fnotmuch-old emacs: do not modify the alist passed to notmuch-sort-saved-searches Sort modifies its input as a side effect. Pass it a copy in notmuch-sort-saved-searches to not modify the notmuch-saved-searches alist. ---