mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-03-04 17:22:59 +01:00
Merge pull request #20 from zerotao/master
Fixes #19 Problems with boxes.el in xemacs
This commit is contained in:
commit
33c9eb0bf9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user