diff options
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/.emacs.d/lisp/my/my-prog.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |