# -*- mode: snippet -*-
|
|
# contributor: Xah Lee (XahLee.org)
|
|
# name: buffer-substring-no-properties
|
|
# key: buffer-substring-no-properties
|
|
# key: bsnp
|
|
# --
|
|
(buffer-substring-no-properties ${1:start} ${2:end})
|