emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] master 2d6f130 1/8: New abbrevs


From: Artur Malabarba
Subject: [elpa] master 2d6f130 1/8: New abbrevs
Date: Thu, 11 Jun 2015 21:56:42 +0000

branch: master
commit 2d6f1308f53e1841433f06992c446961a4f69c24
Author: Artur Malabarba <address@hidden>
Commit: Artur Malabarba <address@hidden>

    New abbrevs
---
 sotlisp.el |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/sotlisp.el b/sotlisp.el
index 1b58911..4b88503 100644
--- a/sotlisp.el
+++ b/sotlisp.el
@@ -186,6 +186,7 @@ The space char is not included.  Any \"$\" are also 
removed."
     ("bc" . "forward-char -1")
     ("bfn" . "buffer-file-name")
     ("bl" . "buffer-list$")
+    ("blp" . "buffer-live-p ")
     ("bn" . "buffer-name")
     ("bod" . "beginning-of-defun")
     ("bol" . "forward-line 0$")
@@ -264,6 +265,7 @@ The space char is not included.  Any \"$\" are also 
removed."
     ("ntr" . "narrow-to-region ")
     ("ow" . "other-window 1")
     ("p" . "point$")
+    ("pm" . "point-marker$")
     ("pa" . "point-max$")
     ("pg" . "plist-get ")
     ("pi" . "point-min$")



reply via email to

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