X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/9032435905078afe805465ae42522f2af22bf1e3..e2b6daf4193bcfd81d6dc67eeee3d50888710818:/src/xrdb.c diff --git a/src/xrdb.c b/src/xrdb.c index 0a74c089f7..fac97e4350 100644 --- a/src/xrdb.c +++ b/src/xrdb.c @@ -693,6 +693,10 @@ x_get_string_resource (rdb, name, class) { XrmValue value; + if (inhibit_x_resources) + /* --quick was passed, so this is a no-op. */ + return NULL; + if (x_get_resource (rdb, name, class, x_rm_string, &value)) return (char *) value.addr;