(bs--up): Remove interactive spec.

This commit is contained in:
Michaël Cadilhac 2006-12-24 17:31:20 +00:00
parent d78b75dd4d
commit 90dd8ef0a8
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2006-12-24 Michaël Cadilhac <michael.cadilhac@lrde.org>
* bs.el (bs--up): Remove interactive spec.
2006-12-24 Chong Yidong <cyd@stupidchicken.com>
* woman.el (woman-decode-buffer): Signal error for alien macro

View file

@ -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))