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 b755d98: Autoload cursor-sensor-inhibit (bug#23406) Date: Sat, 30 Apr 2016 14:53:49 -0400 Message-ID: References: <20160430154001.28116.82451@vcs.savannah.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1462042455 32655 80.91.229.3 (30 Apr 2016 18:54:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 30 Apr 2016 18:54:15 +0000 (UTC) Cc: Leo Liu To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Apr 30 20:54:05 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 1awa1l-0004mx-GZ for ged-emacs-devel@m.gmane.org; Sat, 30 Apr 2016 20:54:05 +0200 Original-Received: from localhost ([::1]:59338 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1awa1h-0003kR-Jb for ged-emacs-devel@m.gmane.org; Sat, 30 Apr 2016 14:54:01 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47283) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1awa1P-0003YE-Ct for emacs-devel@gnu.org; Sat, 30 Apr 2016 14:53:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1awa1D-00046p-VI for emacs-devel@gnu.org; Sat, 30 Apr 2016 14:53:37 -0400 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:46860) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1awa1D-000430-Q3 for emacs-devel@gnu.org; Sat, 30 Apr 2016 14:53:31 -0400 Original-Received: from ceviche.home (lechon.iro.umontreal.ca [132.204.27.242]) by chene.dit.umontreal.ca (8.14.7/8.14.1) with ESMTP id u3UIrIFj028148; Sat, 30 Apr 2016 14:53:19 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id C8D8E663ED; Sat, 30 Apr 2016 14:53:49 -0400 (EDT) In-Reply-To: (Leo Liu's message of "Sat, 30 Apr 2016 15:40:01 +0000") 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.2 X-NAI-Spam-Rules: 2 Rules triggered GEN_SPAM_FEATRE=0.2, RV5658=0 X-NAI-Spam-Version: 2.3.0.9418 : core <5658> : inlines <4747> : streams <1627862> : uri <2200494> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.20 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:203460 Archived-At: > - (unless (boundp 'cursor-sensor-inhibit) > - (setq cursor-sensor-inhibit nil)) > + (setq cursor-sensor-inhibit nil) Hmm...no: since (boundp 'cursor-sensor-inhibit) is now always non-nil, the right replacement is "no code at all". Stefan