Merge pull request #20 from zerotao/master

Fixes #19 Problems with boxes.el in xemacs
This commit is contained in:
Thomas Jensen 2015-12-11 15:52:21 +01:00
commit 33c9eb0bf9

View File

@ -117,7 +117,7 @@ To remove a box simply prefix a 1 to the callL M-1 M-x boxes-command-on-region w
(concat boxes-args " -r "))
(if type
(concat boxes-args " -d " type)))))
(shell-command-on-region start end command-string nil 1 nil)))
(shell-command-on-region start end command-string nil 1)))
(provide 'boxes)
;;; boxes.el ends here