mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-07 20:59:37 +00:00
5 lines
89 B
EmacsLisp
5 lines
89 B
EmacsLisp
![]() |
;;; -*- lexical-binding: t; -*-
|
||
|
(let ((foo nil))
|
||
|
(remove-hook 'foo #'next-line)
|
||
|
foo)
|