From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] emacs-25 a9c48d5: Additional fixes for file notification Date: Mon, 22 Feb 2016 15:50:37 -0500 Message-ID: References: <20160222175244.30186.2617@vcs.savannah.gnu.org> <87k2lwv5ob.fsf@gmx.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1456174269 15670 80.91.229.3 (22 Feb 2016 20:51:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 22 Feb 2016 20:51:09 +0000 (UTC) Cc: emacs-devel@gnu.org To: Michael Albinus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 22 21:50:58 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aXxRZ-0003Dp-Ro for ged-emacs-devel@m.gmane.org; Mon, 22 Feb 2016 21:50:57 +0100 Original-Received: from localhost ([::1]:51882 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aXxRZ-00060Z-Dp for ged-emacs-devel@m.gmane.org; Mon, 22 Feb 2016 15:50:57 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52273) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aXxRU-0005x7-Hc for emacs-devel@gnu.org; Mon, 22 Feb 2016 15:50:53 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aXxRQ-0008HO-F6 for emacs-devel@gnu.org; Mon, 22 Feb 2016 15:50:52 -0500 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:36489) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aXxRQ-0008HG-6F for emacs-devel@gnu.org; Mon, 22 Feb 2016 15:50:48 -0500 Original-Received: from fmsmemgm.homelinux.net (lechon.iro.umontreal.ca [132.204.27.242]) by pruche.DIT.UMontreal.CA (8.14.1/8.14.1) with ESMTP id u1MKoaVT003648; Mon, 22 Feb 2016 15:50:37 -0500 Original-Received: by fmsmemgm.homelinux.net (Postfix, from userid 20848) id 09993AE48B; Mon, 22 Feb 2016 15:50:38 -0500 (EST) In-Reply-To: <87k2lwv5ob.fsf@gmx.de> (Michael Albinus's message of "Mon, 22 Feb 2016 21:41:40 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Level: X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0.5 X-NAI-Spam-Rules: 3 Rules triggered BDY_STRT_NGRT=0.3, GEN_SPAM_FEATRE=0.2, RV5589=0 X-NAI-Spam-Version: 2.3.0.9418 : core <5589> : inlines <4371> : streams <1591840> : uri <2148803> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.22 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:200497 Archived-At: >> Please use cl-lib instead. > filenotify.el:470:1:Warning: the function =E2=80=98caadr=E2=80=99 is not = known to be defined. Well, of course: all cl-lib definitions use the "cl-" prefix. Stefan