]> git.eshelyaron.com Git - emacs.git/commit
Fix compile warning for non-w32 builds
authorNoam Postavsky <npostavs@gmail.com>
Tue, 24 Oct 2017 23:19:37 +0000 (19:19 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Tue, 24 Oct 2017 23:22:03 +0000 (19:22 -0400)
commite8a06a5f9a98094d340dda1c9c8b195f3e66e2c8
tree188e0fdb6579f1dc75c86b2f2eb6ec566408e080
parent0c536a20fb4833bafea1c2a14b9ff2bac2a3ebd8
Fix compile warning for non-w32 builds

Since 2017-07-25 "ls-lisp: Add an unload function and enable lexical
binding", the non-w32 builds would treat the undeclared
w32-collate-ignore-punctuation variable as lexical.
* lisp/ls-lisp.el (top-level): Declare it as a dynamic variable.
lisp/ls-lisp.el