From b755d988b498b19bd9a70a5dd8c6597ceb14a372 Mon Sep 17 00:00:00 2001 From: Leo Liu Date: Sat, 30 Apr 2016 23:35:27 +0800 Subject: Autoload cursor-sensor-inhibit (bug#23406) * lisp/emacs-lisp/cursor-sensor.el (cursor-sensor-inhibit): Autoload. * lisp/isearch.el (isearch-update): Remove boundp check. --- lisp/emacs-lisp/cursor-sensor.el | 1 + 1 file changed, 1 insertion(+) (limited to 'lisp/emacs-lisp/cursor-sensor.el') diff --git a/lisp/emacs-lisp/cursor-sensor.el b/lisp/emacs-lisp/cursor-sensor.el index f1ab82ecc4a..2231179de1c 100644 --- a/lisp/emacs-lisp/cursor-sensor.el +++ b/lisp/emacs-lisp/cursor-sensor.el @@ -31,6 +31,7 @@ ;;; Code: +;;;###autoload (defvar cursor-sensor-inhibit nil) (defun cursor-sensor--intangible-p (pos) -- cgit v1.2.3