summaryrefslogtreecommitdiff
path: root/lisp/emulation
diff options
context:
space:
mode:
authorJuri Linkov <juri@jurta.org>2010-04-14 03:43:54 +0300
committerJuri Linkov <juri@jurta.org>2010-04-14 03:43:54 +0300
commit7b05466ff6721988517519081078b19fffeecd09 (patch)
tree46a9ff6f927e99516677966da639ccb97442512b /lisp/emulation
parent3212974649ca9415a3a4a5197a169a0160a6b36f (diff)
downloademacs-7b05466ff6721988517519081078b19fffeecd09.tar.gz
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'.
Diffstat (limited to 'lisp/emulation')
-rw-r--r--lisp/emulation/pc-select.el3
1 files changed, 3 insertions, 0 deletions
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.