X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/79ce172a464f2d5cced69f97fd86c4e03a0876a9..5a97d2da2c494cad346ee18dea5e207420c5a845:/lisp/emulation/ws-mode.el?ds=sidebyside diff --git a/lisp/emulation/ws-mode.el b/lisp/emulation/ws-mode.el index ed8b556299..220ac7d67d 100644 --- a/lisp/emulation/ws-mode.el +++ b/lisp/emulation/ws-mode.el @@ -339,16 +339,6 @@ the distance between the end of the text and `fill-column'." (+ left-margin (/ (- fill-column left-margin line-length) 2)))))) -(defun scroll-down-line () - "Scroll one line down." - (interactive) - (scroll-down 1)) - -(defun scroll-up-line () - "Scroll one line up." - (interactive) - (scroll-up 1)) - ;;;;;;;;;;; ;; wordstar special variables: