% frenchbg.sty: French Babel Guillemets
%               (ISO Latin 1 guillemets that behave well with spaces)
% -----------
% This is merely the code from frenchb.cfg, but made into
% a package in order to increase portability.
% (In other words, if you don't have this package and a file wants it,
% you will get a notice, which wouldn't be the case if you were only
% modifying frenchb.cfg)
\def\fileversion{0.10}
\def\filedate{2004/06/15}
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{frenchbg}[\filedate\space\fileversion\space
My French Babel guillemets (D. Roegel)]
\ifx\mule@def\undefined
   \initiate@active@char{«}
   \initiate@active@char{»}
   \AtBeginDocument{%
     \def«{\og\ignorespaces}%
     \def»{{\fg}}%
     }%
 \else %%% For the CJK package, see MULEenc.sty.
   \mule@def{11}{\og\ignorespaces}
   \mule@def{27}{{\fg}}
 \fi
\endinput
