]> git.eshelyaron.com Git - emacs.git/commitdiff
(bs--up): Remove interactive spec.
authorMichaël Cadilhac <michael.cadilhac@lrde.org>
Sun, 24 Dec 2006 17:31:20 +0000 (17:31 +0000)
committerMichaël Cadilhac <michael.cadilhac@lrde.org>
Sun, 24 Dec 2006 17:31:20 +0000 (17:31 +0000)
lisp/ChangeLog
lisp/bs.el

index f465de8117409418d67af027210d89c9fba29b60..98c64bab784d290864b6212f89ef4d0bbf132224 100644 (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
index d0b929b2d85df4b20dfc24903c197cfbf2c047ba..a42b22e84360d8ad59270472516da170b64eff6e 100644 (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))