summaryrefslogtreecommitdiff
path: root/lisp/subr.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/subr.el')
-rw-r--r--lisp/subr.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/subr.el b/lisp/subr.el
index 0434e3856f9..cf168971812 100644
--- a/lisp/subr.el
+++ b/lisp/subr.el
@@ -1872,7 +1872,7 @@ This function makes or adds to an entry on `after-load-alist'."
nil
(remove-hook 'after-load-functions ',fun)
,',form)))
- (add-hook 'after-load-functions fun))
+ (add-hook 'after-load-functions fun 'append))
;; Not being provided from a file, run form right now.
,form)))
;; Add FORM to the element unless it's already there.