projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d2fa46
)
(sys_subshell): Use type test macros.
author
Karl Heuer
<kwzh@gnu.org>
Tue, 27 Sep 1994 01:18:46 +0000
(
01:18
+0000)
committer
Karl Heuer
<kwzh@gnu.org>
Tue, 27 Sep 1994 01:18:46 +0000
(
01:18
+0000)
src/sysdep.c
patch
|
blob
|
history
diff --git
a/src/sysdep.c
b/src/sysdep.c
index 95398fa500c85d7c49b7a1dc2defbf79dceec86c..3b2b2f613b340a3b2a25148a832c735054edd612 100644
(file)
--- a/
src/sysdep.c
+++ b/
src/sysdep.c
@@
-667,7
+667,7
@@
sys_subshell ()
if (XFASTINT (Fboundp (dir)) == XFASTINT (Qnil))
goto xyzzy;
dir = Fsymbol_value (dir);
- if (
XTYPE (dir) != Lisp_String
)
+ if (
!STRINGP (dir)
)
goto xyzzy;
dir = expand_and_dir_to_file (Funhandled_file_name_directory (dir), Qnil);