From 0437880663adb81d9f114cd1d7a5ea40d0b1ae97 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Sun, 27 Aug 2023 17:33:36 +1000 Subject: typo --- emacs/.emacs.d/lisp/my/my-prog.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs/.emacs.d/lisp') diff --git a/emacs/.emacs.d/lisp/my/my-prog.el b/emacs/.emacs.d/lisp/my/my-prog.el index 558117b..798b4cd 100644 --- a/emacs/.emacs.d/lisp/my/my-prog.el +++ b/emacs/.emacs.d/lisp/my/my-prog.el @@ -362,7 +362,7 @@ left and the source buffer on the right. "/")) (defun my-json-set-header-line-hook () - (when (< (point-max) 100000 (my-json-set-header-line-to-path)))) + (when (< (point-max) 100000) (my-json-set-header-line-to-path))) (defun my-json-set-header-line-to-path () (setq header-line-format -- cgit v1.2.3