]> git.eshelyaron.com Git - emacs.git/commit
* lisp/woman.el: Activate lexical-binding. Require `cl-lib`
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 29 Mar 2021 20:34:19 +0000 (16:34 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 29 Mar 2021 20:34:19 +0000 (16:34 -0400)
commit990720337baf5b1509cfb4592f873d4f616ba356
tree9526e0e9a44b731035de9b7130e4b1cc49fb5e2d
parentb6552b1d7c5e6eb66b7b641efa3a0fe175fb7eba
* lisp/woman.el: Activate lexical-binding.  Require `cl-lib`

(woman-mode, woman2-roff-buffer): Use `cl-letf`.
(woman-request): Move declaration before first use.
(woman0-macro): Rename arg to not shadow the dynamically scoped var.
(woman-set-arg): Strength-reduce `eval` to `symbol-value`.
lisp/woman.el