From: Artur Malabarba Date: Thu, 5 Nov 2015 15:34:42 +0000 (+0000) Subject: More abbrev X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/d5d5ae44e6a31e231024cc7ad9861aa451165413?ds=sidebyside More abbrev --- diff --git a/sotlisp.el b/sotlisp.el index d9f622d57..c9932ba9c 100644 --- a/sotlisp.el +++ b/sotlisp.el @@ -268,6 +268,7 @@ The space char is not included. Any \"$\" are also removed." ("dr" . "delete-region ") ("dv" . "defvar $ t\n \"\"") ("e" . "error \"$\"") + ("ef" . "executable-find ") ("efn" . "expand-file-name ") ("eol" . "end-of-line") ("f" . "format \"$\"")