Browse Source

fix bug

pull/1/head
10sr 11 years ago
parent
commit
465366efd9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el View File

@@ -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)))


Loading…
Cancel
Save