Hide dead code from export

This commit is contained in:
Gerard Vermeulen 2023-06-01 16:19:18 +02:00
parent f77cd9cafc
commit 495bebc095

View File

@ -912,7 +912,7 @@ or {{{kbd(C-h v)}}}.
| info | help-map | {{{kbd(C-h i)}}} |
|------------------------------+----------+------------------|
#+begin_src emacs-lisp -n :results silent :tangle no
#+begin_src emacs-lisp -n :exports none :results silent :tangle no
(defun org-key-binding-macro (cmd)
(let* ((sym (intern-soft cmd))
(keys (and (commandp sym) (where-is-internal sym nil 'first-only)))