mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-05-01 02:31:23 -07:00
(load-with-code-conversion): Call
do-after-load-evaluation unconditionally.
This commit is contained in:
parent
f6195dfb58
commit
eb6f577b9a
2 changed files with 4 additions and 2 deletions
|
|
@ -1,5 +1,8 @@
|
|||
2009-11-03 Dan Nicolaescu <dann@ics.uci.edu>
|
||||
|
||||
* international/mule.el (load-with-code-conversion): Call
|
||||
do-after-load-evaluation unconditionally.
|
||||
|
||||
* emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
|
||||
|
||||
2009-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
|
|
|||
|
|
@ -353,8 +353,7 @@ Return t if file exists."
|
|||
))
|
||||
(let (kill-buffer-hook kill-buffer-query-functions)
|
||||
(kill-buffer buffer)))
|
||||
(unless purify-flag
|
||||
(do-after-load-evaluation fullname))
|
||||
(do-after-load-evaluation fullname)
|
||||
|
||||
(unless (or nomessage noninteractive)
|
||||
(if source
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue