diff lisp/bs.el @ 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 75ac3e7c76de
children e3694f1cb928 bc10a33dd40b
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))