emacs-devel
[Top][All Lists]
Advanced

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

Re: bs--up not to be interactive.


From: Michaël Cadilhac
Subject: Re: bs--up not to be interactive.
Date: Sun, 24 Dec 2006 21:16:30 +0100
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.90 (gnu/linux)

address@hidden (Michaël Cadilhac) writes:

> I can't see why bs--up should be interactive.
>
> Should I install the following ?
>
> --- lisp/bs.el        20 Dec 2006 15:01:16 -0000
> ***************
> *** 999,1005 ****
>   (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))


Installed.

-- 
/!\ My mail address has changed, please update your files accordingly.
 |      Michaël `Micha' Cadilhac     |  (\(\  This is the cute bunny virus,   |
 |         Epita/LRDE Promo 2007     |  (^.^)  please copy this into your     |
 |  http://michael.cadilhac.name     |  (")")  sig so it can spread.          |
 `--JID: address@hidden'                                   -  --'

Attachment: pgpa2oGS_VNji.pgp
Description: PGP signature


reply via email to

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