aboutsummaryrefslogtreecommitdiff
path: root/later-do.el
diff options
context:
space:
mode:
Diffstat (limited to 'later-do.el')
-rw-r--r--later-do.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/later-do.el b/later-do.el
index 6c98da0..8c04c1d 100644
--- a/later-do.el
+++ b/later-do.el
@@ -52,7 +52,7 @@ time after this call, and definitely not while lisp is still
executing.
Code added using `later-do' is guaranteed to be executed in the
sequence it was added."
- (setq later-do-list (append later-do-list
+ (setq later-do-list (nconc later-do-list
(list (cons function args))))
(unless later-do-timer
(setq later-do-timer