projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12eb843
)
(load-with-code-conversion):
author
Richard M. Stallman
<rms@gnu.org>
Fri, 4 Jul 1997 00:17:55 +0000
(
00:17
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 4 Jul 1997 00:17:55 +0000
(
00:17
+0000)
Don't run kill-buffer-hook or kill-buffer-query-functions.
lisp/international/mule.el
patch
|
blob
|
history
diff --git
a/lisp/international/mule.el
b/lisp/international/mule.el
index 32eac27d0c7dbe5ffaf8e082f6c7f17341b68267..f9a9e07a3c81f22639546e30f2905bce1a48ec04 100644
(file)
--- a/
lisp/international/mule.el
+++ b/
lisp/international/mule.el
@@
-63,7
+63,8
@@
Return t if file exists."
(set-buffer-modified-p nil))
;; Eval in the original buffer.
(eval-buffer buffer))
- (kill-buffer buffer))
+ (let (kill-buffer-hook kill-buffer-query-functions)
+ (kill-buffer buffer)))
(let ((hook (assoc file after-load-alist)))
(if hook
(mapcar (function eval) (cdr hook))))