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

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

[elpa] master 231d2c3 2/8: Better abbrevs


From: Artur Malabarba
Subject: [elpa] master 231d2c3 2/8: Better abbrevs
Date: Thu, 11 Jun 2015 21:56:43 +0000

branch: master
commit 231d2c3b9030346c96539f16df0e1287dade9a71
Author: Artur Malabarba <address@hidden>
Commit: Artur Malabarba <address@hidden>

    Better abbrevs
---
 sotlisp.el |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/sotlisp.el b/sotlisp.el
index 4b88503..429499b 100644
--- a/sotlisp.el
+++ b/sotlisp.el
@@ -243,6 +243,7 @@ The space char is not included.  Any \"$\" are also 
removed."
     ("k" . "kbd \"$\"")
     ("kb" . "kill-buffer")
     ("kn" . "kill-new ")
+    ("kp" . "keywordp ")
     ("l" . "lambda ($)")
     ("la" . "looking-at \"$\"")
     ("lap" . "looking-at-p \"$\"")
@@ -286,8 +287,8 @@ The space char is not included.  Any \"$\" are also 
removed."
     ("s" . "setq ")
     ("sb" . "search-backward $ nil 'noerror")
     ("sbr" . "search-backward-regexp $ nil 'noerror")
-    ("scb" . "skip-chars-backward \"$\r\n[:blank:]\"")
-    ("scf" . "skip-chars-forward \"$\r\n[:blank:]\"")
+    ("scb" . "skip-chars-backward \"$\\r\\n[:blank:]\"")
+    ("scf" . "skip-chars-forward \"$\\r\\n[:blank:]\"")
     ("se" . "save-excursion")
     ("sf" . "search-forward $ nil 'noerror")
     ("sfr" . "search-forward-regexp $ nil 'noerror")



reply via email to

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