all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: [Emacs-diffs] emacs-25 b755d98: Autoload cursor-sensor-inhibit (bug#23406)
       [not found] ` <E1awWzx-0007K6-84@vcs.savannah.gnu.org>
@ 2016-04-30 18:53   ` Stefan Monnier
  2016-05-01  3:08     ` Leo Liu
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Monnier @ 2016-04-30 18:53 UTC (permalink / raw)
  To: emacs-devel; +Cc: Leo Liu

> -    (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



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Emacs-diffs] emacs-25 b755d98: Autoload cursor-sensor-inhibit (bug#23406)
  2016-04-30 18:53   ` [Emacs-diffs] emacs-25 b755d98: Autoload cursor-sensor-inhibit (bug#23406) Stefan Monnier
@ 2016-05-01  3:08     ` Leo Liu
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Liu @ 2016-05-01  3:08 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: emacs-devel

On 2016-04-30 14:53 -0400, Stefan Monnier wrote:
> Hmm...no: since (boundp 'cursor-sensor-inhibit) is now always non-nil,
> the right replacement is "no code at all".

Thanks, Stefan.

Leo



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-05-01  3:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20160430154001.28116.82451@vcs.savannah.gnu.org>
     [not found] ` <E1awWzx-0007K6-84@vcs.savannah.gnu.org>
2016-04-30 18:53   ` [Emacs-diffs] emacs-25 b755d98: Autoload cursor-sensor-inhibit (bug#23406) Stefan Monnier
2016-05-01  3:08     ` Leo Liu

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.