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
c33ef7c4
Commit
c33ef7c4
authored
Feb 22, 2003
by
Juanma Barranquero
Browse files
2003-02-22 David Ponce <david@dponce.com>
(Fload): Don't check STRING_MULTIBYTE.
parent
3b41b693
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
src/ChangeLog
src/ChangeLog
+4
-0
src/lread.c
src/lread.c
+1
-1
No files found.
src/ChangeLog
View file @
c33ef7c4
2003-02-22 David Ponce <david@dponce.com>
* lread.c (Fload): Don't check STRING_MULTIBYTE.
2003-02-21 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
* process.h: Removed subtty field from struct Lisp_Process.
...
...
src/lread.c
View file @
c33ef7c4
...
...
@@ -844,7 +844,7 @@ Return t if file exists. */)
Lisp_Object
file
;
file
=
Fsubstring
(
found
,
make_number
(
0
),
make_number
(
-
1
));
message_with_string
(
"Source file `%s' newer than byte-compiled file"
,
file
,
STRING_MULTIBYTE
(
file
)
);
file
,
1
);
}
}
}
...
...
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