]> git.eshelyaron.com Git - emacs.git/commit
* lisp/completion.el: Activate lexical-binding
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 29 Mar 2021 20:46:41 +0000 (16:46 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 29 Mar 2021 20:46:41 +0000 (16:46 -0400)
commit5c23621db53365b1ce4d8570aa8dbfb555ebe21b
treeb11681faec45875c4d57ece3caddf79fdef93ba0
parent990720337baf5b1509cfb4592f873d4f616ba356
* lisp/completion.el: Activate lexical-binding

Remove redundant `:group` arguments.

(list-all-completions-1): Merge into `list-all-completions` and
then delete.
(list-all-completions-by-hash-bucket-1): Use `push`.  Merge into
`list-all-completions-by-hash-bucket` and then delete.
(completions-list-return-value): Delete variable, not used any more.
lisp/completion.el