Mercurial > emacs
changeset 74881:0375a18f6b40
(bs--up): Remove interactive spec.
author | Michaël Cadilhac <michael.cadilhac@lrde.org> |
---|---|
date | Sun, 24 Dec 2006 17:27:20 +0000 |
parents | d214f78f14f8 |
children | 07d2226171a0 |
files | lisp/bs.el |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/bs.el Sun Dec 24 16:36:26 2006 +0000 +++ b/lisp/bs.el Sun Dec 24 17:27:20 2006 +0000 @@ -999,7 +999,6 @@ (defun bs--up () "Move cursor vertically up one line. If on top of buffer list go to last line." - (interactive "p") (if (> (count-lines 1 (point)) bs-header-lines-length) (forward-line -1) (goto-char (point-max))