Merge from emacs-24; up to 2012-12-06T07:33:20Z!rgm@gnu.org
This commit is contained in:
commit
0a8bf3afca
47 changed files with 64 additions and 41 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue