ITADN

Documentation issue: the local variables are not alist

#213Openblahgeek 创建于 2025-01-05
B
blahgeekcommented
The documentation of `perspectives-hash` and `persp-set-local-variables` both states that the local variables should be a "alist". That is not true. The expected form of the local variables is `'((var1 value1) (var2 value2))`, while usually alist means `'((var1 . value1) (var2 . value2))`
0 条评论