Documentation issue: the local variables are not alist
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 条评论