From 7b05466ff6721988517519081078b19fffeecd09 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Wed, 14 Apr 2010 03:43:54 +0300 Subject: Add variable scroll-error-top-bottom. http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00403.html * simple.el (scroll-error-top-bottom): New defcustom. (scroll-up-command, scroll-down-command): Use it. Doc fix. * emulation/pc-select.el (pc-select-override-scroll-error): Obsolete in favor of `scroll-error-top-bottom'. --- lisp/emulation/pc-select.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lisp/emulation') diff --git a/lisp/emulation/pc-select.el b/lisp/emulation/pc-select.el index 175999b6e37..529ba290cb8 100644 --- a/lisp/emulation/pc-select.el +++ b/lisp/emulation/pc-select.el @@ -93,6 +93,9 @@ text with these commands. If you set this variable to non-nil, these errors are suppressed." :type 'boolean :group 'pc-select) +(define-obsolete-variable-alias 'pc-select-override-scroll-error + 'scroll-error-top-bottom + "24.1") (defcustom pc-select-selection-keys-only nil "*Non-nil means only bind the basic selection keys when started. -- cgit v1.2.1