# HG changeset patch # User Micha¸«³l Cadilhac # Date 1166981240 0 # Node ID 0375a18f6b4041876163099f10d0c07a862ffa68 # Parent d214f78f14f85015cc378bb0d55fcfbbe57cb338 (bs--up): Remove interactive spec. diff -r d214f78f14f8 -r 0375a18f6b40 lisp/bs.el --- 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))