From: Michaël Cadilhac Date: Sun, 24 Dec 2006 17:31:20 +0000 (+0000) Subject: (bs--up): Remove interactive spec. X-Git-Tag: emacs-pretest-22.0.93~435 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=90dd8ef0a81a1d2d4f06865ea27f83ec561ecd9f;p=emacs.git (bs--up): Remove interactive spec. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f465de81174..98c64bab784 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2006-12-24 Michaël Cadilhac + + * bs.el (bs--up): Remove interactive spec. + 2006-12-24 Chong Yidong * woman.el (woman-decode-buffer): Signal error for alien macro 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))