aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emulation
diff options
context:
space:
mode:
authorJuri Linkov2010-04-14 03:43:54 +0300
committerJuri Linkov2010-04-14 03:43:54 +0300
commit7b05466ff6721988517519081078b19fffeecd09 (patch)
tree46a9ff6f927e99516677966da639ccb97442512b /lisp/emulation
parent3212974649ca9415a3a4a5197a169a0160a6b36f (diff)
downloademacs-7b05466ff6721988517519081078b19fffeecd09.tar.gz
emacs-7b05466ff6721988517519081078b19fffeecd09.zip
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
93errors are suppressed." 93errors are suppressed."
94 :type 'boolean 94 :type 'boolean
95 :group 'pc-select) 95 :group 'pc-select)
96(define-obsolete-variable-alias 'pc-select-override-scroll-error
97 'scroll-error-top-bottom
98 "24.1")
96 99
97(defcustom pc-select-selection-keys-only nil 100(defcustom pc-select-selection-keys-only nil
98 "*Non-nil means only bind the basic selection keys when started. 101 "*Non-nil means only bind the basic selection keys when started.