(bs--up): Remove interactive spec.
This commit is contained in:
parent
d78b75dd4d
commit
90dd8ef0a8
2 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue