my-emacs-d/elpa/yasnippet-20161022.646/snippets/emacs-lisp-mode/grabstring
2016-10-24 08:30:06 +02:00

5 lines
121 B
Plaintext

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