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

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

Re: `looking-back' strange warning


From: Artur Malabarba
Subject: Re: `looking-back' strange warning
Date: Thu, 1 Oct 2015 13:35:52 +0100

It's not a bug. It's declared as demanding two arguments so that people
will use it.
M-x `byte-compile-file' warns:

... Warning: looking-back called with 1 argument, but
    requires 2-3


While its definition:

(defun looking-back (regexp &optional limit greedy)


Docu bug?

Cheers,

Andreas

GNU Emacs 25.0.50.1 (i686-pc-linux-gnu, GTK+ Version 2.24.23) of 2015-08-27


reply via email to

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