From: Carl Worth Date: Thu, 28 Oct 2010 01:04:38 +0000 (-0700) Subject: emacs: Eliminate warning of calling function with excess arguments. X-Git-Tag: 0.4~44 X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=c9e0da3a1aaa640da330fe82fa906bb84463736b;hp=c9e0da3a1aaa640da330fe82fa906bb84463736b;p=notmuch emacs: Eliminate warning of calling function with excess arguments. Yet another case of "how could this have possibly worked before?!". I guess we were just getting very lucky with the emacs lisp calling conventions and what happens with extra arguments, but, ick! Much better now. ---