4 lines
92 B
EmacsLisp
4 lines
92 B
EmacsLisp
![]() |
;;; -*- lexical-binding: t; -*-
|
||
|
(let ((foo nil))
|
||
|
(run-hook-with-args-until-failure 'foo))
|