Make S-SPC scroll in the opposite direction to SPC
commit958614cf809c0d4dedb703245da5bddc360743af
authorGlenn Morris <rgm@gnu.org>
Tue, 12 Feb 2013 04:46:18 +0000 (11 20:46 -0800)
committerGlenn Morris <rgm@gnu.org>
Tue, 12 Feb 2013 04:46:18 +0000 (11 20:46 -0800)
treeabc8cb5d0fc71d6cbb7996396604fdd32cff988f
parent8c0905acd1e4457c9956d7fa02e88aadc075a56f
Make S-SPC scroll in the opposite direction to SPC

* lisp/calc/calc-graph.el (calc-graph-show-dumb):
* lisp/calendar/calendar.el (calendar-mode-map):
* lisp/cus-edit.el (custom-mode-map):
* lisp/ehelp.el (electric-help-map):
* lisp/emulation/vip.el (vip-mode-map):
* lisp/epa.el (epa-key-list-mode-map):
* lisp/info.el (Info-mode-map):
* lisp/mail/rmail.el (rmail-mode-map):
* lisp/mail/rmailsum.el (rmail-summary-mode-map):
* lisp/man.el (Man-mode-map):
* lisp/net/newst-plainview.el (newsticker-mode-map):
* lisp/progmodes/cpp.el (cpp-edit-mode-map):
* lisp/progmodes/grep.el (grep-mode-map):
* lisp/progmodes/idlw-help.el (idlwave-help-mode-map):
* lisp/simple.el (special-mode-map):
* lisp/startup.el (splash-screen-keymap):
* lisp/view.el (view-mode-map):
Make S-SPC scroll in the opposite sense to SPC.

Fixes: debbugs:2145
19 files changed:
etc/NEWS
lisp/ChangeLog
lisp/calc/calc-graph.el
lisp/calendar/calendar.el
lisp/cus-edit.el
lisp/ehelp.el
lisp/emulation/vip.el
lisp/epa.el
lisp/info.el
lisp/mail/rmail.el
lisp/mail/rmailsum.el
lisp/man.el
lisp/net/newst-plainview.el
lisp/progmodes/cpp.el
lisp/progmodes/grep.el
lisp/progmodes/idlw-help.el
lisp/simple.el
lisp/startup.el
lisp/view.el