chiark / gitweb /
el/dot-emacs.el: Fix the Rust keywords.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 4 Jul 2018 23:18:08 +0000 (00:18 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 4 Jul 2018 23:45:29 +0000 (00:45 +0100)
commitb6f44b18d89f8dae5dd00791d42504d37a2e9907
treeec4c40ec58ca3bcd050dfa9b86e26fe079d5a262
parent5a0925a4e3025c53c7af18c6ba31ebe9193bf413
el/dot-emacs.el: Fix the Rust keywords.

I'd missed out `proc' and `Self', duplicated `false' (but not `true') in
the two lists.

Add the missing keywords; mark both `true' and `false' as builtins, as
well as `self' and `Self'.
el/dot-emacs.el