summaryrefslogtreecommitdiffstats
path: root/emacs.d/snippets/text-mode/emacs-lisp-mode/grabstring
blob: 55600b1626a4e44128dc5c08d92dc869ddfc61ea (plain) (blame)
1
2
3
4
#name : grab buffer substring
#contributor : Xah Lee
# --
(setq $0 (buffer-substring-no-properties myStartPos myEndPos))