bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#2453: closed by Glenn Morris <address@hidden> (Re: bug#2453: elint a


From: Kevin Ryde
Subject: bug#2453: closed by Glenn Morris <address@hidden> (Re: bug#2453: elint args for encode-time)
Date: Wed, 25 Feb 2009 08:09:30 +1100
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.2 (gnu/linux)

Glenn Morris <rgm@gnu.org> writes:
>
>>     (elint-find-builtin-args '(encode-time))
>>
>> gives back `fn' instead of the function name
>
> Fixed.

With that change the entry in elint-unknown-builtin-args for encode-time
is not needed at all ...

*** elint.el    25 Feb 2009 07:37:52 +1100      1.24
--- elint.el    25 Feb 2009 07:57:41 +1100      
***************
*** 107,113 ****
      (if cond then &rest else)
      (apply function &rest args)
      (format string &rest args)
-     (encode-time second minute hour day month year &optional zone)
      (min &rest args)
      (logand &rest args)
      (logxor &rest args)
--- 107,112 ----

reply via email to

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