From 90dd8ef0a81a1d2d4f06865ea27f83ec561ecd9f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C3=ABl=20Cadilhac?= Date: Sun, 24 Dec 2006 17:31:20 +0000 Subject: [PATCH] (bs--up): Remove interactive spec. --- lisp/ChangeLog | 4 ++++ lisp/bs.el | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) 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)) -- 2.39.2