Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
0f69cb38
Commit
0f69cb38
authored
Dec 04, 1997
by
Karl Heuer
Browse files
(load-with-code-conversion): Doc fix.
parent
f9e899b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lisp/international/mule.el
lisp/international/mule.el
+3
-3
No files found.
lisp/international/mule.el
View file @
0f69cb38
...
...
@@ -31,8 +31,8 @@ Version number and name of this version of MULE (multilingual environment).")
Distribution
date
of
this
version
of
MULE
(
multilingual
environment
)
.
")
(defun load-with-code-conversion (fullname file &optional noerror nomessage)
"
Execute
a
file
of
Lisp
code
named
FILE
whose
absolute
path
is
FULLNAME.
The
FILE
is
decoded
before
evaluation
if
necessary.
"
Execute
a
file
of
Lisp
code
named
FILE
whose
absolute
name
is
FULLNAME.
The
file
contents
are
decoded
before
evaluation
if
necessary.
If
optional
second
arg
NOERROR
is
non-nil,
report
no
error
if
FILE
doesn
't
exist.
Print
messages
at
start
and
end
of
loading
unless
...
...
@@ -67,7 +67,7 @@ Return t if file exists."
(insert-file-contents fullname)
;; Make `kill-buffer' quiet.
(set-buffer-modified-p nil))
;;
Eval in
the original buffer.
;;
Have
the original buffer
current while we eval
.
(eval-buffer buffer nil file))
(let (kill-buffer-hook kill-buffer-query-functions)
(kill-buffer buffer)))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment