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

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

[elpa] master a781d1e 09/10: Better abbrevs


From: Artur Malabarba
Subject: [elpa] master a781d1e 09/10: Better abbrevs
Date: Sun, 01 Feb 2015 18:43:48 +0000

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

    Better abbrevs
---
 sotlisp.el |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sotlisp.el b/sotlisp.el
index 1935e45..07ffb19 100644
--- a/sotlisp.el
+++ b/sotlisp.el
@@ -288,17 +288,17 @@ The space char is not included.  Any \"$\" are also 
removed."
     ("sbr" . "search-backward-regexp $ nil 'noerror")
     ("scb" . "skip-chars-backward \"$\r\n[:blank:]\"")
     ("scf" . "skip-chars-forward \"$\r\n[:blank:]\"")
-    ("se" . "save-excursion\n")
+    ("se" . "save-excursion")
     ("sf" . "search-forward $ nil 'noerror")
     ("sfr" . "search-forward-regexp $ nil 'noerror")
     ("sic" . "self-insert-command")
     ("sl" . "string<")
     ("sm" . "string-match \"$\"")
-    ("smd" . "save-match-data\n")
+    ("smd" . "save-match-data")
     ("sn" . "symbol-name ")
     ("sp" . "stringp ")
     ("sq" . "string= ")
-    ("sr" . "save-restriction\n")
+    ("sr" . "save-restriction")
     ("ss" . "substring ")
     ("ssn" . "substring-no-properties ")
     ("ssnp" . "substring-no-properties ")
@@ -315,7 +315,7 @@ The space char is not included.  Any \"$\" are also 
removed."
     ("wf" . "write-file ")
     ("wh" . "while ")
     ("wl" . "window-list nil 'nominibuffer")
-    ("wtb" . "with-temp-buffer\n")
+    ("wtb" . "with-temp-buffer")
     ("wtf" . "with-temp-file ")
     )
   "Alist of (ABBREV . EXPANSION) used by `sotlisp'.")



reply via email to

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