branch: elpa/sesman commit b527f7a638889c52834a28533839c8e1747c4dd8 Author: Vitalie Spinu <spinu...@gmail.com> Commit: Vitalie Spinu <spinu...@gmail.com>
Make sesman-system permanent local --- sesman.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sesman.el b/sesman.el index 0019535aee..d24ec3ff62 100644 --- a/sesman.el +++ b/sesman.el @@ -85,6 +85,8 @@ and cxt-type must be symbols.") (defvar-local sesman-system nil "Name of the system managed by `sesman'. Can be either a symbol, or a function returning a symbol.") +(put 'sesman-system 'permanent-local 't) + ;; Internal Utilities