summaryrefslogtreecommitdiff
path: root/lisp/bs.el
diff options
context:
space:
mode:
authorMichaël Cadilhac <michael.cadilhac@lrde.org>2006-12-24 17:31:20 +0000
committerMichaël Cadilhac <michael.cadilhac@lrde.org>2006-12-24 17:31:20 +0000
commit90dd8ef0a81a1d2d4f06865ea27f83ec561ecd9f (patch)
tree93cf1f864c6997dc6eaf18262fe228ae9c0fa7ac /lisp/bs.el
parentd78b75dd4de4c40e1c2cb51906d971801ffd57e9 (diff)
downloademacs-90dd8ef0a81a1d2d4f06865ea27f83ec561ecd9f.tar.gz
(bs--up): Remove interactive spec.
Diffstat (limited to 'lisp/bs.el')
-rw-r--r--lisp/bs.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/bs.el b/lisp/bs.el
index d0b929b2d85..a42b22e8436 100644
--- a/lisp/bs.el
+++ b/lisp/bs.el
@@ -999,7 +999,6 @@ Uses function `vc-toggle-read-only'."
(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))