picolisp

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/picolisp.git/
Log | Files | Refs | README | LICENSE

commit f21923fa74ee90f8952855ba0a87c6aef9d01500
parent 7d55cd4daf180484d9891207812b39fef3e837ba
Author: Alexander Burger <abu@software-lab.de>
Date:   Fri, 26 Apr 2013 07:45:25 +0200

Fix from Hermit for Ctrl-E
Diffstat:
Mlib/eled.l | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/eled.l b/lib/eled.l @@ -537,7 +537,7 @@ (chgLine "UndoLine" "UndoPos") (setq "UndoLine" "L" "UndoPos" "P") ) ) # move-end-of-line - ("^e" (eMove)) + ("^e" (xMove)) # move-beginning-of-line ("^a" (bMove)) # kill-line