Merge from emacs-24; up to 2012-12-06T07:33:20Z!rgm@gnu.org

This commit is contained in:
Glenn Morris 2013-01-02 18:37:57 -08:00
commit 0a8bf3afca
47 changed files with 64 additions and 41 deletions

View file

@ -1867,7 +1867,7 @@ This function makes or adds to an entry on `after-load-alist'."
,form)))
;; Add FORM to the element unless it's already there.
(unless (member form (cdr elt))
(nconc elt (purecopy (list form)))))))
(nconc elt (list form))))))
(defvar after-load-functions nil
"Special hook run after loading a file.