From da8dc62685a87c97dc7541c5f9fd7fa8a15ed7a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20M=2E=20Valenzuela?= Date: Wed, 2 Jan 2013 17:43:21 +0100 Subject: [PATCH] Preserve newline at new-keywords --- dash.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dash.el b/dash.el index a67b957..04dde4e 100644 --- a/dash.el +++ b/dash.el @@ -679,7 +679,8 @@ Attempts of retrieving a non-positive amount of Xs will return nil." "-difference" "-contains?" "-contains-p" - "-repeat")) + "-repeat" + )) (special-variables '( "it" "it-index"