Change scroll-up/down bindings to Emacs 24's scroll-*-command.
authorChong Yidong <cyd@stupidchicken.com>
Sat, 1 Oct 2011 20:32:01 +0000 (16:32 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 1 Oct 2011 20:32:01 +0000 (16:32 -0400)
commitce3cefcca3227944d27d75e7de0f1e4f4b6d11a6
tree7cffa923342b0b352d3e804d81594aa5ce63f1ba
parentb6bd159922608fa474026837771d63bf7eadcf97
Change scroll-up/down bindings to Emacs 24's scroll-*-command.

* cus-edit.el (custom-mode-map):
* epa.el (epa-key-list-mode-map):
* man.el (Man-mode-map):
* startup.el (splash-screen-keymap):
* simple.el (special-mode-map): Use scroll-up-command and
scroll-down-command.

* progmodes/idlw-help.el (idlwave-help-mode-map):
* progmodes/ebrowse.el (ebrowse-electric-position-mode-map):
* net/newst-plainview.el (newsticker-mode-map):
* emulation/ws-mode.el (wordstar-mode-map):
* emulation/vi.el (vi-com-map):
* calc/calc-graph.el (calc-graph-show-dumb):
* term/sun.el (terminal-init-sun):
* term/ns-win.el (global-map):
* progmodes/grep.el (grep-mode-map):
* progmodes/ebrowse.el (ebrowse-electric-list-mode-map):
* mail/rmail.el (rmail-mode-map):
* progmodes/cpp.el (cpp-edit-mode-map): Likewise.
18 files changed:
lisp/ChangeLog
lisp/calc/calc-graph.el
lisp/cus-edit.el
lisp/ebuff-menu.el
lisp/emulation/vi.el
lisp/emulation/ws-mode.el
lisp/epa.el
lisp/mail/rmail.el
lisp/man.el
lisp/net/newst-plainview.el
lisp/progmodes/cpp.el
lisp/progmodes/ebrowse.el
lisp/progmodes/grep.el
lisp/progmodes/idlw-help.el
lisp/simple.el
lisp/startup.el
lisp/term/ns-win.el
lisp/term/sun.el