aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/emacs-lisp/timer-list.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/timer-list.el b/lisp/emacs-lisp/timer-list.el
index 55aa56b72e0..adfc2250223 100644
--- a/lisp/emacs-lisp/timer-list.el
+++ b/lisp/emacs-lisp/timer-list.el
@@ -59,7 +59,8 @@
59 (format "%s" repeat)))) 59 (format "%s" repeat))))
60 ;; Function. 60 ;; Function.
61 (let ((cl-print-compiled 'static) 61 (let ((cl-print-compiled 'static)
62 (cl-print-compiled-button nil)) 62 (cl-print-compiled-button nil)
63 (print-escape-newlines t))
63 (cl-prin1-to-string (aref timer 5))))) 64 (cl-prin1-to-string (aref timer 5)))))
64 (put-text-property (line-beginning-position) 65 (put-text-property (line-beginning-position)
65 (1+ (line-beginning-position)) 66 (1+ (line-beginning-position))