]> git.eshelyaron.com Git - emacs.git/commit
Use lexical-binding in pcmpl-linux.el and add tests
authorStefan Kangas <stefankangas@gmail.com>
Wed, 2 Sep 2020 03:02:18 +0000 (05:02 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Wed, 2 Sep 2020 10:53:02 +0000 (12:53 +0200)
commita50b8397f476b794f06aafb2b755e011566fbc2b
tree9da6f6bdf7d1f571a1ca9fc4670bcbce60a00a26
parent2e3ec402938be0d61c19831c12e69a10672dd681
Use lexical-binding in pcmpl-linux.el and add tests

* lisp/pcmpl-linux.el: Use lexical-binding.
(pcmpl-linux-fs-modules-path-format)
(pcmpl-linux-mtab-file): New constants.
(pcmpl-linux-fs-types, pcmpl-linux-mounted-directories): Use above
new constants.
* test/lisp/pcmpl-linux-resources/fs/ext4/.keep:
* test/lisp/pcmpl-linux-resources/mtab:
* test/lisp/pcmpl-linux-tests.el: New files.
lisp/pcmpl-linux.el
test/lisp/pcmpl-linux-resources/fs/ext4/.keep [new file with mode: 0644]
test/lisp/pcmpl-linux-resources/mtab [new file with mode: 0644]
test/lisp/pcmpl-linux-tests.el [new file with mode: 0644]