yasnippet/snippets/emacs-lisp-mode/x-grabstring.yasnippet
2011-10-13 14:34:13 +01:00

4 lines
131 B
Plaintext
Executable File

#contributor: Xah Lee (XahLee.org)
#name: grab buffer substring
# --
(setq $0 (buffer-substring-no-properties myStartPos myEndPos))