emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/bs.el,v


From: Michaël Cadilhac
Subject: [Emacs-diffs] Changes to emacs/lisp/bs.el,v
Date: Sun, 24 Dec 2006 17:27:20 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Michaël Cadilhac <cadilhac>    06/12/24 17:27:20

Index: bs.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/bs.el,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -b -r1.30 -r1.31
--- bs.el       10 Nov 2006 01:34:35 -0000      1.30
+++ bs.el       24 Dec 2006 17:27:20 -0000      1.31
@@ -999,7 +999,6 @@
 (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))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]