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:
parent
55e86af6f5
commit
05be3f1a8a
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue