From 465366efd9dd74a41fc54f8ad6e9b1e55c99233d Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Thu, 15 Nov 2012 16:39:28 +0900 Subject: [PATCH] fix bug --- emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index 257c9e7..fe53c22 100644 --- a/emacs.el +++ b/emacs.el @@ -1875,7 +1875,7 @@ when SEC is nil, stop auto save if enabled." "History of `sed-in-place'") (defun sed-in-place (command) - "sed in place"a + "sed in place" (interactive (list (read-shell-command "sed in place: " "sed --in-place=.bak -e " 'sed-in-place-history)))