]> git.eshelyaron.com Git - emacs.git/commit
* lisp/hippie-exp.el: Use lexical-binding
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 6 Apr 2021 04:13:44 +0000 (00:13 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 6 Apr 2021 04:13:44 +0000 (00:13 -0400)
commit7b0a5a555f4986b743275756f61c18fef62873ac
tree284834a904368ddd0c385ab4e242ce1bba4bc415
parent1d93540371aadec8f877bd781267d38d411c40a0
* lisp/hippie-exp.el: Use lexical-binding

Remove redundant `:group` args.
(make-hippie-expand-function): Turn it into a function returning
a closure.
(try-expand-all-abbrevs): Strength-reduce `eval` to `symbol-value`
and use `abbrev-table-p` rather than `vectorp`.
lisp/hippie-exp.el