]> git.eshelyaron.com Git - emacs.git/commit
hideif.el: Minor cleanup
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 14 Feb 2024 01:35:05 +0000 (20:35 -0500)
committerEshel Yaron <me@eshelyaron.com>
Wed, 14 Feb 2024 08:17:01 +0000 (09:17 +0100)
commit3ecabccc86d2951d9222c3d980120791a52c2341
tree0a2483fe8595cec8d60d27ebf1a6ef4946209ad5
parentcbfec7b384369937245f4e73dc6bf9d12fa3caeb
hideif.el: Minor cleanup

* lisp/progmodes/hideif.el: Prefer #' to quote function names.
(hif-eval): Use `lexical-binding`.
(hif-ifx-regexp): Don't use `defconst` since `bovine/c.el` let-binds it.
(hif--intern-safe): Rename from `intern-safe` to fix this
namespace violation.
(hif-strtok): Adjust accordingly.

(cherry picked from commit 70d6f6c41c9b1985e0ec70b45aeeac6982a050bb)
lisp/progmodes/hideif.el