Advertisement
Guest User

Untitled

a guest
May 23rd, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lisp 0.19 KB | None | 0 0
  1. (defun implement-api (output-buffer)
  2.   (interactive "sOutput buffer: ")
  3.   (shell-command-on-region (point-min) (point-max) "sort" output-buffer)
  4.   (switch-to-buffer-other-window output-buffer))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement