1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 08:11:05 -08:00

(search_magic_path): Fix colon-colon case.

This commit is contained in:
Richard M. Stallman 1993-11-23 03:23:05 +00:00
parent 55e86af6f5
commit 05be3f1a8a

View file

@ -348,7 +348,8 @@ search_magic_path (search_path, class, escaped_suffix, suffix)
if (path)
return path;
s = p + 1;
/* Skip the first colon. */
p++;
continue;
}