mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-10 22:20:51 +00:00
4 lines
101 B
EmacsLisp
4 lines
101 B
EmacsLisp
![]() |
;;; -*- lexical-binding: t -*-
|
||
|
(defun foo ()
|
||
|
(add-hook 'bytecomp--tests-obsolete-var #'next-line))
|