mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-09 05:30:50 +00:00
4 lines
92 B
EmacsLisp
4 lines
92 B
EmacsLisp
![]() |
;;; -*- lexical-binding: t; -*-
|
||
|
(let ((foo nil))
|
||
|
(run-hook-with-args-until-failure 'foo))
|