branch: master commit a65c820ea60f9f1f4925094ff54c8da8fc215e65 Author: Artur Malabarba <bruce.connor...@gmail.com> Commit: Artur Malabarba <bruce.connor...@gmail.com>
Version 1.0 --- sotlisp.el | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/sotlisp.el b/sotlisp.el index cfd668d..f94a8f4 100644 --- a/sotlisp.el +++ b/sotlisp.el @@ -6,6 +6,7 @@ ;; URL: https://github.com/Malabarba/speed-of-thought-lisp ;; Keywords: convenience, lisp ;; Package-Requires: ((emacs "24.1")) +;; Version: 1.0 ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by @@ -317,6 +318,8 @@ The space char is not included. Any \"$\" are also removed." ("wf" . "write-file ") ("wh" . "while ") ("wl" . "window-list nil 'nominibuffer") + ("we" . "window-end") + ("ws" . "window-start") ("wtb" . "with-temp-buffer") ("wtf" . "with-temp-file ") )