diff options
-rw-r--r-- | editors/emacs-devel/Makefile | 143 | ||||
-rw-r--r-- | editors/emacs-devel/distinfo | 4 | ||||
-rw-r--r-- | editors/emacs-devel/files/pkg-install.in | 19 | ||||
-rw-r--r-- | editors/emacs-devel/pkg-deinstall | 16 | ||||
-rw-r--r-- | editors/emacs-devel/pkg-plist | 7725 |
5 files changed, 3983 insertions, 3924 deletions
diff --git a/editors/emacs-devel/Makefile b/editors/emacs-devel/Makefile index bf39e7d866b7..4960e8f435f9 100644 --- a/editors/emacs-devel/Makefile +++ b/editors/emacs-devel/Makefile @@ -3,11 +3,8 @@ PORTNAME= emacs PORTVERSION= ${EMACS_VER}.${EMACS_REV} -DISTVERSIONSUFFIX= .${GIT_REV} PORTEPOCH= 2 CATEGORIES= editors ipv6 -MASTER_SITES= http://distfiles.pirateparty.in/ashish/ \ - LOCAL/ashish PKGNAMESUFFIX= -devel MAINTAINER= ashish@FreeBSD.org @@ -18,81 +15,80 @@ LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_FreeBSD_9= does not build BROKEN_sparc64= fails to compile at bootstrap phase +BROKEN_ia64= Emacs 24.X does not currently build on ia64 CONFLICTS= emacs-19.* emacs21-[0-9]* emacs22-[0-9]* emacs23-[0-9]* \ emacs24-[0-9]* xemacs-[0-9]* xemacs-devel-[0-9]* \ xemacs-mule-[0-9]* xemacs-devel-mule-[0-9]* \ emacs-nox11-[0-9]* +USE_GITHUB= yes +GH_ACCOUNT= emacs-mirror +GH_TAGNAME= af40b76 + EMACS_VER= 25.0.50 -EMACS_REV= 20150810 -GIT_REV= a9bb9d8f +EMACS_REV= 20151126 GNU_CONFIGURE= yes -USES= cpe gmake makeinfo ncurses pkgconfig shebangfix tar:xz +USES= autoreconf cpe gmake makeinfo ncurses pkgconfig tar:xz CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INFO_PATH= ${DATADIR_REL}/info -USE_AUTOTOOLS= autoconf:env aclocal:env automake:env autoheader:env +WRKSRC= ${WRKDIR}/${PORTNAME}-${GH_TAGNAME} CPE_VENDOR= gnu -CPE_VERSION= ${EMACS_VER} -SUB_FILES= pkg-install SUB_LIST+= ARCHLIBDIR=${PREFIX}/libexec/emacs/${EMACS_VER}/${CONFIGURE_TARGET} -# Append --without-compress-install to prevent emacs from compressing info -# which bsd.port.mk is not able to detect -CONFIGURE_ARGS= --localstatedir=/var --without-compress-install - -EMACS_DIRS= ${DATADIR}/${EMACS_VER}/lisp ${DATADIR}/${EMACS_VER}/src \ - ${PREFIX}/libexec/${PORTNAME} +CONFIGURE_ARGS= --localstatedir=/var --with-gameuser=games:games PLIST_SUB= EMACS_VER=${EMACS_VER} GNU_HOST=${CONFIGURE_TARGET} MAKE_ENV= LC_ALL=C -INFO= ada-mode auth autotype bovine calc ccmode cl dbus dired-x \ - ebrowse ede ediff edt efaq eieio eintr elisp emacs-mime emacs-gnutls emacs epa \ - erc ert eshell eudc eww flymake forms gnus htmlfontify idlwave ido info \ - mairix-el message mh-e newsticker nxml-mode octave-mode \ - org pcl-cvs pgg rcirc reftex remember sasl sc semantic ses sieve smtpmail speedbar \ - srecode todo-mode tramp url vhdl-mode vip viper widget wisent woman +INFO= ada-mode auth autotype bovine calc ccmode cl dbus dired-x \ + ebrowse ede ediff edt efaq eieio eintr elisp emacs \ + emacs-gnutls emacs-mime epa erc ert eshell eudc eww flymake \ + forms gnus htmlfontify idlwave ido info mairix-el message mh-e \ + newsticker nxml-mode octave-mode org pcl-cvs pgg rcirc reftex \ + remember sasl sc semantic ses sieve smtpmail speedbar srecode \ + todo-mode tramp url vhdl-mode vip viper widget wisent woman OPTIONS_DEFINE= X11 ACL DBUS GCONF GIF JPEG M17N OTF PNG SOUND SOURCES SVG TIFF SCROLLBARS \ XFT XIM XML XPM MAGICK GNUTLS GSETTINGS LTO FILENOTIFY LLDB CAIRO OPTIONS_SINGLE= X11 SOUND -ACL_DESC= ACL support -GSETTINGS_DESC= GSettings support -SCROLLBARS_DESC= Toolkit scroll-bars -SOUND_DESC= Sound support -SOURCES_DESC= Install sources -XAW_DESC= Athena widgets -XAW3D_DESC= Athena3D widgets -XIM_DESC= X Input Method Support -M17N_DESC= M17N support for text-shaping -OTF_DESC= Opentype fonts suport -FILENOTIFY_DESC= File notification support -LTO_DESC= Enable link-time optimization (requires GCC 4.6+) -LLDB_DESC= Enable lldb support for GUD (from llvm.org) +ACL_DESC= ACL support +GSETTINGS_DESC= GSettings support +SCROLLBARS_DESC=Toolkit scroll-bars +SOUND_DESC= Sound support +SOURCES_DESC= Install sources +XAW_DESC= Athena widgets +XAW3D_DESC= Athena3D widgets +XIM_DESC= X Input Method Support +M17N_DESC= M17N support for text-shaping +OTF_DESC= Opentype fonts suport +FILENOTIFY_DESC=File notification support +LTO_DESC= Enable link-time optimization (requires GCC 4.6+) +LLDB_DESC= Enable lldb support for GUD (from llvm.org) OPTIONS_SINGLE_X11= GTK2 GTK3 XAW XAW3D MOTIF -OPTIONS_SINGLE_SOUND= ALSA OSS +OPTIONS_SINGLE_SOUND= ALSA OSS -OPTIONS_DEFAULT=ACL DBUS GCONF GIF GTK2 JPEG M17N OTF PNG SOUND SOURCES SVG TIFF \ - SCROLLBARS XFT XIM XML XPM MAGICK GNUTLS GSETTINGS FILENOTIFY OSS X11 +OPTIONS_DEFAULT=ACL DBUS FILENOTIFY GCONF GIF GNUTLS GSETTINGS GTK2 JPEG M17N \ + MAGICK OSS OTF PNG SCROLLBARS SOUND SOURCES SVG TIFF X11 XFT XIM \ + XML XPM -OPTIONS_SUB= SOURCES +OPTIONS_SUB= YES LLDB_EXTRA_PATCHES= ${PATCHDIR}/extrapatch-lldb-gud.el SOUND_CONFIGURE_OFF= --with-sound=no -ALSA_CONFIGURE_ON= --with-sound=alsa +ALSA_CONFIGURE_ON= --with-sound=alsa ALSA_LIB_DEPENDS= libasound.so:${PORTSDIR}/audio/alsa-lib -OSS_CONFIGURE_ON= --with-sound=oss +OSS_CONFIGURE_ON= --with-sound=oss -DBUS_LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus -DBUS_CONFIGURE_WITH= dbus +DBUS_LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus +DBUS_CONFIGURE_WITH= dbus GNUTLS_LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls GNUTLS_CONFIGURE_WITH= gnutls @@ -100,26 +96,26 @@ GNUTLS_CONFIGURE_WITH= gnutls XML_USE= GNOME=libxml2 XML_CONFIGURE_WITH= xml2 -SVG_USE= GNOME=librsvg2 +SVG_USE= GNOME=librsvg2 SVG_CONFIGURE_WITH= rsvg X11_CONFIGURE_WITH= x -X11_USE= XORG=x11 +X11_USE= XORG=x11 X11_USES= desktop-file-utils -GTK2_USE= GNOME=gtk20 +GTK2_USE= GNOME=gtk20 GTK2_CONFIGURE_ON= --with-x-toolkit=gtk2 -GTK3_USE= GNOME=gtk30 +GTK3_USE= GNOME=gtk30 GTK3_CONFIGURE_ON= --with-x-toolkit=gtk3 XAW3D_LIB_DEPENDS= libXaw3d.so:${PORTSDIR}/x11-toolkits/Xaw3d XAW3D_CONFIGURE_ON= --with-x-toolkit=athena -XAW_USE= XORG=xaw +XAW_USE= XORG=xaw XAW_CONFIGURE_ON+= --with-x-toolkit=athena --without-xaw3d -MOTIF_USES= motif +MOTIF_USES= motif MOTIF_CONFIGURE_ON+= --with-x-toolkit=motif SCROLLBARS_CONFIGURE_WITH= toolkit-scroll-bars @@ -154,25 +150,25 @@ OTF_CONFIGURE_WITH= libotf MAGICK_LIB_DEPENDS= libMagickCore-6.so:${PORTSDIR}/graphics/ImageMagick MAGICK_CONFIGURE_WITH= imagemagick -GSETTINGS_USE= gnome=glib20 +GSETTINGS_USE= gnome=glib20 GSETTINGS_CONFIGURE_WITH= gsettings -GCONF_USE= gnome=gconf2 -GCONF_CONFIGURE_WITH= gconf +GCONF_USE= gnome=gconf2 +GCONF_CONFIGURE_WITH= gconf -XIM_CONFIGURE_WITH= xim +XIM_CONFIGURE_WITH= xim -LTO_CONFIGURE_ON= --enable-link-time-optimization -LTO_USE= GCC=4.6+ +LTO_CONFIGURE_ON= --enable-link-time-optimization +LTO_USE= GCC=4.6+ -ACL_CONFIGURE_OFF= --disable-acl +ACL_CONFIGURE_OFF= --disable-acl -FILENOTIFY_CONFIGURE_ON= --with-file-notification=gfile +FILENOTIFY_CONFIGURE_ON=--with-file-notification=gfile FILENOTIFY_CONFIGURE_OFF= --without-file-notification -FILENOTIFY_USE= GNOME=glib20 +FILENOTIFY_USE= GNOME=glib20 -CAIRO_USE= GNOME=cairo -CAIRO_CONFIGURE_ON= --with-cairo +CAIRO_USE= GNOME=cairo +CAIRO_CONFIGURE_ON= --with-cairo .include <bsd.port.options.mk> @@ -182,37 +178,33 @@ CAIRO_CONFIGURE_ON= --with-cairo # fixed in r263312 (11-CURRENT), and fixed in r263765 (10-STABLE) .if ${ARCH} == "i386" .if (${OSVERSION} < 1000706) || (${OSVERSION} >= 1100000 && ${OSVERSION} < 1100015) -USE_GCC= any +USE_GCC= any .endif .endif DBUS_PTHREAD_LIBS= ${CC} -dumpspecs | ${GREP} -m 1 pthread: | ${SED} -e 's|^.*%{\!pg: %{pthread:||' -e 's|}.*$$||' || ${TRUE} .if ${PORT_OPTIONS:MX11} - INSTALLS_ICONS= yes - .if !${PORT_OPTIONS:MXFT} .if ${PORT_OPTIONS:MM17N} -IGNORE= m17n support for text-shaping requires Xft. Please run 'make config' +IGNORE= m17n support for text-shaping requires Xft. Please run 'make config' .elif ${PORT_OPTIONS:MOTF} -IGNORE= opentype fonts support requires Xft. Please run 'make config' +IGNORE= opentype fonts support requires Xft. Please run 'make config' .endif .endif - .else - -.for OPT in SVG GTK2 GTK3 XAW3D XAW MOTIF SCROLLBARS JPEG TIFF GIF PNG XPM XFT M17N MAGICK GCONF GSETTINGS XIM +.for OPT in GCONF GIF GSETTINGS GTK2 GTK3 JPEG M17N MAGICK MOTIF PNG \ + SCROLLBARS SVG TIFF XAW XAW3D XFT XIM XPM .if ${PORT_OPTIONS:M${OPT}} -IGNORE= option ${OPT} requires X11 option +IGNORE= option ${OPT} requires X11 option .endif .endfor - .endif .if !${PORT_OPTIONS:MDBUS} .if ${PORT_OPTIONS:MGSETTINGS} -IGNORE= support for GSettings requires DBUS. Please run 'make config' +IGNORE= support for GSettings requires DBUS. Please run 'make config' .endif .endif @@ -223,10 +215,6 @@ IGNORE= support for GSettings requires DBUS. Please run 'make config' LDFLAGS+= -ltinfo .endif -.if ${ARCH} == "ia64" -BROKEN= Emacs 24.X does not currently build on ia64 -.endif - post-patch: @${RM} -f ${WRKSRC}/info/* @${REINPLACE_CMD} -e "s/%%EMACS_VER%%/${EMACS_VER}/g" -e "s/%%DATADIR%%/${DATADIR:C/\//\\\//g}/g" ${WRKSRC}/sources.el @@ -235,19 +223,20 @@ post-patch: .endif post-configure: - @${REINPLACE_CMD} -e "s/^\(DBUS_LIBS.*\)-pthread\(.*\)$$/\1$$(${DBUS_PTHREAD_LIBS})\2/" \ - ${WRKSRC}/src/Makefile + @${REINPLACE_CMD} -e \ + "s/^\(DBUS_LIBS.*\)-pthread\(.*\)$$/\1$$(${DBUS_PTHREAD_LIBS})\2/" \ + ${WRKSRC}/src/Makefile pre-configure: @cd ${WRKSRC} && ./autogen.sh post-install: - @${RM} -rf ${STAGEDIR}/var/games/emacs .if ${PORT_OPTIONS:MSOURCES} @${MKDIR} ${STAGEDIR}${DATADIR}/${EMACS_VER}/src ${INSTALL_DATA} ${WRKSRC}/src/*.[ch] ${STAGEDIR}${DATADIR}/${EMACS_VER}/src ${INSTALL_DATA} ${WRKSRC}/sources.el ${STAGEDIR}${DATADIR}/${EMACS_VER}/site-lisp/site-start.el .endif + @${FIND} ${STAGEDIR}${PREFIX}/${INFO_PATH} -type f -name '*.gz' -exec ${GUNZIP_CMD} '{}' \; .if !defined(WITHOUT_X11) pre-everything:: diff --git a/editors/emacs-devel/distinfo b/editors/emacs-devel/distinfo index 59ee2b7a63b2..85ac4d4713fb 100644 --- a/editors/emacs-devel/distinfo +++ b/editors/emacs-devel/distinfo @@ -1,2 +1,2 @@ -SHA256 (emacs-25.0.50.20150810.a9bb9d8f.tar.xz) = 8229a8c0da55855d191997cee9fe64ac983b93a91b05dd5a005563ee865c76e6 -SIZE (emacs-25.0.50.20150810.a9bb9d8f.tar.xz) = 26833624 +SHA256 (emacs-mirror-emacs-25.0.50.20151126-af40b76_GH0.tar.xz) = 432b7359f5c798c4294d17661071e20dc4d8b6e7058105ab20a431619712ae77 +SIZE (emacs-mirror-emacs-25.0.50.20151126-af40b76_GH0.tar.xz) = 37709547 diff --git a/editors/emacs-devel/files/pkg-install.in b/editors/emacs-devel/files/pkg-install.in deleted file mode 100644 index 7c3bd729433c..000000000000 --- a/editors/emacs-devel/files/pkg-install.in +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/sh - -# $FreeBSD$ - -GAMESROOT=/var/games/emacs -ARCHLIBDIR=%%ARCHLIBDIR%% - -if [ "$2" = "POST-INSTALL" ]; then - umask 022 - mkdir -p $GAMESROOT - touch $GAMESROOT/snake-scores - touch $GAMESROOT/tetris-scores - chown games $ARCHLIBDIR/update-game-score - chmod u+s $ARCHLIBDIR/update-game-score - chown games $GAMESROOT - chmod 775 $GAMESROOT -fi - -exit 0 diff --git a/editors/emacs-devel/pkg-deinstall b/editors/emacs-devel/pkg-deinstall deleted file mode 100644 index 62e66bbdd487..000000000000 --- a/editors/emacs-devel/pkg-deinstall +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh - -# $FreeBSD$ - -GAMESROOT=/var/games/emacs - -if [ "$2" = "DEINSTALL" ]; then - for s in snake tetris; do - if [ ! -s $GAMESROOT/$s-scores ]; then - rm -f $GAMESROOT/$s-scores - fi - done - rmdir $GAMESROOT 2>/dev/null -fi - -exit 0 diff --git a/editors/emacs-devel/pkg-plist b/editors/emacs-devel/pkg-plist index 4bc168144ba0..acf4eed1d1dc 100644 --- a/editors/emacs-devel/pkg-plist +++ b/editors/emacs-devel/pkg-plist @@ -4,4037 +4,4138 @@ bin/emacs bin/emacs-%%EMACS_VER%% bin/emacsclient bin/etags +libexec/emacs/%%EMACS_VER%%/%%GNU_HOST%%/hexl libexec/emacs/%%EMACS_VER%%/%%GNU_HOST%%/movemail libexec/emacs/%%EMACS_VER%%/%%GNU_HOST%%/profile libexec/emacs/%%EMACS_VER%%/%%GNU_HOST%%/rcs2log -libexec/emacs/%%EMACS_VER%%/%%GNU_HOST%%/update-game-score -libexec/emacs/%%EMACS_VER%%/%%GNU_HOST%%/hexl -man/man1/emacs.1.gz +@(games,games,4555) libexec/emacs/%%EMACS_VER%%/%%GNU_HOST%%/update-game-score man/man1/ctags.1.gz -man/man1/etags.1.gz -man/man1/emacsclient.1.gz man/man1/ebrowse.1.gz -share/applications/emacs.desktop +man/man1/emacs.1.gz +man/man1/emacsclient.1.gz +man/man1/etags.1.gz share/appdata/emacs.appdata.xml +share/applications/emacs.desktop %%DATADIR%%/%%EMACS_VER%%/etc/AUTHORS -%%DATADIR%%/%%EMACS_VER%%/etc/FTP -%%DATADIR%%/%%EMACS_VER%%/etc/NEXTSTEP -%%DATADIR%%/%%EMACS_VER%%/etc/emacs.icon -%%DATADIR%%/%%EMACS_VER%%/etc/compilation.txt -%%DATADIR%%/%%EMACS_VER%%/etc/TODO -%%DATADIR%%/%%EMACS_VER%%/etc/JOKES +%%DATADIR%%/%%EMACS_VER%%/etc/CALC-NEWS +%%DATADIR%%/%%EMACS_VER%%/etc/CENSORSHIP %%DATADIR%%/%%EMACS_VER%%/etc/COPYING -%%DATADIR%%/%%EMACS_VER%%/etc/NEWS.18 -%%DATADIR%%/%%EMACS_VER%%/etc/srecode/doc-cpp.srt -%%DATADIR%%/%%EMACS_VER%%/etc/srecode/doc-java.srt -%%DATADIR%%/%%EMACS_VER%%/etc/srecode/test.srt -%%DATADIR%%/%%EMACS_VER%%/etc/srecode/cpp.srt -%%DATADIR%%/%%EMACS_VER%%/etc/srecode/el.srt -%%DATADIR%%/%%EMACS_VER%%/etc/srecode/getset-cpp.srt -%%DATADIR%%/%%EMACS_VER%%/etc/srecode/c.srt -%%DATADIR%%/%%EMACS_VER%%/etc/srecode/texi.srt -%%DATADIR%%/%%EMACS_VER%%/etc/srecode/wisent.srt -%%DATADIR%%/%%EMACS_VER%%/etc/srecode/make.srt -%%DATADIR%%/%%EMACS_VER%%/etc/srecode/ede-autoconf.srt -%%DATADIR%%/%%EMACS_VER%%/etc/srecode/template.srt -%%DATADIR%%/%%EMACS_VER%%/etc/srecode/doc-default.srt -%%DATADIR%%/%%EMACS_VER%%/etc/srecode/ede-make.srt -%%DATADIR%%/%%EMACS_VER%%/etc/srecode/default.srt -%%DATADIR%%/%%EMACS_VER%%/etc/srecode/java.srt -%%DATADIR%%/%%EMACS_VER%%/etc/GNUS-NEWS -%%DATADIR%%/%%EMACS_VER%%/etc/e/eterm-color.ti -%%DATADIR%%/%%EMACS_VER%%/etc/e/eterm-color -%%DATADIR%%/%%EMACS_VER%%/etc/e/README -%%DATADIR%%/%%EMACS_VER%%/etc/NEWS.20 -%%DATADIR%%/%%EMACS_VER%%/etc/themes/adwaita-theme.el -%%DATADIR%%/%%EMACS_VER%%/etc/themes/light-blue-theme.el -%%DATADIR%%/%%EMACS_VER%%/etc/themes/misterioso-theme.el -%%DATADIR%%/%%EMACS_VER%%/etc/themes/wombat-theme.el -%%DATADIR%%/%%EMACS_VER%%/etc/themes/dichromacy-theme.el -%%DATADIR%%/%%EMACS_VER%%/etc/themes/wheatgrass-theme.el -%%DATADIR%%/%%EMACS_VER%%/etc/themes/tsdh-light-theme.el -%%DATADIR%%/%%EMACS_VER%%/etc/themes/deeper-blue-theme.el -%%DATADIR%%/%%EMACS_VER%%/etc/themes/whiteboard-theme.el -%%DATADIR%%/%%EMACS_VER%%/etc/themes/leuven-theme.el -%%DATADIR%%/%%EMACS_VER%%/etc/themes/manoj-dark-theme.el -%%DATADIR%%/%%EMACS_VER%%/etc/themes/tango-theme.el -%%DATADIR%%/%%EMACS_VER%%/etc/themes/tango-dark-theme.el -%%DATADIR%%/%%EMACS_VER%%/etc/themes/tsdh-dark-theme.el -%%DATADIR%%/%%EMACS_VER%%/etc/NEWS.1-17 -%%DATADIR%%/%%EMACS_VER%%/etc/enriched.txt -%%DATADIR%%/%%EMACS_VER%%/etc/HELLO -%%DATADIR%%/%%EMACS_VER%%/etc/ERC-NEWS -%%DATADIR%%/%%EMACS_VER%%/etc/NEWS.24 -%%DATADIR%%/%%EMACS_VER%%/etc/tutorials/TUTORIAL.it -%%DATADIR%%/%%EMACS_VER%%/etc/tutorials/TUTORIAL.ro -%%DATADIR%%/%%EMACS_VER%%/etc/tutorials/TUTORIAL -%%DATADIR%%/%%EMACS_VER%%/etc/tutorials/TUTORIAL.eo -%%DATADIR%%/%%EMACS_VER%%/etc/tutorials/TUTORIAL.sl -%%DATADIR%%/%%EMACS_VER%%/etc/tutorials/TUTORIAL.zh -%%DATADIR%%/%%EMACS_VER%%/etc/tutorials/TUTORIAL.sk -%%DATADIR%%/%%EMACS_VER%%/etc/tutorials/TUTORIAL.ja -%%DATADIR%%/%%EMACS_VER%%/etc/tutorials/TUTORIAL.de -%%DATADIR%%/%%EMACS_VER%%/etc/tutorials/TUTORIAL.translators -%%DATADIR%%/%%EMACS_VER%%/etc/tutorials/TUTORIAL.th -%%DATADIR%%/%%EMACS_VER%%/etc/tutorials/TUTORIAL.sv -%%DATADIR%%/%%EMACS_VER%%/etc/tutorials/TUTORIAL.ko -%%DATADIR%%/%%EMACS_VER%%/etc/tutorials/TUTORIAL.ru -%%DATADIR%%/%%EMACS_VER%%/etc/tutorials/TUTORIAL.pt_BR -%%DATADIR%%/%%EMACS_VER%%/etc/tutorials/TUTORIAL.cs -%%DATADIR%%/%%EMACS_VER%%/etc/tutorials/TUTORIAL.he -%%DATADIR%%/%%EMACS_VER%%/etc/tutorials/TUTORIAL.fr -%%DATADIR%%/%%EMACS_VER%%/etc/tutorials/TUTORIAL.nl -%%DATADIR%%/%%EMACS_VER%%/etc/tutorials/TUTORIAL.cn -%%DATADIR%%/%%EMACS_VER%%/etc/tutorials/TUTORIAL.bg -%%DATADIR%%/%%EMACS_VER%%/etc/tutorials/TUTORIAL.es -%%DATADIR%%/%%EMACS_VER%%/etc/tutorials/TUTORIAL.pl -%%DATADIR%%/%%EMACS_VER%%/etc/spook.lines -%%DATADIR%%/%%EMACS_VER%%/etc/NXML-NEWS -%%DATADIR%%/%%EMACS_VER%%/etc/schema/docbook.rnc -%%DATADIR%%/%%EMACS_VER%%/etc/schema/xhtml-hypertext.rnc -%%DATADIR%%/%%EMACS_VER%%/etc/schema/xhtml-attribs.rnc -%%DATADIR%%/%%EMACS_VER%%/etc/schema/xhtml-tgt.rnc -%%DATADIR%%/%%EMACS_VER%%/etc/schema/xhtml-image.rnc -%%DATADIR%%/%%EMACS_VER%%/etc/schema/xhtml-frames.rnc -%%DATADIR%%/%%EMACS_VER%%/etc/schema/schemas.xml -%%DATADIR%%/%%EMACS_VER%%/etc/schema/xhtml-ruby.rnc -%%DATADIR%%/%%EMACS_VER%%/etc/schema/README -%%DATADIR%%/%%EMACS_VER%%/etc/schema/dbnotn.rnc -%%DATADIR%%/%%EMACS_VER%%/etc/schema/xhtml-csismap.rnc -%%DATADIR%%/%%EMACS_VER%%/etc/schema/xhtml-meta.rnc -%%DATADIR%%/%%EMACS_VER%%/etc/schema/xhtml-nameident.rnc -%%DATADIR%%/%%EMACS_VER%%/etc/schema/xhtml-lst.rnc -%%DATADIR%%/%%EMACS_VER%%/etc/schema/dbcalstbl.rnc -%%DATADIR%%/%%EMACS_VER%%/etc/schema/xhtml-table.rnc -%%DATADIR%%/%%EMACS_VER%%/etc/schema/xhtml-legacy.rnc -%%DATADIR%%/%%EMACS_VER%%/etc/schema/xhtml-script.rnc -%%DATADIR%%/%%EMACS_VER%%/etc/schema/xhtml-object.rnc -%%DATADIR%%/%%EMACS_VER%%/etc/schema/xhtml-inlstyle.rnc -%%DATADIR%%/%%EMACS_VER%%/etc/schema/dbpool.rnc -%%DATADIR%%/%%EMACS_VER%%/etc/schema/xhtml-form.rnc -%%DATADIR%%/%%EMACS_VER%%/etc/schema/xhtml-text.rnc -%%DATADIR%%/%%EMACS_VER%%/etc/schema/calstbl.rnc -%%DATADIR%%/%%EMACS_VER%%/etc/schema/xhtml-applet.rnc -%%DATADIR%%/%%EMACS_VER%%/etc/schema/xhtml-iframe.rnc -%%DATADIR%%/%%EMACS_VER%%/etc/schema/xhtml-base.rnc -%%DATADIR%%/%%EMACS_VER%%/etc/schema/xhtml-struct.rnc -%%DATADIR%%/%%EMACS_VER%%/etc/schema/xhtml-pres.rnc -%%DATADIR%%/%%EMACS_VER%%/etc/schema/xhtml-datatypes.rnc -%%DATADIR%%/%%EMACS_VER%%/etc/schema/xslt.rnc -%%DATADIR%%/%%EMACS_VER%%/etc/schema/xhtml.rnc -%%DATADIR%%/%%EMACS_VER%%/etc/schema/xhtml-events.rnc -%%DATADIR%%/%%EMACS_VER%%/etc/schema/dbhier.rnc -%%DATADIR%%/%%EMACS_VER%%/etc/schema/xhtml-param.rnc -%%DATADIR%%/%%EMACS_VER%%/etc/schema/dbstart.rnc -%%DATADIR%%/%%EMACS_VER%%/etc/schema/relaxng.rnc -%%DATADIR%%/%%EMACS_VER%%/etc/schema/xhtml-ssismap.rnc -%%DATADIR%%/%%EMACS_VER%%/etc/schema/xhtml-link.rnc -%%DATADIR%%/%%EMACS_VER%%/etc/schema/xhtml-xstyle.rnc -%%DATADIR%%/%%EMACS_VER%%/etc/schema/xhtml-bdo.rnc -%%DATADIR%%/%%EMACS_VER%%/etc/schema/xhtml-btable.rnc -%%DATADIR%%/%%EMACS_VER%%/etc/schema/rdfxml.rnc -%%DATADIR%%/%%EMACS_VER%%/etc/schema/xhtml-edit.rnc -%%DATADIR%%/%%EMACS_VER%%/etc/schema/locate.rnc -%%DATADIR%%/%%EMACS_VER%%/etc/schema/xhtml-bform.rnc -%%DATADIR%%/%%EMACS_VER%%/etc/THE-GNU-PROJECT -%%DATADIR%%/%%EMACS_VER%%/etc/ses-example.ses -%%DATADIR%%/%%EMACS_VER%%/etc/emacs.desktop +%%DATADIR%%/%%EMACS_VER%%/etc/DEBUG +%%DATADIR%%/%%EMACS_VER%%/etc/DEVEL.HUMOR %%DATADIR%%/%%EMACS_VER%%/etc/DISTRIB +%%DATADIR%%/%%EMACS_VER%%/etc/DOC +%%DATADIR%%/%%EMACS_VER%%/etc/ERC-NEWS +%%DATADIR%%/%%EMACS_VER%%/etc/ETAGS.EBNF +%%DATADIR%%/%%EMACS_VER%%/etc/ETAGS.README +%%DATADIR%%/%%EMACS_VER%%/etc/FTP %%DATADIR%%/%%EMACS_VER%%/etc/GNU -%%DATADIR%%/%%EMACS_VER%%/etc/emacs.appdata.xml +%%DATADIR%%/%%EMACS_VER%%/etc/GNUS-NEWS +%%DATADIR%%/%%EMACS_VER%%/etc/HELLO +%%DATADIR%%/%%EMACS_VER%%/etc/HISTORY +%%DATADIR%%/%%EMACS_VER%%/etc/JOKES +%%DATADIR%%/%%EMACS_VER%%/etc/LINUX-GNU +%%DATADIR%%/%%EMACS_VER%%/etc/MACHINES %%DATADIR%%/%%EMACS_VER%%/etc/MH-E-NEWS -%%DATADIR%%/%%EMACS_VER%%/etc/gnus-tut.txt -%%DATADIR%%/%%EMACS_VER%%/etc/CALC-NEWS -%%DATADIR%%/%%EMACS_VER%%/etc/NEWS.23 -%%DATADIR%%/%%EMACS_VER%%/etc/PROBLEMS -%%DATADIR%%/%%EMACS_VER%%/etc/grep.txt -%%DATADIR%%/%%EMACS_VER%%/etc/future-bug +%%DATADIR%%/%%EMACS_VER%%/etc/MORE.STUFF %%DATADIR%%/%%EMACS_VER%%/etc/NEWS -%%DATADIR%%/%%EMACS_VER%%/etc/DOC -%%DATADIR%%/%%EMACS_VER%%/etc/ETAGS.EBNF +%%DATADIR%%/%%EMACS_VER%%/etc/NEWS.1-17 +%%DATADIR%%/%%EMACS_VER%%/etc/NEWS.18 %%DATADIR%%/%%EMACS_VER%%/etc/NEWS.19 -%%DATADIR%%/%%EMACS_VER%%/etc/refcards/gnus-logo.eps -%%DATADIR%%/%%EMACS_VER%%/etc/refcards/pt-br-refcard.tex -%%DATADIR%%/%%EMACS_VER%%/etc/refcards/emacsver.tex -%%DATADIR%%/%%EMACS_VER%%/etc/refcards/emacsver.tex.in -%%DATADIR%%/%%EMACS_VER%%/etc/refcards/refcard.tex -%%DATADIR%%/%%EMACS_VER%%/etc/refcards/gnus-refcard.tex -%%DATADIR%%/%%EMACS_VER%%/etc/refcards/Makefile -%%DATADIR%%/%%EMACS_VER%%/etc/refcards/vipcard.tex -%%DATADIR%%/%%EMACS_VER%%/etc/refcards/cs-dired-ref.tex -%%DATADIR%%/%%EMACS_VER%%/etc/refcards/gnus-logo.pdf -%%DATADIR%%/%%EMACS_VER%%/etc/refcards/pdflayout.sty -%%DATADIR%%/%%EMACS_VER%%/etc/refcards/cs-refcard.tex -%%DATADIR%%/%%EMACS_VER%%/etc/refcards/pl-refcard.tex -%%DATADIR%%/%%EMACS_VER%%/etc/refcards/viperCard.tex -%%DATADIR%%/%%EMACS_VER%%/etc/refcards/cs-survival.tex -%%DATADIR%%/%%EMACS_VER%%/etc/refcards/fr-refcard.tex -%%DATADIR%%/%%EMACS_VER%%/etc/refcards/sk-survival.tex -%%DATADIR%%/%%EMACS_VER%%/etc/refcards/sk-dired-ref.tex -%%DATADIR%%/%%EMACS_VER%%/etc/refcards/README -%%DATADIR%%/%%EMACS_VER%%/etc/refcards/fr-survival.tex -%%DATADIR%%/%%EMACS_VER%%/etc/refcards/survival.tex -%%DATADIR%%/%%EMACS_VER%%/etc/refcards/calccard.tex -%%DATADIR%%/%%EMACS_VER%%/etc/refcards/orgcard.tex -%%DATADIR%%/%%EMACS_VER%%/etc/refcards/sk-refcard.tex -%%DATADIR%%/%%EMACS_VER%%/etc/refcards/dired-ref.tex -%%DATADIR%%/%%EMACS_VER%%/etc/refcards/ru-refcard.tex -%%DATADIR%%/%%EMACS_VER%%/etc/refcards/de-refcard.tex -%%DATADIR%%/%%EMACS_VER%%/etc/refcards/fr-dired-ref.tex -%%DATADIR%%/%%EMACS_VER%%/etc/DEBUG +%%DATADIR%%/%%EMACS_VER%%/etc/NEWS.20 %%DATADIR%%/%%EMACS_VER%%/etc/NEWS.21 -%%DATADIR%%/%%EMACS_VER%%/etc/MACHINES -%%DATADIR%%/%%EMACS_VER%%/etc/ETAGS.README -%%DATADIR%%/%%EMACS_VER%%/etc/publicsuffix.txt -%%DATADIR%%/%%EMACS_VER%%/etc/edt-user.el -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/VSCII.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM1047.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/HP-ROMAN8.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/MULE-tibetan.map +%%DATADIR%%/%%EMACS_VER%%/etc/NEWS.22 +%%DATADIR%%/%%EMACS_VER%%/etc/NEWS.23 +%%DATADIR%%/%%EMACS_VER%%/etc/NEWS.24 +%%DATADIR%%/%%EMACS_VER%%/etc/NEXTSTEP +%%DATADIR%%/%%EMACS_VER%%/etc/NXML-NEWS +%%DATADIR%%/%%EMACS_VER%%/etc/ORDERS +%%DATADIR%%/%%EMACS_VER%%/etc/ORG-NEWS +%%DATADIR%%/%%EMACS_VER%%/etc/PROBLEMS +%%DATADIR%%/%%EMACS_VER%%/etc/README +%%DATADIR%%/%%EMACS_VER%%/etc/TERMS +%%DATADIR%%/%%EMACS_VER%%/etc/THE-GNU-PROJECT +%%DATADIR%%/%%EMACS_VER%%/etc/TODO +%%DATADIR%%/%%EMACS_VER%%/etc/WHY-FREE +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/8859-10.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/8859-11.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/8859-13.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/8859-14.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/8859-15.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/8859-16.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/8859-2.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/8859-3.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/8859-4.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/8859-5.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/8859-6.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/8859-7.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/8859-8.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/8859-9.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/ALTERNATIVNYJ.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/BIG5-1.map %%DATADIR%%/%%EMACS_VER%%/etc/charsets/BIG5-2.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM874.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/CNS-6.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM285.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/BIG5-HKSCS.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/BIG5.map %%DATADIR%%/%%EMACS_VER%%/etc/charsets/CNS-1.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/JOHAB.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/KSC5601.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/8859-9.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/CP1250.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/CP1257.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/8859-7.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/EBCDICUS.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM850.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/GBK.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM277.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM038.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/stdenc.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM857.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/JISX0208.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/JISC6226.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM862.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM865.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/VSCII-2.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/8859-10.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/JISX0201.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/JISX2132.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/CP720.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/CNS-2.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/CNS-3.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/CNS-4.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/CNS-5.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/CNS-6.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/CNS-7.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/CNS-F.map %%DATADIR%%/%%EMACS_VER%%/etc/charsets/CP10007.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/CP1256.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/8859-6.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/CP1125.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/CP1250.map %%DATADIR%%/%%EMACS_VER%%/etc/charsets/CP1251.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM891.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM918.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/ALTERNATIVNYJ.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/CP1252.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/CP1253.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/CP1254.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/CP1255.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/CP1256.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/CP1257.map %%DATADIR%%/%%EMACS_VER%%/etc/charsets/CP1258.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/8859-8.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM875.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/NEXTSTEP.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/CNS-7.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM284.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/CP720.map %%DATADIR%%/%%EMACS_VER%%/etc/charsets/CP737.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/MIK.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/8859-16.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/8859-11.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/MULE-uviscii.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM864.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/CNS-F.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM863.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM500.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM424.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM856.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/CP775.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/CP858.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/CP932-2BYTE.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/CP949-2BYTE.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/EBCDICUK.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/EBCDICUS.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/GB180302.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/GB180304.map %%DATADIR%%/%%EMACS_VER%%/etc/charsets/GB2312.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM851.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM423.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM880.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/CP1125.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/MULE-sisheng.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/MULE-ethiopic.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM278.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/GBK.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/HP-ROMAN8.map %%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM037.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM869.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/PTCP154.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/KOI-8.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/8859-15.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/KA-PS.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/BIG5.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/TIS-620.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM038.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM1004.map %%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM1026.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM860.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/GB180302.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM1047.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM256.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM273.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM274.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM275.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM277.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM278.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM280.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM281.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM284.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM285.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM290.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM297.map %%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM420.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM423.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM424.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM437.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM500.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM850.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM851.map %%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM852.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM275.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/CP949-2BYTE.map %%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM855.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM856.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM857.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM860.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM861.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM862.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM863.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM864.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM865.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM866.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM868.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM869.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM870.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM871.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM874.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM875.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM880.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM891.map %%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM903.map %%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM904.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/CP1252.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/MACINTOSH.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/8859-2.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/CP1255.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/8859-5.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/KOI8-U.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/README -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/KOI8-R.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/CNS-4.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM256.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/KSC5636.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/CNS-3.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM280.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM871.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/MULE-lviscii.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/CP858.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/JISX213A.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/JISX0212.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/MULE-ipa.map %%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM905.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM274.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/GB180304.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/BIG5-HKSCS.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM273.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM866.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM297.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM290.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/symbol.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM861.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/EBCDICUK.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM918.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/JISC6226.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/JISX0201.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/JISX0208.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/JISX0212.map %%DATADIR%%/%%EMACS_VER%%/etc/charsets/JISX2131.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/8859-14.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM868.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/8859-13.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/MULE-is13194.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/CNS-2.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/JISX2132.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/JISX213A.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/JOHAB.map %%DATADIR%%/%%EMACS_VER%%/etc/charsets/KA-ACADEMY.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM281.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM870.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/BIG5-1.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/CNS-5.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/CP932-2BYTE.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM1004.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/KA-PS.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/KOI-8.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/KOI8-R.map %%DATADIR%%/%%EMACS_VER%%/etc/charsets/KOI8-T.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/CP775.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM437.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/CP1254.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/8859-4.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/CP1253.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/KOI8-U.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/KSC5601.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/KSC5636.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/MACINTOSH.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/MIK.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/MULE-ethiopic.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/MULE-ipa.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/MULE-is13194.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/MULE-lviscii.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/MULE-sisheng.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/MULE-tibetan.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/MULE-uviscii.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/NEXTSTEP.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/PTCP154.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/README +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/TIS-620.map %%DATADIR%%/%%EMACS_VER%%/etc/charsets/VISCII.map -%%DATADIR%%/%%EMACS_VER%%/etc/charsets/8859-3.map -%%DATADIR%%/%%EMACS_VER%%/etc/README -%%DATADIR%%/%%EMACS_VER%%/etc/ORDERS -%%DATADIR%%/%%EMACS_VER%%/etc/TERMS -%%DATADIR%%/%%EMACS_VER%%/etc/emacs-buffer.gdb -%%DATADIR%%/%%EMACS_VER%%/etc/NEWS.22 -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/01720-0173F.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/00100-0017F.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/0FB50-0FDFF.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/00180-0024F.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/02190-021FF.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/00250-002AF.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/02150-0218F.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/020D0-020FF.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/03300-033FF.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/test-valid.xml -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/0FB00-0FB4F.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/03100-0312F.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/03040-0309F.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/00B00-00B7F.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/02FF0-02FFF.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/0FE50-0FE6F.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/01400-0167F.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/00400-004FF.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/00A00-00A7F.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/00D00-00D7F.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/00500-0052F.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/10400-1044F.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/025A0-025FF.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/01680-0169F.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/00B80-00BFF.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/0FE00-0FE0F.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/027C0-027EF.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/00A80-00AFF.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/0FE70-0FEFF.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/02800-028FF.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/00D80-00DFF.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/02200-022FF.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/02F00-02FDF.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/02A00-02AFF.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/02460-024FF.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/01740-0175F.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/README -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/1D100-1D1FF.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/01F00-01FFF.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/0A000-0A48F.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/01E00-01EFF.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/0A490-0A4CF.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/01000-0109F.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/031F0-031FF.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/01780-017FF.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/03400-04DBF.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/02400-0243F.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/027F0-027FF.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/00000-0007F.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/02980-029FF.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/02100-0214F.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/00370-003FF.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/00F00-00FFF.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/020A0-020CF.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/00900-0097F.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/0FF00-0FFEF.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/00780-007BF.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/01200-0137F.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/031A0-031BF.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/010A0-010FF.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/10330-1034F.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/test-invalid.xml -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/013A0-013FF.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/02580-0259F.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/02E80-02EFF.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/01700-0171F.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/016A0-016FF.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/0FFF0-0FFFF.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/03200-032FF.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/00E00-00E7F.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/0FE30-0FE4F.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/02000-0206F.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/00600-006FF.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/00C00-00C7F.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/02700-027BF.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/00E80-00EFF.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/01760-0177F.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/01100-011FF.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/00C80-00CFF.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/030A0-030FF.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/002B0-002FF.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/00530-0058F.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/02600-026FF.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/00300-0036F.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/02070-0209F.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/01800-018AF.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/02300-023FF.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/03130-0318F.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/03190-0319F.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/1D400-1D7FF.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/10300-1032F.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/00980-009FF.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/00700-0074F.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/02500-0257F.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/0FE20-0FE2F.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/E0000-E007F.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/03000-0303F.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/02900-0297F.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/00080-000FF.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/02440-0245F.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/00590-005FF.el -%%DATADIR%%/%%EMACS_VER%%/etc/nxml/1D000-1D0FF.el -%%DATADIR%%/%%EMACS_VER%%/etc/CENSORSHIP -%%DATADIR%%/%%EMACS_VER%%/etc/MORE.STUFF -%%DATADIR%%/%%EMACS_VER%%/etc/WHY-FREE -%%DATADIR%%/%%EMACS_VER%%/etc/rgb.txt -%%DATADIR%%/%%EMACS_VER%%/etc/forms/forms-d2.dat -%%DATADIR%%/%%EMACS_VER%%/etc/forms/forms-pass.el +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/VSCII-2.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/VSCII.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/stdenc.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/symbol.map +%%DATADIR%%/%%EMACS_VER%%/etc/compilation.txt +%%DATADIR%%/%%EMACS_VER%%/etc/e/README +%%DATADIR%%/%%EMACS_VER%%/etc/e/eterm-color +%%DATADIR%%/%%EMACS_VER%%/etc/e/eterm-color.ti +%%DATADIR%%/%%EMACS_VER%%/etc/edt-user.el +%%DATADIR%%/%%EMACS_VER%%/%%ETCDIR%%-buffer.gdb +%%DATADIR%%/%%EMACS_VER%%/%%ETCDIR%%.appdata.xml +%%DATADIR%%/%%EMACS_VER%%/%%ETCDIR%%.desktop +%%DATADIR%%/%%EMACS_VER%%/%%ETCDIR%%.icon +%%DATADIR%%/%%EMACS_VER%%/etc/enriched.txt %%DATADIR%%/%%EMACS_VER%%/etc/forms/README +%%DATADIR%%/%%EMACS_VER%%/etc/forms/forms-d2.dat %%DATADIR%%/%%EMACS_VER%%/etc/forms/forms-d2.el -%%DATADIR%%/%%EMACS_VER%%/etc/yow.lines -%%DATADIR%%/%%EMACS_VER%%/etc/DEVEL.HUMOR -%%DATADIR%%/%%EMACS_VER%%/etc/LINUX-GNU -%%DATADIR%%/%%EMACS_VER%%/etc/ORG-NEWS +%%DATADIR%%/%%EMACS_VER%%/etc/forms/forms-pass.el +%%DATADIR%%/%%EMACS_VER%%/etc/future-bug +%%DATADIR%%/%%EMACS_VER%%/etc/gnus-tut.txt %%DATADIR%%/%%EMACS_VER%%/etc/gnus/gnus-setup.ast %%DATADIR%%/%%EMACS_VER%%/etc/gnus/news-server.ast -%%DATADIR%%/%%EMACS_VER%%/etc/ps-prin0.ps -%%DATADIR%%/%%EMACS_VER%%/etc/images/low-color/up-arrow.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/low-color/new.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/low-color/back-arrow.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/low-color/fwd-arrow.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/low-color/help.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/low-color/next-node.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/low-color/open.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/low-color/saveas.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/low-color/spell.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/low-color/paste.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/low-color/home.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/low-color/cut.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/low-color/undo.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/low-color/right-arrow.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/low-color/left-arrow.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/low-color/print.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/low-color/index.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/low-color/prev-node.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/low-color/README -%%DATADIR%%/%%EMACS_VER%%/etc/images/low-color/save.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/low-color/up-node.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/low-color/search.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/low-color/preferences.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/low-color/jump-to.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/low-color/copy.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/cancel.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/home.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/splash.png -%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/break.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/pstar.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/remove.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/thread.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/all.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/step.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/go.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/stop.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/pp.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/nexti.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/next.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/finish.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/up.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/watch.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/run.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/until.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/print.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/rfinish.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/rstep.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/stepi.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/down.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/rstepi.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/cont.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/README -%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/recstart.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/stepi.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/rnext.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/down.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/cont.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/run.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/watch.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/up.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/print.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/until.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/step.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/rnexti.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/stop.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/go.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/next.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/nexti.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/pp.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/finish.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/rcont.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/pstar.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/break.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/recstop.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/remove.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/new.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/show.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/data-save.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/search.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/delete.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/search-replace.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/paste.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/letter.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/undo.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/next-node.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/right-arrow.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/grep.txt +%%DATADIR%%/%%EMACS_VER%%/etc/images/README +%%DATADIR%%/%%EMACS_VER%%/etc/images/attach.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/attach.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/back-arrow.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/back-arrow.xpm %%DATADIR%%/%%EMACS_VER%%/etc/images/bookmark_add.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/zoom-out.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/spell.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/splash.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/open.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/contact.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/left-arrow.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/up-node.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/saveas.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/bookmark_add.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/cancel.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/cancel.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/checked.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/close.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/close.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/connect.pbm %%DATADIR%%/%%EMACS_VER%%/etc/images/connect.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/separator.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/contact.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/contact.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/copy.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/copy.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/custom/README +%%DATADIR%%/%%EMACS_VER%%/etc/images/custom/down-pushed.pbm %%DATADIR%%/%%EMACS_VER%%/etc/images/custom/down-pushed.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/custom/down.pbm %%DATADIR%%/%%EMACS_VER%%/etc/images/custom/down.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/custom/right.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/custom/right-pushed.pbm %%DATADIR%%/%%EMACS_VER%%/etc/images/custom/right-pushed.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/custom/README -%%DATADIR%%/%%EMACS_VER%%/etc/images/fwd-arrow.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/up-arrow.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/prev-node.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/attach.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/close.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/README -%%DATADIR%%/%%EMACS_VER%%/etc/images/lock-ok.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/sort-ascending.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/help.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/lock.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/save.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/back-arrow.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/jump-to.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/mh-logo.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/index.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/print.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/doc.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/lock.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/custom/right.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/custom/right.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/cut.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/cut.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/data-save.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/data-save.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/delete.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/delete.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/describe.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/describe.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/diropen.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/diropen.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/disconnect.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/disconnect.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/exit.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/exit.xpm %%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/README -%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/tag-type.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/bits.pbm %%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/bits.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/dir.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/info.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/page.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/checkmark.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/tag-minus.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/page-plus.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/tag-gt.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/mail.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/bitsbang.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/bitsbang.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/box-minus.pbm %%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/box-minus.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/tag.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/box-plus.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/box-plus.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/box.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/box.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/checkmark.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/checkmark.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/dir-minus.pbm %%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/dir-minus.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/unlock.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/page-minus.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/dir-plus.pbm %%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/dir-plus.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/dir.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/dir.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/doc-minus.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/doc-minus.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/doc-plus.pbm %%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/doc-plus.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/doc.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/doc.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/info.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/info.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/key.pbm %%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/key.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/doc-minus.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/box.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/label.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/label.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/lock.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/lock.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/mail.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/mail.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/page-minus.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/page-minus.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/page-plus.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/page-plus.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/page.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/page.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/tag-gt.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/tag-gt.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/tag-minus.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/tag-minus.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/tag-plus.pbm %%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/tag-plus.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/tag-type.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/tag-type.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/tag-v.pbm %%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/tag-v.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/bitsbang.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/label.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/box-plus.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/refresh.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/sort-column-ascending.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/preferences.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/diropen.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/copy.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/sort-criteria.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/next-page.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/tree-widget/folder/no-guide.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/tree-widget/folder/no-handle.png -%%DATADIR%%/%%EMACS_VER%%/etc/images/tree-widget/folder/no-guide.png -%%DATADIR%%/%%EMACS_VER%%/etc/images/tree-widget/folder/no-handle.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/tree-widget/folder/open.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/tree-widget/folder/guide.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/tree-widget/folder/end-guide.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/tree-widget/folder/guide.png -%%DATADIR%%/%%EMACS_VER%%/etc/images/tree-widget/folder/end-guide.png -%%DATADIR%%/%%EMACS_VER%%/etc/images/tree-widget/folder/open.png -%%DATADIR%%/%%EMACS_VER%%/etc/images/tree-widget/folder/close.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/tree-widget/folder/close.png -%%DATADIR%%/%%EMACS_VER%%/etc/images/tree-widget/folder/leaf.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/tree-widget/folder/handle.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/tree-widget/folder/empty.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/tree-widget/folder/handle.png -%%DATADIR%%/%%EMACS_VER%%/etc/images/tree-widget/folder/empty.png -%%DATADIR%%/%%EMACS_VER%%/etc/images/tree-widget/folder/README -%%DATADIR%%/%%EMACS_VER%%/etc/images/tree-widget/folder/leaf.png -%%DATADIR%%/%%EMACS_VER%%/etc/images/tree-widget/default/handle.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/tree-widget/default/README -%%DATADIR%%/%%EMACS_VER%%/etc/images/tree-widget/default/leaf.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/tree-widget/default/empty.png -%%DATADIR%%/%%EMACS_VER%%/etc/images/tree-widget/default/no-handle.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/tree-widget/default/leaf.png -%%DATADIR%%/%%EMACS_VER%%/etc/images/tree-widget/default/empty.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/tree-widget/default/no-handle.png -%%DATADIR%%/%%EMACS_VER%%/etc/images/tree-widget/default/handle.png -%%DATADIR%%/%%EMACS_VER%%/etc/images/tree-widget/default/no-guide.png -%%DATADIR%%/%%EMACS_VER%%/etc/images/tree-widget/default/end-guide.png -%%DATADIR%%/%%EMACS_VER%%/etc/images/tree-widget/default/close.png -%%DATADIR%%/%%EMACS_VER%%/etc/images/tree-widget/default/close.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/tree-widget/default/end-guide.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/tree-widget/default/no-guide.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/tree-widget/default/guide.png -%%DATADIR%%/%%EMACS_VER%%/etc/images/tree-widget/default/open.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/tree-widget/default/guide.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/tree-widget/default/open.png -%%DATADIR%%/%%EMACS_VER%%/etc/images/cut.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/disconnect.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/info.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/splash.svg -%%DATADIR%%/%%EMACS_VER%%/etc/images/exit.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/jump-to.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/tag.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/tag.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/unlock.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/unlock.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/fwd-arrow.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/fwd-arrow.xpm %%DATADIR%%/%%EMACS_VER%%/etc/images/gnus.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/print.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/index.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/preferences.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/refresh.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/diropen.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/copy.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/redo.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/next-page.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/cut.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/info.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/exit.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/prev-ur.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/post.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/README +%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/catchup.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/catchup.xpm %%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/cu-exit.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/cu-exit.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/describe-group.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/describe-group.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/exit-gnus.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/exit-gnus.xpm %%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/exit-summ.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/reply-wo.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/mail-reply.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/rot13.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/next-ur.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/unimportant.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/reply.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/exit-summ.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/followup.pbm %%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/followup.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/fuwo.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/fuwo.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/get-news.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/get-news.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/gnntg.pbm %%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/gnntg.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/uu-post.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/save-art.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/toggle-subscription.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/gnus-pointer.xbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/gnus-pointer.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/gnus.png +%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/gnus.svg +%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/gnus.xbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/gnus.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/important.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/important.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/kill-group.pbm %%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/kill-group.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/catchup.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/mail-reply.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/mail-reply.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/mail-send.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/mail-send.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/next-ur.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/next-ur.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/post.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/post.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/prev-ur.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/prev-ur.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/preview.xbm %%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/preview.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/unsubscribe.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/gnus-pointer.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/exit-gnus.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/get-news.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/receipt.pbm %%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/receipt.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/reply-wo.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/reply-wo.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/reply.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/reply.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/rot13.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/rot13.xpm %%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/save-aif.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/gnus.xbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/uu-decode.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/describe-group.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/subscribe.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/fuwo.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/get-news.xpm %%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/save-aif.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/describe-group.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/uu-decode.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/subscribe.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/fuwo.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/uu-post.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/mail-send.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/gnus.svg %%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/save-art.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/kill-group.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/catchup.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/save-art.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/subscribe.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/subscribe.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/toggle-subscription.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/toggle-subscription.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/unimportant.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/unimportant.xpm %%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/unsubscribe.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/exit-gnus.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/README -%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/reply-wo.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/mail-reply.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/gnus-pointer.xbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/rot13.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/next-ur.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/gnus.png -%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/gnntg.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/reply.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/followup.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/preview.xbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/prev-ur.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/gnus.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/post.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/important.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/cu-exit.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/exit-summ.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/saveas.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/sort-descending.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/up-node.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/up-arrow.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/fwd-arrow.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/prev-node.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/close.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/attach.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/mpc/README -%%DATADIR%%/%%EMACS_VER%%/etc/images/mpc/add.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/mpc/prev.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/mpc/ffwd.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/mpc/pause.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/mpc/stop.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/mpc/next.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/mpc/play.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/mpc/rewind.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/unchecked.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/unsubscribe.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/uu-decode.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/uu-decode.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/uu-post.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/uu-post.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/README +%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/all.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/all.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/break.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/break.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/cont.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/cont.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/down.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/down.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/finish.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/finish.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/go.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/go.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/next.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/next.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/nexti.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/nexti.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/pp.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/pp.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/print.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/print.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/pstar.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/pstar.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/rcont.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/rcont.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/recstart.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/recstart.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/recstop.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/recstop.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/remove.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/remove.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/rfinish.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/rfinish.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/rnext.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/rnext.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/rnexti.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/rnexti.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/rstep.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/rstep.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/rstepi.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/rstepi.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/run.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/run.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/step.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/step.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/stepi.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/stepi.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/stop.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/stop.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/thread.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/thread.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/until.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/until.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/up.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/up.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/watch.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/watch.xpm %%DATADIR%%/%%EMACS_VER%%/etc/images/help.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/save.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/back-arrow.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/undo.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/help.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/home.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/home.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/README +%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/dark-bg/closed.png +%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/dark-bg/closed.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/dark-bg/empty.png +%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/dark-bg/empty.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/dark-bg/end-connector.png +%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/dark-bg/end-connector.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/dark-bg/extender-connector.png +%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/dark-bg/extender-connector.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/dark-bg/leaf.png +%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/dark-bg/leaf.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/dark-bg/locked-encrypted.png +%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/dark-bg/locked-encrypted.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/dark-bg/mid-connector.png +%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/dark-bg/mid-connector.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/dark-bg/opened.png +%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/dark-bg/opened.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/dark-bg/skip-descender.png +%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/dark-bg/skip-descender.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/dark-bg/through-descender.png +%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/dark-bg/through-descender.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/dark-bg/unlocked-encrypted.png +%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/dark-bg/unlocked-encrypted.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/light-bg/closed.png +%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/light-bg/closed.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/light-bg/empty.png +%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/light-bg/empty.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/light-bg/end-connector.png +%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/light-bg/end-connector.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/light-bg/extender-connector.png +%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/light-bg/extender-connector.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/light-bg/leaf.png +%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/light-bg/leaf.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/light-bg/locked-encrypted.png +%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/light-bg/locked-encrypted.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/light-bg/mid-connector.png +%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/light-bg/mid-connector.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/light-bg/opened.png +%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/light-bg/opened.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/light-bg/skip-descender.png +%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/light-bg/skip-descender.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/light-bg/through-descender.png +%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/light-bg/through-descender.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/light-bg/unlocked-encrypted.png +%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/light-bg/unlocked-encrypted.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/hicolor/128x128/apps/emacs.png +%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/hicolor/128x128/apps/emacs23.png +%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/hicolor/16x16/apps/emacs.png +%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/hicolor/16x16/apps/emacs22.png +%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/hicolor/16x16/apps/emacs23.png +%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/hicolor/24x24/apps/emacs.png +%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/hicolor/24x24/apps/emacs22.png +%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/hicolor/24x24/apps/emacs23.png +%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/hicolor/32x32/apps/emacs.png +%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/hicolor/32x32/apps/emacs22.png +%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/hicolor/32x32/apps/emacs23.png +%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/hicolor/48x48/apps/emacs.png +%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/hicolor/48x48/apps/emacs22.png +%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/hicolor/48x48/apps/emacs23.png +%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/hicolor/scalable/apps/emacs.svg +%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/hicolor/scalable/apps/emacs23.svg +%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/hicolor/scalable/mimetypes/emacs-document.svg +%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/hicolor/scalable/mimetypes/emacs-document23.svg +%%DATADIR%%/%%EMACS_VER%%/etc/images/index.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/index.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/info.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/info.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/jump-to.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/jump-to.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/left-arrow.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/left-arrow.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/letter.pbm %%DATADIR%%/%%EMACS_VER%%/etc/images/letter.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/next-node.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/paste.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/right-arrow.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/bookmark_add.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/lock-broken.pbm %%DATADIR%%/%%EMACS_VER%%/etc/images/lock-broken.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/zoom-out.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/describe.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/sort-row-ascending.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/mail/reply-to.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/mail/repack.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/lock-ok.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/lock-ok.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/lock.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/lock.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/low-color/README +%%DATADIR%%/%%EMACS_VER%%/etc/images/low-color/back-arrow.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/low-color/copy.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/low-color/cut.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/low-color/fwd-arrow.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/low-color/help.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/low-color/home.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/low-color/index.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/low-color/jump-to.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/low-color/left-arrow.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/low-color/new.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/low-color/next-node.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/low-color/open.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/low-color/paste.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/low-color/preferences.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/low-color/prev-node.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/low-color/print.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/low-color/right-arrow.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/low-color/save.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/low-color/saveas.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/low-color/search.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/low-color/spell.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/low-color/undo.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/low-color/up-arrow.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/low-color/up-node.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/mail/README +%%DATADIR%%/%%EMACS_VER%%/etc/images/mail/compose.pbm %%DATADIR%%/%%EMACS_VER%%/etc/images/mail/compose.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/mail/copy.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/mail/copy.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/mail/flag-for-followup.pbm %%DATADIR%%/%%EMACS_VER%%/etc/images/mail/flag-for-followup.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/mail/send.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/mail/reply-from.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/mail/forward.pbm %%DATADIR%%/%%EMACS_VER%%/etc/images/mail/forward.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/mail/inbox.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/mail/inbox.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/mail/move.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/mail/move.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/mail/not-spam.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/mail/not-spam.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/mail/outbox.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/mail/outbox.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/mail/preview.pbm %%DATADIR%%/%%EMACS_VER%%/etc/images/mail/preview.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/mail/repack.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/mail/repack.xpm %%DATADIR%%/%%EMACS_VER%%/etc/images/mail/reply-all.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/mail/move.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/mail/reply-all.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/mail/reply-from.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/mail/reply-from.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/mail/reply-to.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/mail/reply-to.xpm %%DATADIR%%/%%EMACS_VER%%/etc/images/mail/reply.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/mail/inbox.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/mail/save-draft.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/mail/README -%%DATADIR%%/%%EMACS_VER%%/etc/images/mail/move.xpm %%DATADIR%%/%%EMACS_VER%%/etc/images/mail/reply.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/mail/inbox.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/mail/save-draft.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/mail/save-draft.xpm %%DATADIR%%/%%EMACS_VER%%/etc/images/mail/save.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/mail/spam.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/mail/reply-from.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/mail/outbox.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/mail/copy.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/mail/not-spam.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/mail/reply-all.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/mail/flag-for-followup.pbm %%DATADIR%%/%%EMACS_VER%%/etc/images/mail/send.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/mail/reply-to.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/mail/repack.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/mail/compose.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/splash.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/spell.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/left-arrow.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/contact.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/open.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/home.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/cancel.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/mail/send.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/mail/spam.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/mh-logo.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/mh-logo.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/mpc/README +%%DATADIR%%/%%EMACS_VER%%/etc/images/mpc/add.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/mpc/add.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/mpc/ffwd.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/mpc/ffwd.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/mpc/next.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/mpc/next.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/mpc/pause.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/mpc/pause.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/mpc/play.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/mpc/play.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/mpc/prev.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/mpc/prev.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/mpc/rewind.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/mpc/rewind.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/mpc/stop.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/mpc/stop.xpm %%DATADIR%%/%%EMACS_VER%%/etc/images/new.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/new.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/newsticker/README %%DATADIR%%/%%EMACS_VER%%/etc/images/newsticker/browse-url.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/newsticker/get-all.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/newsticker/mark-immortal.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/newsticker/mark-read.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/newsticker/narrow.xpm %%DATADIR%%/%%EMACS_VER%%/etc/images/newsticker/next-feed.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/newsticker/next-item.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/newsticker/prev-feed.xpm %%DATADIR%%/%%EMACS_VER%%/etc/images/newsticker/prev-item.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/newsticker/rss-feed.png %%DATADIR%%/%%EMACS_VER%%/etc/images/newsticker/rss-feed.svg %%DATADIR%%/%%EMACS_VER%%/etc/images/newsticker/update.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/newsticker/narrow.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/newsticker/prev-feed.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/newsticker/mark-read.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/newsticker/next-item.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/newsticker/mark-immortal.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/newsticker/rss-feed.png -%%DATADIR%%/%%EMACS_VER%%/etc/images/newsticker/get-all.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/newsticker/README +%%DATADIR%%/%%EMACS_VER%%/etc/images/next-node.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/next-node.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/next-page.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/next-page.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/open.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/open.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/paste.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/paste.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/preferences.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/preferences.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/prev-node.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/prev-node.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/print.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/print.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/redo.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/redo.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/refresh.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/refresh.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/right-arrow.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/right-arrow.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/save.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/save.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/saveas.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/saveas.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/search-replace.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/search-replace.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/search.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/search.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/separator.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/separator.xpm %%DATADIR%%/%%EMACS_VER%%/etc/images/show.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/light-bg/skip-descender.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/light-bg/through-descender.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/light-bg/empty.png -%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/light-bg/empty.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/light-bg/skip-descender.png -%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/light-bg/through-descender.png -%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/light-bg/end-connector.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/light-bg/extender-connector.png -%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/light-bg/opened.png -%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/light-bg/extender-connector.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/light-bg/opened.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/light-bg/end-connector.png -%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/light-bg/leaf.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/light-bg/unlocked-encrypted.png -%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/light-bg/mid-connector.png -%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/light-bg/closed.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/light-bg/locked-encrypted.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/light-bg/mid-connector.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/light-bg/closed.png -%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/light-bg/locked-encrypted.png -%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/light-bg/unlocked-encrypted.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/light-bg/leaf.png -%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/dark-bg/skip-descender.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/dark-bg/unlocked-encrypted.png -%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/dark-bg/through-descender.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/dark-bg/closed.png -%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/dark-bg/closed.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/dark-bg/skip-descender.png -%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/dark-bg/unlocked-encrypted.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/dark-bg/through-descender.png -%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/dark-bg/end-connector.png -%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/dark-bg/leaf.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/dark-bg/leaf.png -%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/dark-bg/end-connector.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/dark-bg/empty.png -%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/dark-bg/locked-encrypted.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/dark-bg/mid-connector.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/dark-bg/mid-connector.png -%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/dark-bg/empty.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/dark-bg/locked-encrypted.png -%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/dark-bg/extender-connector.png -%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/dark-bg/opened.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/dark-bg/extender-connector.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/allout-widgets/dark-bg/opened.png -%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/hicolor/16x16/apps/emacs22.png -%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/hicolor/16x16/apps/emacs.png -%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/hicolor/32x32/apps/emacs.png -%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/hicolor/32x32/apps/emacs22.png -%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/hicolor/128x128/apps/emacs.png -%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/hicolor/scalable/apps/emacs.svg -%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/hicolor/scalable/mimetypes/emacs-document.svg -%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/hicolor/24x24/apps/emacs.png -%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/hicolor/24x24/apps/emacs22.png -%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/hicolor/48x48/apps/emacs22.png -%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/hicolor/48x48/apps/emacs.png -%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/README -%%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/grin.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/smile.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/show.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/README +%%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/blink.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/blink.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/braindamaged.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/braindamaged.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/cry.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/cry.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/dead.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/dead.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/evil.pbm %%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/evil.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/sad.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/wry.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/medium/dead.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/medium/smile.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/medium/wry.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/medium/grin.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/medium/cry.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/medium/blink.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/medium/evil.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/medium/frown.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/medium/indifferent.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/medium/forced.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/medium/sad.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/medium/README -%%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/medium/reverse-smile.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/medium/braindamaged.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/forced.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/forced.xpm %%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/frown.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/dead.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/blink.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/frown.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/grayscale/README %%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/grayscale/blink.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/grayscale/forced.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/grayscale/frown.xpm %%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/grayscale/braindamaged.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/grayscale/smile.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/grayscale/cry.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/grayscale/dead.xpm %%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/grayscale/evil.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/grayscale/forced.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/grayscale/frown.xpm %%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/grayscale/grin.xpm %%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/grayscale/indifferent.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/grayscale/dead.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/grayscale/reverse-smile.xpm %%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/grayscale/sad.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/grayscale/smile.xpm %%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/grayscale/wry.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/grayscale/reverse-smile.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/grayscale/cry.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/grayscale/README -%%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/README -%%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/braindamaged.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/blink.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/frown.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/wry.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/forced.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/cry.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/grin.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/grin.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/indifferent.pbm %%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/indifferent.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/smile.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/medium/README +%%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/medium/blink.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/medium/braindamaged.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/medium/cry.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/medium/dead.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/medium/evil.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/medium/forced.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/medium/frown.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/medium/grin.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/medium/indifferent.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/medium/reverse-smile.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/medium/sad.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/medium/smile.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/medium/wry.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/sad.pbm %%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/sad.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/search.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/data-save.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/smile.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/smile.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/wry.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/wry.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/sort-ascending.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/sort-ascending.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/sort-column-ascending.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/sort-column-ascending.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/sort-criteria.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/sort-criteria.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/sort-descending.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/sort-descending.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/sort-row-ascending.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/sort-row-ascending.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/spell.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/spell.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/splash.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/splash.png +%%DATADIR%%/%%EMACS_VER%%/etc/images/splash.svg +%%DATADIR%%/%%EMACS_VER%%/etc/images/splash.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/tree-widget/default/README +%%DATADIR%%/%%EMACS_VER%%/etc/images/tree-widget/default/close.png +%%DATADIR%%/%%EMACS_VER%%/etc/images/tree-widget/default/close.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/tree-widget/default/empty.png +%%DATADIR%%/%%EMACS_VER%%/etc/images/tree-widget/default/empty.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/tree-widget/default/end-guide.png +%%DATADIR%%/%%EMACS_VER%%/etc/images/tree-widget/default/end-guide.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/tree-widget/default/guide.png +%%DATADIR%%/%%EMACS_VER%%/etc/images/tree-widget/default/guide.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/tree-widget/default/handle.png +%%DATADIR%%/%%EMACS_VER%%/etc/images/tree-widget/default/handle.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/tree-widget/default/leaf.png +%%DATADIR%%/%%EMACS_VER%%/etc/images/tree-widget/default/leaf.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/tree-widget/default/no-guide.png +%%DATADIR%%/%%EMACS_VER%%/etc/images/tree-widget/default/no-guide.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/tree-widget/default/no-handle.png +%%DATADIR%%/%%EMACS_VER%%/etc/images/tree-widget/default/no-handle.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/tree-widget/default/open.png +%%DATADIR%%/%%EMACS_VER%%/etc/images/tree-widget/default/open.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/tree-widget/folder/README +%%DATADIR%%/%%EMACS_VER%%/etc/images/tree-widget/folder/close.png +%%DATADIR%%/%%EMACS_VER%%/etc/images/tree-widget/folder/close.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/tree-widget/folder/empty.png +%%DATADIR%%/%%EMACS_VER%%/etc/images/tree-widget/folder/empty.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/tree-widget/folder/end-guide.png +%%DATADIR%%/%%EMACS_VER%%/etc/images/tree-widget/folder/end-guide.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/tree-widget/folder/guide.png +%%DATADIR%%/%%EMACS_VER%%/etc/images/tree-widget/folder/guide.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/tree-widget/folder/handle.png +%%DATADIR%%/%%EMACS_VER%%/etc/images/tree-widget/folder/handle.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/tree-widget/folder/leaf.png +%%DATADIR%%/%%EMACS_VER%%/etc/images/tree-widget/folder/leaf.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/tree-widget/folder/no-guide.png +%%DATADIR%%/%%EMACS_VER%%/etc/images/tree-widget/folder/no-guide.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/tree-widget/folder/no-handle.png +%%DATADIR%%/%%EMACS_VER%%/etc/images/tree-widget/folder/no-handle.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/tree-widget/folder/open.png +%%DATADIR%%/%%EMACS_VER%%/etc/images/tree-widget/folder/open.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/unchecked.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/unchecked.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/undo.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/undo.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/up-arrow.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/up-arrow.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/up-node.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/up-node.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/zoom-in.pbm %%DATADIR%%/%%EMACS_VER%%/etc/images/zoom-in.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/checked.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/images/search-replace.pbm -%%DATADIR%%/%%EMACS_VER%%/etc/images/delete.xpm -%%DATADIR%%/%%EMACS_VER%%/etc/package-keyring.gpg -%%DATADIR%%/%%EMACS_VER%%/etc/ps-prin1.ps +%%DATADIR%%/%%EMACS_VER%%/etc/images/zoom-out.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/zoom-out.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/00000-0007F.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/00080-000FF.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/00100-0017F.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/00180-0024F.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/00250-002AF.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/002B0-002FF.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/00300-0036F.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/00370-003FF.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/00400-004FF.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/00500-0052F.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/00530-0058F.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/00590-005FF.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/00600-006FF.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/00700-0074F.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/00780-007BF.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/00900-0097F.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/00980-009FF.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/00A00-00A7F.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/00A80-00AFF.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/00B00-00B7F.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/00B80-00BFF.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/00C00-00C7F.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/00C80-00CFF.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/00D00-00D7F.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/00D80-00DFF.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/00E00-00E7F.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/00E80-00EFF.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/00F00-00FFF.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/01000-0109F.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/010A0-010FF.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/01100-011FF.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/01200-0137F.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/013A0-013FF.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/01400-0167F.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/01680-0169F.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/016A0-016FF.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/01700-0171F.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/01720-0173F.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/01740-0175F.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/01760-0177F.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/01780-017FF.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/01800-018AF.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/01E00-01EFF.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/01F00-01FFF.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/02000-0206F.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/02070-0209F.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/020A0-020CF.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/020D0-020FF.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/02100-0214F.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/02150-0218F.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/02190-021FF.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/02200-022FF.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/02300-023FF.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/02400-0243F.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/02440-0245F.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/02460-024FF.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/02500-0257F.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/02580-0259F.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/025A0-025FF.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/02600-026FF.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/02700-027BF.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/027C0-027EF.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/027F0-027FF.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/02800-028FF.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/02900-0297F.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/02980-029FF.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/02A00-02AFF.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/02E80-02EFF.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/02F00-02FDF.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/02FF0-02FFF.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/03000-0303F.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/03040-0309F.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/030A0-030FF.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/03100-0312F.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/03130-0318F.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/03190-0319F.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/031A0-031BF.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/031F0-031FF.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/03200-032FF.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/03300-033FF.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/03400-04DBF.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/0A000-0A48F.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/0A490-0A4CF.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/0FB00-0FB4F.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/0FB50-0FDFF.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/0FE00-0FE0F.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/0FE20-0FE2F.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/0FE30-0FE4F.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/0FE50-0FE6F.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/0FE70-0FEFF.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/0FF00-0FFEF.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/0FFF0-0FFFF.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/10300-1032F.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/10330-1034F.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/10400-1044F.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/1D000-1D0FF.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/1D100-1D1FF.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/1D400-1D7FF.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/E0000-E007F.el +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/README +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/test-invalid.xml +%%DATADIR%%/%%EMACS_VER%%/etc/nxml/test-valid.xml %%DATADIR%%/%%EMACS_VER%%/etc/org/OrgOdtContentTemplate.xml -%%DATADIR%%/%%EMACS_VER%%/etc/org/README %%DATADIR%%/%%EMACS_VER%%/etc/org/OrgOdtStyles.xml -%%DATADIR%%/%%EMACS_VER%%/lisp/notifications.el -%%DATADIR%%/%%EMACS_VER%%/lisp/font-core.el -%%DATADIR%%/%%EMACS_VER%%/lisp/xt-mouse.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/electric.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/files.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/pcmpl-cvs.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cus-theme.el -%%DATADIR%%/%%EMACS_VER%%/lisp/buff-menu.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/epg.el -%%DATADIR%%/%%EMACS_VER%%/lisp/printing.el -%%DATADIR%%/%%EMACS_VER%%/lisp/loadhist.el -%%DATADIR%%/%%EMACS_VER%%/lisp/profiler.el -%%DATADIR%%/%%EMACS_VER%%/lisp/descr-text.el -%%DATADIR%%/%%EMACS_VER%%/lisp/epa-file.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/info-look.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/dom.el -%%DATADIR%%/%%EMACS_VER%%/lisp/dom.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/uni-input.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/4Corner.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/PY-b5.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/pypunct-b5.el -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/tsang-b5.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/hanja3.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/vntelex.el -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/latin-alt.el -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/ipa-praat.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/viqr.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/quick-cns.el -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/ARRAY30.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/cyril-jis.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/sgml-input.el -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/ethiopic.el -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/georgian.el -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/latin-alt.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/hanja3.el -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/hebrew.el -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/lrt.el -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/japanese.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/py-punct.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/japanese.el -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/tsang-b5.el -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/lrt.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/quick-cns.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/latin-ltx.el -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/CTLau-b5.el -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/hanja.el -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/QJ-b5.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/ZOZY.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/CCDOSPY.el -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/hebrew.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/hanja.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/CTLau-b5.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/TONEPY.el -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/sgml-input.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/cyrillic.el -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/ipa.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/greek.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/georgian.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/czech.el -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/thai.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/slovak.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/ZOZY.el -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/tibetan.el -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/CTLau.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/latin-post.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/QJ.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/indian.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/ethiopic.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/indian.el -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/quick-b5.el -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/hangul.el -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/TONEPY.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/cyrillic.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/cyril-jis.el -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/persian.el -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/ARRAY30.el -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/ETZY.el -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/vnvni.el -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/persian.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/PY.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/hanja-jis.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/welsh.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/vnvni.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/symbol-ksc.el -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/pypunct-b5.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/tsang-cns.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/Punct.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/croatian.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/Punct-b5.el -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/hangul.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/uni-input.el -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/ipa-praat.el -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/thai.el -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/hanja-jis.el -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/sisheng.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/4Corner.el -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/welsh.el -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/viqr.el -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/SW.el -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/py-punct.el -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/ZIRANMA.el -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/rfc1345.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/sisheng.el -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/tsang-cns.el -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/PY-b5.el -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/ipa.el -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/Punct-b5.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/latin-ltx.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/slovak.el -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/latin-pre.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/ECDICT.el -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/ZIRANMA.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/rfc1345.el -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/ETZY.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/latin-pre.el -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/ECDICT.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/latin-post.el -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/quick-b5.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/croatian.el -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/SW.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/symbol-ksc.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/tibetan.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/vntelex.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/QJ.el -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/lao.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/CTLau.el -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/lao.el -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/QJ-b5.el -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/PY.el -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/CCDOSPY.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/arabic.el -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/greek.el -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/Punct.el -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/arabic.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/czech.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/ja-dic/ja-dic.el -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/ja-dic/ja-dic.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/leim/leim-list.el -%%DATADIR%%/%%EMACS_VER%%/lisp/composite.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/mouse-copy.el -%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-tool-bar.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-e.el -%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-print.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-tool-bar.el -%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-mime.el -%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-speed.el -%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-buffers.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-folder.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-thread.el -%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-print.el -%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-show.el -%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-identity.el -%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-letter.el -%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-xface.el -%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-junk.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-acros.el -%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-limit.el -%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-buffers.el -%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-folder.el -%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-funcs.el -%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-show.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-scan.el -%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-seq.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-loaddefs.el -%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-comp.el -%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-inc.el -%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-alias.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-identity.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-speed.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-inc.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-gnus.el -%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-compat.el -%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-scan.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-utils.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-search.el -%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-xface.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-seq.el -%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-letter.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-mime.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-funcs.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-limit.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-e.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-search.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-alias.el -%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-comp.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-junk.el -%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-utils.el -%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-thread.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/font-core.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/tempo.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/bindings.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/newcomment.el -%%DATADIR%%/%%EMACS_VER%%/lisp/face-remap.el -%%DATADIR%%/%%EMACS_VER%%/lisp/pcmpl-unix.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/woman.el -%%DATADIR%%/%%EMACS_VER%%/lisp/skeleton.el -%%DATADIR%%/%%EMACS_VER%%/lisp/hippie-exp.elc +%%DATADIR%%/%%EMACS_VER%%/etc/org/README +%%DATADIR%%/%%EMACS_VER%%/etc/package-keyring.gpg +%%DATADIR%%/%%EMACS_VER%%/etc/ps-prin0.ps +%%DATADIR%%/%%EMACS_VER%%/etc/ps-prin1.ps +%%DATADIR%%/%%EMACS_VER%%/etc/publicsuffix.txt.gz +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/Makefile +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/README +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/calccard.tex +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/cs-dired-ref.tex +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/cs-refcard.tex +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/cs-survival.tex +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/de-refcard.tex +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/dired-ref.tex +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/emacsver.tex +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/emacsver.tex.in +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/fr-dired-ref.tex +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/fr-refcard.tex +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/fr-survival.tex +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/gnus-logo.eps +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/gnus-logo.pdf +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/gnus-refcard.tex +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/orgcard.tex +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/pdflayout.sty +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/pl-refcard.tex +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/pt-br-refcard.tex +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/refcard.tex +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/ru-refcard.tex +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/sk-dired-ref.tex +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/sk-refcard.tex +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/sk-survival.tex +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/survival.tex +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/vipcard.tex +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/viperCard.tex +%%DATADIR%%/%%EMACS_VER%%/etc/rgb.txt +%%DATADIR%%/%%EMACS_VER%%/etc/schema/README +%%DATADIR%%/%%EMACS_VER%%/etc/schema/calstbl.rnc +%%DATADIR%%/%%EMACS_VER%%/etc/schema/dbcalstbl.rnc +%%DATADIR%%/%%EMACS_VER%%/etc/schema/dbhier.rnc +%%DATADIR%%/%%EMACS_VER%%/etc/schema/dbnotn.rnc +%%DATADIR%%/%%EMACS_VER%%/etc/schema/dbpool.rnc +%%DATADIR%%/%%EMACS_VER%%/etc/schema/dbstart.rnc +%%DATADIR%%/%%EMACS_VER%%/etc/schema/docbook.rnc +%%DATADIR%%/%%EMACS_VER%%/etc/schema/locate.rnc +%%DATADIR%%/%%EMACS_VER%%/etc/schema/rdfxml.rnc +%%DATADIR%%/%%EMACS_VER%%/etc/schema/relaxng.rnc +%%DATADIR%%/%%EMACS_VER%%/etc/schema/schemas.xml +%%DATADIR%%/%%EMACS_VER%%/etc/schema/xhtml-applet.rnc +%%DATADIR%%/%%EMACS_VER%%/etc/schema/xhtml-attribs.rnc +%%DATADIR%%/%%EMACS_VER%%/etc/schema/xhtml-base.rnc +%%DATADIR%%/%%EMACS_VER%%/etc/schema/xhtml-bdo.rnc +%%DATADIR%%/%%EMACS_VER%%/etc/schema/xhtml-bform.rnc +%%DATADIR%%/%%EMACS_VER%%/etc/schema/xhtml-btable.rnc +%%DATADIR%%/%%EMACS_VER%%/etc/schema/xhtml-csismap.rnc +%%DATADIR%%/%%EMACS_VER%%/etc/schema/xhtml-datatypes.rnc +%%DATADIR%%/%%EMACS_VER%%/etc/schema/xhtml-edit.rnc +%%DATADIR%%/%%EMACS_VER%%/etc/schema/xhtml-events.rnc +%%DATADIR%%/%%EMACS_VER%%/etc/schema/xhtml-form.rnc +%%DATADIR%%/%%EMACS_VER%%/etc/schema/xhtml-frames.rnc +%%DATADIR%%/%%EMACS_VER%%/etc/schema/xhtml-hypertext.rnc +%%DATADIR%%/%%EMACS_VER%%/etc/schema/xhtml-iframe.rnc +%%DATADIR%%/%%EMACS_VER%%/etc/schema/xhtml-image.rnc +%%DATADIR%%/%%EMACS_VER%%/etc/schema/xhtml-inlstyle.rnc +%%DATADIR%%/%%EMACS_VER%%/etc/schema/xhtml-legacy.rnc +%%DATADIR%%/%%EMACS_VER%%/etc/schema/xhtml-link.rnc +%%DATADIR%%/%%EMACS_VER%%/etc/schema/xhtml-lst.rnc +%%DATADIR%%/%%EMACS_VER%%/etc/schema/xhtml-meta.rnc +%%DATADIR%%/%%EMACS_VER%%/etc/schema/xhtml-nameident.rnc +%%DATADIR%%/%%EMACS_VER%%/etc/schema/xhtml-object.rnc +%%DATADIR%%/%%EMACS_VER%%/etc/schema/xhtml-param.rnc +%%DATADIR%%/%%EMACS_VER%%/etc/schema/xhtml-pres.rnc +%%DATADIR%%/%%EMACS_VER%%/etc/schema/xhtml-ruby.rnc +%%DATADIR%%/%%EMACS_VER%%/etc/schema/xhtml-script.rnc +%%DATADIR%%/%%EMACS_VER%%/etc/schema/xhtml-ssismap.rnc +%%DATADIR%%/%%EMACS_VER%%/etc/schema/xhtml-struct.rnc +%%DATADIR%%/%%EMACS_VER%%/etc/schema/xhtml-table.rnc +%%DATADIR%%/%%EMACS_VER%%/etc/schema/xhtml-text.rnc +%%DATADIR%%/%%EMACS_VER%%/etc/schema/xhtml-tgt.rnc +%%DATADIR%%/%%EMACS_VER%%/etc/schema/xhtml-xstyle.rnc +%%DATADIR%%/%%EMACS_VER%%/etc/schema/xhtml.rnc +%%DATADIR%%/%%EMACS_VER%%/etc/schema/xslt.rnc +%%DATADIR%%/%%EMACS_VER%%/etc/ses-example.ses +%%DATADIR%%/%%EMACS_VER%%/etc/spook.lines +%%DATADIR%%/%%EMACS_VER%%/etc/srecode/c.srt +%%DATADIR%%/%%EMACS_VER%%/etc/srecode/cpp.srt +%%DATADIR%%/%%EMACS_VER%%/etc/srecode/default.srt +%%DATADIR%%/%%EMACS_VER%%/etc/srecode/doc-cpp.srt +%%DATADIR%%/%%EMACS_VER%%/etc/srecode/doc-default.srt +%%DATADIR%%/%%EMACS_VER%%/etc/srecode/doc-java.srt +%%DATADIR%%/%%EMACS_VER%%/etc/srecode/ede-autoconf.srt +%%DATADIR%%/%%EMACS_VER%%/etc/srecode/ede-make.srt +%%DATADIR%%/%%EMACS_VER%%/etc/srecode/el.srt +%%DATADIR%%/%%EMACS_VER%%/etc/srecode/getset-cpp.srt +%%DATADIR%%/%%EMACS_VER%%/etc/srecode/java.srt +%%DATADIR%%/%%EMACS_VER%%/etc/srecode/make.srt +%%DATADIR%%/%%EMACS_VER%%/etc/srecode/template.srt +%%DATADIR%%/%%EMACS_VER%%/etc/srecode/test.srt +%%DATADIR%%/%%EMACS_VER%%/etc/srecode/texi.srt +%%DATADIR%%/%%EMACS_VER%%/etc/srecode/wisent.srt +%%DATADIR%%/%%EMACS_VER%%/etc/themes/adwaita-theme.el +%%DATADIR%%/%%EMACS_VER%%/etc/themes/deeper-blue-theme.el +%%DATADIR%%/%%EMACS_VER%%/etc/themes/dichromacy-theme.el +%%DATADIR%%/%%EMACS_VER%%/etc/themes/leuven-theme.el +%%DATADIR%%/%%EMACS_VER%%/etc/themes/light-blue-theme.el +%%DATADIR%%/%%EMACS_VER%%/etc/themes/manoj-dark-theme.el +%%DATADIR%%/%%EMACS_VER%%/etc/themes/misterioso-theme.el +%%DATADIR%%/%%EMACS_VER%%/etc/themes/tango-dark-theme.el +%%DATADIR%%/%%EMACS_VER%%/etc/themes/tango-theme.el +%%DATADIR%%/%%EMACS_VER%%/etc/themes/tsdh-dark-theme.el +%%DATADIR%%/%%EMACS_VER%%/etc/themes/tsdh-light-theme.el +%%DATADIR%%/%%EMACS_VER%%/etc/themes/wheatgrass-theme.el +%%DATADIR%%/%%EMACS_VER%%/etc/themes/whiteboard-theme.el +%%DATADIR%%/%%EMACS_VER%%/etc/themes/wombat-theme.el +%%DATADIR%%/%%EMACS_VER%%/etc/tutorials/TUTORIAL +%%DATADIR%%/%%EMACS_VER%%/etc/tutorials/TUTORIAL.bg +%%DATADIR%%/%%EMACS_VER%%/etc/tutorials/TUTORIAL.cn +%%DATADIR%%/%%EMACS_VER%%/etc/tutorials/TUTORIAL.cs +%%DATADIR%%/%%EMACS_VER%%/etc/tutorials/TUTORIAL.de +%%DATADIR%%/%%EMACS_VER%%/etc/tutorials/TUTORIAL.eo +%%DATADIR%%/%%EMACS_VER%%/etc/tutorials/TUTORIAL.es +%%DATADIR%%/%%EMACS_VER%%/etc/tutorials/TUTORIAL.fr +%%DATADIR%%/%%EMACS_VER%%/etc/tutorials/TUTORIAL.he +%%DATADIR%%/%%EMACS_VER%%/etc/tutorials/TUTORIAL.it +%%DATADIR%%/%%EMACS_VER%%/etc/tutorials/TUTORIAL.ja +%%DATADIR%%/%%EMACS_VER%%/etc/tutorials/TUTORIAL.ko +%%DATADIR%%/%%EMACS_VER%%/etc/tutorials/TUTORIAL.nl +%%DATADIR%%/%%EMACS_VER%%/etc/tutorials/TUTORIAL.pl +%%DATADIR%%/%%EMACS_VER%%/etc/tutorials/TUTORIAL.pt_BR +%%DATADIR%%/%%EMACS_VER%%/etc/tutorials/TUTORIAL.ro +%%DATADIR%%/%%EMACS_VER%%/etc/tutorials/TUTORIAL.ru +%%DATADIR%%/%%EMACS_VER%%/etc/tutorials/TUTORIAL.sk +%%DATADIR%%/%%EMACS_VER%%/etc/tutorials/TUTORIAL.sl +%%DATADIR%%/%%EMACS_VER%%/etc/tutorials/TUTORIAL.sv +%%DATADIR%%/%%EMACS_VER%%/etc/tutorials/TUTORIAL.th +%%DATADIR%%/%%EMACS_VER%%/etc/tutorials/TUTORIAL.translators +%%DATADIR%%/%%EMACS_VER%%/etc/tutorials/TUTORIAL.zh +%%DATADIR%%/%%EMACS_VER%%/etc/yow.lines +%%DATADIR%%/%%EMACS_VER%%/lisp/COPYING +%%DATADIR%%/%%EMACS_VER%%/lisp/README +%%DATADIR%%/%%EMACS_VER%%/lisp/abbrev.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/abbrev.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/align.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/align.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/dirtrack.el -%%DATADIR%%/%%EMACS_VER%%/lisp/ldefs-boot.el -%%DATADIR%%/%%EMACS_VER%%/lisp/man.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/whitespace.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/makesum.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cus-edit.el -%%DATADIR%%/%%EMACS_VER%%/lisp/image-file.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/double.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cus-face.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/find-lisp.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/ibuffer.el -%%DATADIR%%/%%EMACS_VER%%/lisp/electric.el +%%DATADIR%%/%%EMACS_VER%%/lisp/allout-widgets.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/allout-widgets.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/allout.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/allout.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/ansi-color.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/ansi-color.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/apropos.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/apropos.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/arc-mode.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/arc-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/array.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/array.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/autoarg.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/autoarg.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/autoinsert.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/autoinsert.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/autorevert.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/autorevert.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/avoid.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/avoid.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/battery.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/battery.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/bindings.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/bindings.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/bookmark.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/bookmark.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/bs.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/bs.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/buff-menu.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/buff-menu.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/button.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/button.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-aent.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-aent.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-alg.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-alg.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-arith.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-arith.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-bin.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-bin.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-comb.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-comb.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-cplx.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-cplx.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-embed.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-embed.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-ext.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-ext.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-fin.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-fin.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-forms.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-forms.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-frac.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-frac.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-funcs.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-funcs.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-graph.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-graph.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-help.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-help.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-incom.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-incom.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-keypd.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-keypd.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-lang.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-lang.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-loaddefs.el +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-macs.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-macs.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-map.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-map.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-math.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-math.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-menu.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-menu.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-misc.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-misc.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-mode.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-mtx.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-mtx.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-nlfit.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-nlfit.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-poly.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-poly.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-prog.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-prog.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-rewr.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-rewr.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-rules.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-rules.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-sel.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-sel.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-stat.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-stat.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-store.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-store.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-stuff.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-stuff.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-trail.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-trail.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-undo.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-undo.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-units.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-units.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-vec.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-vec.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-yank.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-yank.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calcalg2.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calcalg2.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calcalg3.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calcalg3.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calccomp.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calccomp.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calcsel2.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calcsel2.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calculator.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/calculator.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/appt.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/appt.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-bahai.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-bahai.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-china.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-china.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-coptic.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-coptic.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-dst.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-dst.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-french.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-french.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-hebrew.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-hebrew.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-html.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-html.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-islam.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-islam.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-iso.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-iso.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-julian.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-julian.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-loaddefs.el +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-mayan.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-mayan.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-menu.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-menu.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-move.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-move.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-persia.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-persia.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-tex.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-tex.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-x.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-x.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/calendar.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/calendar.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/diary-lib.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/diary-lib.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/diary-loaddefs.el +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/hol-loaddefs.el +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/holidays.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/holidays.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/icalendar.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/icalendar.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/lunar.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/lunar.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/parse-time.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/parse-time.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/solar.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/solar.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/time-date.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/time-date.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/timeclock.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/timeclock.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/todo-mode.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/todo-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/case-table.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/case-table.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cdl.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cdl.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/cedet-cscope.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/cedet-cscope.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/cedet-files.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/cedet-files.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/cedet-global.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/cedet-global.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/cedet-idutils.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/cedet-idutils.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/cedet.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/cedet.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/data-debug.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/data-debug.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/auto.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/auto.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/autoconf-edit.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/autoconf-edit.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/base.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/base.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/config.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/config.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/cpp-root.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/cpp-root.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/custom.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/custom.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/detect.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/detect.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/dired.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/dired.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/emacs.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/emacs.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/files.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/files.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/generic.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/generic.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/linux.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/linux.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/loaddefs.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/locate.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/locate.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/make.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/make.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/makefile-edit.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/makefile-edit.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/pconf.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/pconf.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/pmake.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/pmake.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/proj-archive.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/proj-archive.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/proj-aux.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/proj-aux.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/proj-comp.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/proj-comp.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/proj-elisp.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/proj-elisp.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/proj-info.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/proj-info.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/proj-misc.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/proj-misc.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/proj-obj.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/proj-obj.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/proj-prog.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/proj-prog.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/proj-scheme.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/proj-scheme.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/proj-shared.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/proj-shared.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/proj.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/proj.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/project-am.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/project-am.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/shell.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/shell.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/simple.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/simple.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/source.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/source.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/speedbar.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/speedbar.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/srecode.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/srecode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/system.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/system.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/util.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/util.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/inversion.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/inversion.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/mode-local.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/mode-local.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/pulse.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/pulse.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/analyze.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/analyze.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/analyze/complete.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/analyze/complete.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/analyze/debug.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/analyze/debug.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/analyze/fcn.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/analyze/fcn.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/analyze/refs.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/analyze/refs.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/bovine.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/bovine.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/bovine/c-by.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/bovine/c-by.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/bovine/c.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/bovine/c.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/bovine/debug.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/bovine/debug.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/bovine/el.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/bovine/el.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/bovine/gcc.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/bovine/gcc.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/bovine/grammar.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/bovine/grammar.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/bovine/make-by.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/bovine/make-by.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/bovine/make.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/bovine/make.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/bovine/scm-by.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/bovine/scm-by.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/bovine/scm.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/bovine/scm.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/chart.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/chart.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/complete.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/complete.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/ctxt.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/ctxt.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/db-debug.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/db-debug.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/db-ebrowse.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/db-ebrowse.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/db-el.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/db-el.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/db-file.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/db-file.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/db-find.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/db-find.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/db-global.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/db-global.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/db-javascript.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/db-javascript.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/db-mode.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/db-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/db-ref.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/db-ref.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/db-typecache.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/db-typecache.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/db.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/db.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/debug.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/debug.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/decorate.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/decorate.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/decorate/include.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/decorate/include.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/decorate/mode.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/decorate/mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/dep.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/dep.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/doc.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/doc.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/ede-grammar.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/ede-grammar.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/edit.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/edit.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/find.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/find.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/format.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/format.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/fw.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/fw.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/grammar-wy.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/grammar-wy.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/grammar.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/grammar.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/html.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/html.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/ia-sb.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/ia-sb.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/ia.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/ia.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/idle.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/idle.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/imenu.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/imenu.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/java.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/java.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/lex-spp.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/lex-spp.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/lex.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/lex.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/loaddefs.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/mru-bookmark.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/mru-bookmark.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/sb.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/sb.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/scope.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/scope.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/senator.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/senator.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/sort.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/sort.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/symref.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/symref.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/symref/cscope.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/symref/cscope.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/symref/filter.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/symref/filter.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/symref/global.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/symref/global.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/symref/grep.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/symref/grep.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/symref/idutils.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/symref/idutils.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/symref/list.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/symref/list.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/tag-file.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/tag-file.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/tag-ls.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/tag-ls.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/tag-write.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/tag-write.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/tag.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/tag.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/texi.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/texi.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/util-modes.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/util-modes.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/util.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/util.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/wisent.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/wisent.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/wisent/comp.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/wisent/comp.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/wisent/grammar.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/wisent/grammar.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/wisent/java-tags.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/wisent/java-tags.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/wisent/javascript.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/wisent/javascript.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/wisent/javat-wy.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/wisent/javat-wy.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/wisent/js-wy.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/wisent/js-wy.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/wisent/python-wy.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/wisent/python-wy.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/wisent/python.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/wisent/python.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/wisent/wisent.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/wisent/wisent.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/args.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/args.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/compile.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/compile.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/cpp.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/cpp.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/ctxt.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/ctxt.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/dictionary.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/dictionary.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/document.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/document.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/el.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/el.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/expandproto.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/expandproto.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/extract.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/extract.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/fields.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/fields.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/filters.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/filters.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/find.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/find.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/getset.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/getset.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/insert.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/insert.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/java.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/java.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/loaddefs.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/map.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/map.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/mode.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/semantic.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/semantic.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/srt-mode.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/srt-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/srt-wy.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/srt-wy.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/srt.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/srt.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/table.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/table.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/template.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/template.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/texi.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/texi.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/character-fold.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/character-fold.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/chistory.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/chistory.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cmuscheme.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cmuscheme.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/color.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/color.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/comint.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/comint.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/completion.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/completion.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/strokes.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/misearch.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/hexl.el +%%DATADIR%%/%%EMACS_VER%%/lisp/composite.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/composite.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cus-dep.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/cus-dep.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/widget.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/lpr.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/font-lock.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/mb-depth.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/fringe.el -%%DATADIR%%/%%EMACS_VER%%/lisp/macros.el -%%DATADIR%%/%%EMACS_VER%%/lisp/subdirs.el -%%DATADIR%%/%%EMACS_VER%%/lisp/htmlfontify.el -%%DATADIR%%/%%EMACS_VER%%/lisp/dynamic-setting.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/minibuffer.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cus-edit.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cus-edit.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cus-face.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cus-face.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cus-load.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cus-start.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cus-start.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cus-theme.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/cus-theme.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/custom.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/custom.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/dabbrev.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/dabbrev.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/delim-col.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/delim-col.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/delsel.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/delsel.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/descr-text.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/descr-text.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/desktop.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/desktop.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/dframe.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/dframe.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/dired-aux.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/dired-aux.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/novice.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/dired-x.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/dired-x.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/dired.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/dired.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/dirtrack.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/dirtrack.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/disp-table.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/disp-table.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/dnd.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/dnd.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/doc-view.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/doc-view.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/dom.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/dom.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/dos-fns.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/dos-fns.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/dos-vars.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/dos-vars.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/dos-w32.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/dos-w32.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/double.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/double.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/dynamic-setting.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/dynamic-setting.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/ebuff-menu.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/ebuff-menu.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/echistory.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/echistory.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/edmacro.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/edmacro.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/ehelp.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/ehelp.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/elec-pair.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/elec-pair.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/novice.el -%%DATADIR%%/%%EMACS_VER%%/lisp/pcmpl-unix.el -%%DATADIR%%/%%EMACS_VER%%/lisp/battery.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/allout.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/desktop.el -%%DATADIR%%/%%EMACS_VER%%/lisp/pcomplete.el -%%DATADIR%%/%%EMACS_VER%%/lisp/tooltip.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnml.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/rfc2047.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-mh.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-util.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-cus.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nntp.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/electric.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/electric.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/elide-head.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/elide-head.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/advice.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/advice.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/autoload.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/autoload.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/avl-tree.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/avl-tree.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/backquote.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/backquote.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/benchmark.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/benchmark.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/bindat.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/bindat.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/byte-opt.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/byte-opt.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/byte-run.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/byte-run.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/bytecomp.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/bytecomp.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/cconv.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/cconv.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/chart.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/chart.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/check-declare.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/check-declare.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/checkdoc.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/checkdoc.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/cl-extra.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/cl-extra.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/cl-generic.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/cl-generic.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/cl-indent.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/cl-indent.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/cl-lib.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/cl-lib.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/cl-loaddefs.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/cl-macs.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/cl-macs.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/cl-preloaded.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/cl-preloaded.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/cl-seq.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/cl-seq.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/cl.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/cl.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/copyright.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/copyright.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/crm.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/crm.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/cursor-sensor.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/cursor-sensor.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/debug.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/debug.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/derived.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/derived.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/disass.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/disass.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/easy-mmode.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/easy-mmode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/easymenu.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/easymenu.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/edebug.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/edebug.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/eieio-base.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/eieio-base.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/eieio-compat.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/eieio-compat.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/eieio-core.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/eieio-core.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/eieio-custom.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/eieio-custom.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/eieio-datadebug.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/eieio-datadebug.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/eieio-opt.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/eieio-opt.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/eieio-speedbar.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/eieio-speedbar.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/eieio.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/eieio.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/eldoc.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/eldoc.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/elint.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/elint.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/elp.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/elp.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/ert-x.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/ert-x.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/ert.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/ert.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/ewoc.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/ewoc.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/find-func.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/find-func.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/float-sup.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/float-sup.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/generator.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/generator.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/generic.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/generic.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/gv.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/gv.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/helper.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/helper.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/inline.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/inline.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/let-alist.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/let-alist.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/lisp-mnt.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/lisp-mnt.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/lisp-mode.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/lisp-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/lisp.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/lisp.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/macroexp.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/macroexp.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/map-ynp.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/map-ynp.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/map.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/map.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/nadvice.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/nadvice.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/package-x.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/package-x.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/package.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/package.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/pcase.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/pcase.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/pp.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/pp.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/re-builder.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/re-builder.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/regexp-opt.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/regexp-opt.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/regi.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/regi.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/ring.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/ring.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/rx.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/rx.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/seq.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/seq.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/shadow.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/shadow.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/smie.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/smie.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/subr-x.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/subr-x.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/syntax.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/syntax.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/tabulated-list.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/tabulated-list.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/tcover-ses.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/tcover-ses.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/tcover-unsafep.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/tcover-unsafep.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/testcover.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/testcover.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/thunk.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/thunk.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/timer.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/timer.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/tq.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/tq.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/trace.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/trace.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/unsafep.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/unsafep.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/warnings.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/warnings.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lock.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lock.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/cua-base.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/cua-base.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/cua-gmrk.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/cua-gmrk.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/cua-rect.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/cua-rect.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/edt-lk201.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/edt-lk201.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/edt-mapper.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/edt-mapper.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/edt-pc.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/edt-pc.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/edt-vt100.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/edt-vt100.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/edt.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/edt.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/keypad.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/keypad.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/viper-cmd.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/viper-cmd.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/viper-ex.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/viper-ex.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/viper-init.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/viper-init.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/viper-keym.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/viper-keym.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/viper-macs.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/viper-macs.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/viper-mous.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/viper-mous.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/viper-util.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/viper-util.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/viper.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/viper.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/env.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/env.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/epa-dired.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/epa-dired.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/epa-file.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/epa-file.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/epa-hook.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/epa-hook.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/epa-mail.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/epa-mail.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/epa.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/epa.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/epg-config.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/epg-config.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/epg.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/epg.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-autoaway.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-autoaway.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-backend.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-backend.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-button.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-button.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-capab.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-capab.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-compat.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-compat.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-dcc.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-dcc.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-desktop-notifications.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-desktop-notifications.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-ezbounce.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-ezbounce.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-fill.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-fill.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-goodies.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-goodies.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-ibuffer.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-ibuffer.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-identd.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-identd.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-imenu.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-imenu.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-join.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-join.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-lang.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-lang.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-list.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-list.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-log.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-log.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-match.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-match.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-menu.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-menu.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-netsplit.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-netsplit.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-networks.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-networks.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-notify.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-notify.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-page.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-page.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-pcomplete.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-pcomplete.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-replace.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-replace.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-ring.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-ring.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-services.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-services.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-sound.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-sound.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-speedbar.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-speedbar.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-spelling.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-spelling.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-stamp.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-stamp.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-track.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-track.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-truncate.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-truncate.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-xdcc.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-xdcc.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-alias.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-alias.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-banner.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-banner.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-basic.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-basic.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-cmpl.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-cmpl.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-dirs.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-dirs.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-glob.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-glob.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-hist.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-hist.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-ls.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-ls.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-pred.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-pred.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-prompt.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-prompt.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-rebind.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-rebind.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-script.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-script.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-smart.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-smart.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-term.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-term.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-tramp.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-tramp.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-unix.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-unix.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-xtra.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-xtra.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/esh-arg.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/esh-arg.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/esh-cmd.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/esh-cmd.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/esh-ext.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/esh-ext.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/esh-groups.el +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/esh-io.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/esh-io.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/esh-mode.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/esh-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/esh-module.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/esh-module.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/esh-opt.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/esh-opt.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/esh-proc.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/esh-proc.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/esh-util.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/esh-util.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/esh-var.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/esh-var.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/eshell.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/eshell.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/expand.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/expand.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/ezimage.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/ezimage.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/face-remap.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/face-remap.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/facemenu.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/facemenu.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/faces.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/faces.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/ffap.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/ffap.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/filecache.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/filecache.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/filenotify.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/filenotify.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/files-x.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/files-x.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/files.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/files.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/filesets.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/filesets.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/find-cmd.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/find-cmd.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/find-dired.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/find-dired.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/find-file.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/find-file.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/find-lisp.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/find-lisp.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/finder-inf.el +%%DATADIR%%/%%EMACS_VER%%/lisp/finder.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/finder.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/flow-ctrl.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/flow-ctrl.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/foldout.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/foldout.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/follow.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/follow.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/font-core.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/font-core.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/font-lock.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/font-lock.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/format-spec.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/format-spec.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/format.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/format.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/forms.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/forms.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/frame.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/frame.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/frameset.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/frameset.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/fringe.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/fringe.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/generic-x.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/generic-x.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/.dir-locals.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/auth-source.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/auth-source.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/canlock.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/canlock.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/compface.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/compface.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/deuglify.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/deuglify.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/ecomplete.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/ecomplete.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/flow-fill.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/flow-fill.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gmm-utils.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gmm-utils.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-agent.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-agent.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-art.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-art.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-async.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-async.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-bcklg.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-bcklg.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-bookmark.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-bookmark.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-cache.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-cache.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-cus.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/utf7.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-notifications.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-cloud.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-cite.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-cite.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-cloud.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-cloud.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-cus.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-cus.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-delay.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-delay.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-demon.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-demon.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-diary.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-diary.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-dired.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-dired.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-draft.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-draft.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-dup.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-dup.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnimap.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/yenc.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-start.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/spam-stat.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mml-sec.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mm-uu.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-sync.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mail-source.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-async.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnmaildir.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/spam.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/compface.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/ecomplete.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-eform.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-eform.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-ems.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-ems.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-fun.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-fun.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-gravatar.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-gravatar.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-group.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-group.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-html.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-html.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-icalendar.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-icalendar.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-int.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-int.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/starttls.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/flow-fill.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-sieve.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-diary.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mm-view.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-bookmark.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/ietf-drums.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-logic.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/ecomplete.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/auth-source.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnoo.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-ems.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-kill.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-kill.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-logic.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-logic.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-mh.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-mh.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-ml.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-ml.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-mlspl.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-mlspl.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-bcklg.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gssapi.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-srvr.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnheader.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnregistry.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/smime.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnml.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnmail.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnmbox.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-start.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-msg.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-msg.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-notifications.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-notifications.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-picon.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-picon.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/message.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/score-mode.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/rtree.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnir.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-delay.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-range.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-range.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-registry.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-registry.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-salt.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-salt.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-score.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-score.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-sieve.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-sieve.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-spec.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-spec.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-srvr.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-srvr.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-start.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-start.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-sum.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-sum.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-win.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-util.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-range.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-sync.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-sync.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-topic.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-topic.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-undo.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-undo.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-util.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-util.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-uu.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-uu.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-vm.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-vm.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-win.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-win.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gravatar.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gravatar.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gssapi.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gssapi.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/html2text.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/html2text.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/ietf-drums.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/ietf-drums.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/legacy-gnus-agent.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/legacy-gnus-agent.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mail-parse.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mail-parse.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mail-prsvr.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mail-prsvr.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-icalendar.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnbabyl.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnmh.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-group.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-cache.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nntp.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnagent.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-demon.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-agent.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mml-smime.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-undo.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-gravatar.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnnil.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gravatar.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mml2015.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nndraft.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nndir.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/spam-report.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-cloud.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mail-source.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mail-source.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mailcap.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mailcap.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/message.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/message.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/messcompat.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/messcompat.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mm-archive.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mm-archive.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnrss.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-eform.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mm-bodies.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mm-bodies.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mm-decode.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mm-decode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mm-encode.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mm-encode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mm-extern.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mm-extern.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/flow-fill.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-kill.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-picon.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnspool.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/legacy-gnus-agent.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnweb.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mm-partial.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mm-partial.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mm-url.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mm-url.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mml-smime.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnheader.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nndoc.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/rtree.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/utf7.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/sieve-mode.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mailcap.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/ietf-drums.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-vm.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/rfc2231.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/messcompat.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/html2text.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-bcklg.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnfolder.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/qp.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-html.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nneething.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mm-util.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mm-util.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mm-uu.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mm-uu.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mm-view.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mm-view.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mml-sec.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mml-sec.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mml-smime.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mml-smime.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mml.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mml.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mml1991.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mml1991.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mml2015.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mml2015.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnagent.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnagent.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnbabyl.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnbabyl.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/auth-source.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-cite.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-agent.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnmairix.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mm-util.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mm-encode.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gmm-utils.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/sieve.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-gravatar.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/canlock.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mm-decode.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mml.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/compface.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnnil.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nndiary.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nndiary.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nndir.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nndir.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nndoc.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nndoc.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nndraft.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nndraft.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nneething.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nneething.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/spam.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/registry.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/registry.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-bookmark.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/spam-report.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-vm.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-dired.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-ml.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mailcap.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnweb.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-spec.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnrss.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mm-view.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/pop3.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/canlock.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-draft.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/pop3.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-win.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mail-parse.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-notifications.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-topic.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-art.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/yenc.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-registry.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-dup.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/message.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-async.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mail-parse.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mm-partial.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/html2text.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-msg.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/rfc1843.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-kill.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-eform.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/sieve.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-score.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-sync.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/sieve-mode.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mail-source.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-int.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mail-prsvr.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/deuglify.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-registry.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/legacy-gnus-agent.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/rfc2231.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnoo.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mm-uu.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-demon.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/plstore.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnfolder.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnfolder.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nngateway.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nngateway.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-group.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gravatar.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-dired.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-html.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnagent.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mml1991.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnir.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/spam-wash.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-draft.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnheader.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnheader.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnimap.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnimap.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-ems.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/rfc2045.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nndraft.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-fun.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-sum.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mm-extern.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mml2015.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/sieve-manage.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnmaildir.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnregistry.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mml1991.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-mlspl.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nndoc.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnspool.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnvirtual.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnir.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnir.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnmail.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnmail.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-srvr.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnfolder.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnmaildir.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnmaildir.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnmairix.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnmairix.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/plstore.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-uu.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-salt.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mm-bodies.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/score-mode.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/smiley.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-msg.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-icalendar.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/rfc2045.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-salt.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/starttls.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-cite.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-diary.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/rfc1843.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-score.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/spam-stat.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/.dir-locals.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-range.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mm-decode.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mml-sec.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nndiary.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-delay.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mm-bodies.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mm-encode.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/sieve-manage.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-ml.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gssapi.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mm-url.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-undo.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnmbox.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnmbox.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnmh.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnmh.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mml.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nndir.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mm-util.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nndiary.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnml.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnml.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnnil.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnnil.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnoo.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnoo.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnregistry.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnregistry.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnrss.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnrss.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnspool.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnspool.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nntp.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nntp.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnvirtual.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnvirtual.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnweb.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnweb.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/plstore.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/plstore.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/pop3.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/pop3.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/qp.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/gnus/qp.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/registry.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/registry.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/rfc1843.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/rfc1843.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/rfc2045.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/rfc2045.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/rfc2047.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/rfc2047.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/rfc2231.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/rfc2231.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/rtree.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/rtree.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/score-mode.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/score-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/sieve-manage.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/sieve-manage.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/sieve-mode.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/sieve-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/sieve.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/sieve.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/smiley.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/smiley.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/smime.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/gnus/smime.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mm-archive.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/messcompat.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-spec.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-logic.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/smiley.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-fun.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/rfc2047.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/deuglify.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mm-partial.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-sieve.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nngateway.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-topic.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-art.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gmm-utils.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/spam-report.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/spam-report.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/spam-stat.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/spam-stat.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/spam-wash.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/gnus/spam-wash.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnmbox.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-mh.el -%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnvirtual.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/pcmpl-linux.el -%%DATADIR%%/%%EMACS_VER%%/lisp/help-mode.el -%%DATADIR%%/%%EMACS_VER%%/lisp/md4.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/spam.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/spam.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/starttls.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/starttls.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/utf7.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/utf7.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/yenc.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/yenc.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gs.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/gs.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/help-at-pt.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/help-at-pt.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/help-fns.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/help-fns.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/help-macro.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/help-macro.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/minibuf-eldef.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/flow-ctrl.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/makesum.el -%%DATADIR%%/%%EMACS_VER%%/lisp/epa-dired.el -%%DATADIR%%/%%EMACS_VER%%/lisp/repeat.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/password-cache.el -%%DATADIR%%/%%EMACS_VER%%/lisp/fringe.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/delsel.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cus-load.el -%%DATADIR%%/%%EMACS_VER%%/lisp/savehist.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/dos-fns.el -%%DATADIR%%/%%EMACS_VER%%/lisp/ps-print.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/bindings.el -%%DATADIR%%/%%EMACS_VER%%/lisp/x-dnd.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/descr-text.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/tool-bar.el -%%DATADIR%%/%%EMACS_VER%%/lisp/COPYING -%%DATADIR%%/%%EMACS_VER%%/lisp/simple.el -%%DATADIR%%/%%EMACS_VER%%/lisp/ps-def.el -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/dns-mode.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/table.el -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/ispell.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/picture.el -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/text-mode.el -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/nroff-mode.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/reftex-global.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/tex-mode.el -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/reftex-sel.el -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/refbib.el -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/refbib.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/texinfmt.el -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/bibtex.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/flyspell.el -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/makeinfo.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/css-mode.el -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/reftex.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/reftex-cite.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/artist.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/reftex-toc.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/reftex-index.el -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/reftex-dcr.el -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/page.el -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/fill.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/refer.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/bibtex-style.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/conf-mode.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/flyspell.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/reftex-dcr.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/tex-mode.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/rst.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/reftex-sel.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/enriched.el -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/picture.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/texinfo.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/conf-mode.el -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/reftex-parse.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/fill.el -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/bibtex-style.el -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/reftex-parse.el -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/refill.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/ispell.el -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/reftex-cite.el -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/refill.el -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/bib-mode.el -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/page.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/rst.el -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/sgml-mode.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/paragraphs.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/tildify.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/reftex-auc.el -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/tildify.el -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/reftex-index.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/makeinfo.el -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/reftex-ref.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/reftex-vars.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/page-ext.el -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/reftex-ref.el -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/enriched.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/table.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/artist.el -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/reftex.el -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/two-column.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/reftex-auc.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/text-mode.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/po.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/texinfmt.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/remember.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/remember.el -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/texnfo-upd.el -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/reftex-vars.el -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/css-mode.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/paragraphs.el -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/nroff-mode.el -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/bib-mode.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/refer.el -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/sgml-mode.el -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/texinfo.el -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/bibtex.el -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/underline.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/two-column.el -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/page-ext.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/texnfo-upd.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/po.el -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/underline.el -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/reftex-global.el -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/dns-mode.el -%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/reftex-toc.el -%%DATADIR%%/%%EMACS_VER%%/lisp/profiler.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/loadhist.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/echistory.el -%%DATADIR%%/%%EMACS_VER%%/lisp/man.el -%%DATADIR%%/%%EMACS_VER%%/lisp/notifications.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/loadup.el -%%DATADIR%%/%%EMACS_VER%%/lisp/chistory.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/skeleton.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/indent.el -%%DATADIR%%/%%EMACS_VER%%/lisp/dirtrack.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/custom.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/widget.el -%%DATADIR%%/%%EMACS_VER%%/lisp/ielm.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/msb.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/dos-vars.el -%%DATADIR%%/%%EMACS_VER%%/lisp/soundex.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/pcmpl-cvs.el -%%DATADIR%%/%%EMACS_VER%%/lisp/button.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/allout-widgets.el -%%DATADIR%%/%%EMACS_VER%%/lisp/bookmark.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/info.el -%%DATADIR%%/%%EMACS_VER%%/lisp/scroll-bar.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/button.el -%%DATADIR%%/%%EMACS_VER%%/lisp/dframe.el -%%DATADIR%%/%%EMACS_VER%%/lisp/view.el -%%DATADIR%%/%%EMACS_VER%%/lisp/saveplace.el -%%DATADIR%%/%%EMACS_VER%%/lisp/image-dired.el -%%DATADIR%%/%%EMACS_VER%%/lisp/soundex.el -%%DATADIR%%/%%EMACS_VER%%/lisp/font-lock.el -%%DATADIR%%/%%EMACS_VER%%/lisp/frame.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/rng-util.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/rng-xsd.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/nxml-uchnm.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/xsd-regexp.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/rng-xsd.el -%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/xsd-regexp.el -%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/nxml-maint.el -%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/rng-loc.el -%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/xmltok.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/nxml-outln.el -%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/rng-util.el -%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/rng-parse.el -%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/nxml-parse.el -%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/rng-pttrn.el -%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/nxml-glyph.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/nxml-parse.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/rng-pttrn.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/rng-maint.el -%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/nxml-util.el -%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/rng-cmpct.el -%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/nxml-mode.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/rng-match.el -%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/nxml-rap.el -%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/rng-match.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/rng-loc.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/rng-parse.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/nxml-util.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/nxml-rap.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/nxml-uchnm.el -%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/nxml-mode.el -%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/rng-valid.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/xmltok.el -%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/nxml-ns.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/rng-nxml.el -%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/rng-maint.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/nxml-glyph.el -%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/rng-uri.el -%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/nxml-outln.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/rng-valid.el -%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/nxml-ns.el -%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/rng-uri.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/nxml-enc.el -%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/nxml-maint.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/rng-nxml.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/nxml-enc.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/rng-dt.el -%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/rng-cmpct.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/rng-dt.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/term.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/filecache.el -%%DATADIR%%/%%EMACS_VER%%/lisp/epa-mail.el -%%DATADIR%%/%%EMACS_VER%%/lisp/windmove.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/hl-line.el -%%DATADIR%%/%%EMACS_VER%%/lisp/talk.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/rot13.el -%%DATADIR%%/%%EMACS_VER%%/lisp/completion.el -%%DATADIR%%/%%EMACS_VER%%/lisp/ruler-mode.el -%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/esh-var.el -%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-cmpl.el -%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/esh-proc.el -%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/esh-arg.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-pred.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-smart.el -%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/esh-ext.el -%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-xtra.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/esh-module.el -%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/esh-mode.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-unix.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-alias.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-ls.el -%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/esh-util.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/esh-ext.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-prompt.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-basic.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/esh-mode.el -%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-tramp.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-smart.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-xtra.el -%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/esh-io.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-ls.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-glob.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-unix.el -%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-hist.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/esh-module.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/esh-cmd.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/esh-var.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-script.el -%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/esh-arg.el -%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-alias.el -%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/esh-cmd.el -%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/esh-util.el -%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/eshell.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/esh-opt.el -%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-dirs.el -%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-banner.el -%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-hist.el -%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-glob.el -%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/esh-groups.el -%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/eshell.el -%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-rebind.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-dirs.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-term.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-cmpl.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-pred.el -%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/esh-io.el -%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-banner.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/esh-opt.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-tramp.el -%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/esh-proc.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-script.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-rebind.el -%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-term.el -%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-prompt.el -%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-basic.el -%%DATADIR%%/%%EMACS_VER%%/lisp/thumbs.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cmuscheme.el -%%DATADIR%%/%%EMACS_VER%%/lisp/abbrev.el -%%DATADIR%%/%%EMACS_VER%%/lisp/recentf.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/format-spec.el -%%DATADIR%%/%%EMACS_VER%%/lisp/ehelp.el +%%DATADIR%%/%%EMACS_VER%%/lisp/help-mode.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/help-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/help.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/help.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/hex-util.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/hex-util.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/hexl.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/hexl.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/hfy-cmap.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/hfy-cmap.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/hi-lock.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/hi-lock.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/hilit-chg.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/hilit-chg.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/menu-bar.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/json.el -%%DATADIR%%/%%EMACS_VER%%/lisp/calculator.el -%%DATADIR%%/%%EMACS_VER%%/lisp/tooltip.el -%%DATADIR%%/%%EMACS_VER%%/lisp/buff-menu.el -%%DATADIR%%/%%EMACS_VER%%/lisp/epa.el -%%DATADIR%%/%%EMACS_VER%%/lisp/international/ucs-normalize.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/international/titdic-cnv.el -%%DATADIR%%/%%EMACS_VER%%/lisp/international/mule-cmds.el -%%DATADIR%%/%%EMACS_VER%%/lisp/international/ja-dic-cnv.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/international/mule.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/international/ogonek.el -%%DATADIR%%/%%EMACS_VER%%/lisp/international/mule-conf.el -%%DATADIR%%/%%EMACS_VER%%/lisp/international/fontset.el -%%DATADIR%%/%%EMACS_VER%%/lisp/international/uni-mirrored.el +%%DATADIR%%/%%EMACS_VER%%/lisp/hippie-exp.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/hippie-exp.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/hl-line.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/hl-line.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/htmlfontify.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/htmlfontify.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/ibuf-ext.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/ibuf-ext.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/ibuf-macs.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/ibuf-macs.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/ibuffer.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/ibuffer.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/icomplete.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/icomplete.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/ido.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/ido.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/ielm.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/ielm.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/iimage.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/iimage.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/image-dired.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/image-dired.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/image-file.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/image-file.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/image-mode.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/image-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/image.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/image.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/imenu.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/imenu.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/indent.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/indent.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/info-look.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/info-look.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/info-xref.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/info-xref.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/info.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/info.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/informat.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/informat.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/international/README +%%DATADIR%%/%%EMACS_VER%%/lisp/international/ccl.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/international/ccl.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/international/characters.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/international/characters.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/international/charprop.el +%%DATADIR%%/%%EMACS_VER%%/lisp/international/charscript.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/international/charscript.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/international/cp51932.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/international/cp51932.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/international/eucjp-ms.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/international/eucjp-ms.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/international/fontset.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/international/fontset.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/international/isearch-x.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/international/isearch-x.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/international/iso-ascii.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/international/iso-ascii.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/international/iso-cvt.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/international/iso-cvt.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/international/uni-titlecase.el +%%DATADIR%%/%%EMACS_VER%%/lisp/international/iso-transl.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/international/iso-transl.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/international/ja-dic-cnv.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/international/ja-dic-cnv.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/international/ja-dic-utl.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/international/ja-dic-utl.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/international/kinsoku.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/international/kinsoku.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/international/kkc.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/international/kkc.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/international/latexenc.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/international/latexenc.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/international/latin1-disp.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/international/latin1-disp.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/international/mule-cmds.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/international/mule-cmds.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/international/mule-conf.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/international/mule-conf.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/international/mule-diag.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/international/mule-diag.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/international/uni-decimal.el -%%DATADIR%%/%%EMACS_VER%%/lisp/international/titdic-cnv.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/international/uni-name.el -%%DATADIR%%/%%EMACS_VER%%/lisp/international/iso-cvt.el -%%DATADIR%%/%%EMACS_VER%%/lisp/international/uni-decomposition.el -%%DATADIR%%/%%EMACS_VER%%/lisp/international/characters.el -%%DATADIR%%/%%EMACS_VER%%/lisp/international/mule-util.el -%%DATADIR%%/%%EMACS_VER%%/lisp/international/kkc.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/international/uni-old-name.el -%%DATADIR%%/%%EMACS_VER%%/lisp/international/utf-7.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/international/eucjp-ms.el -%%DATADIR%%/%%EMACS_VER%%/lisp/international/mule-diag.el -%%DATADIR%%/%%EMACS_VER%%/lisp/international/uni-numeric.el +%%DATADIR%%/%%EMACS_VER%%/lisp/international/mule-util.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/international/mule-util.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/international/uni-comment.el -%%DATADIR%%/%%EMACS_VER%%/lisp/international/uni-category.el -%%DATADIR%%/%%EMACS_VER%%/lisp/international/latin1-disp.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/international/ccl.el +%%DATADIR%%/%%EMACS_VER%%/lisp/international/mule.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/international/mule.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/international/ogonek.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/international/ogonek.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/international/kinsoku.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/international/uni-combining.el -%%DATADIR%%/%%EMACS_VER%%/lisp/international/uni-bidi.el -%%DATADIR%%/%%EMACS_VER%%/lisp/international/iso-ascii.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/international/mule-conf.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/international/cp51932.el -%%DATADIR%%/%%EMACS_VER%%/lisp/international/iso-transl.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/international/ccl.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/international/uni-brackets.el -%%DATADIR%%/%%EMACS_VER%%/lisp/international/uni-uppercase.el -%%DATADIR%%/%%EMACS_VER%%/lisp/international/ja-dic-utl.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/international/iso-ascii.el +%%DATADIR%%/%%EMACS_VER%%/lisp/international/quail.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/international/quail.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/international/ja-dic-cnv.el -%%DATADIR%%/%%EMACS_VER%%/lisp/international/kkc.el -%%DATADIR%%/%%EMACS_VER%%/lisp/international/mule.el -%%DATADIR%%/%%EMACS_VER%%/lisp/international/iso-transl.el -%%DATADIR%%/%%EMACS_VER%%/lisp/international/uni-lowercase.el -%%DATADIR%%/%%EMACS_VER%%/lisp/international/quail.el -%%DATADIR%%/%%EMACS_VER%%/lisp/international/README -%%DATADIR%%/%%EMACS_VER%%/lisp/international/utf-7.el -%%DATADIR%%/%%EMACS_VER%%/lisp/international/charprop.el +%%DATADIR%%/%%EMACS_VER%%/lisp/international/robin.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/international/robin.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/international/latexenc.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/international/ja-dic-utl.el -%%DATADIR%%/%%EMACS_VER%%/lisp/international/kinsoku.el +%%DATADIR%%/%%EMACS_VER%%/lisp/international/titdic-cnv.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/international/titdic-cnv.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/international/ucs-normalize.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/international/ucs-normalize.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/international/uni-bidi.el +%%DATADIR%%/%%EMACS_VER%%/lisp/international/uni-brackets.el +%%DATADIR%%/%%EMACS_VER%%/lisp/international/uni-category.el +%%DATADIR%%/%%EMACS_VER%%/lisp/international/uni-combining.el +%%DATADIR%%/%%EMACS_VER%%/lisp/international/uni-comment.el +%%DATADIR%%/%%EMACS_VER%%/lisp/international/uni-decimal.el +%%DATADIR%%/%%EMACS_VER%%/lisp/international/uni-decomposition.el %%DATADIR%%/%%EMACS_VER%%/lisp/international/uni-digit.el -%%DATADIR%%/%%EMACS_VER%%/lisp/international/latin1-disp.el -%%DATADIR%%/%%EMACS_VER%%/lisp/international/isearch-x.el -%%DATADIR%%/%%EMACS_VER%%/lisp/international/latexenc.el -%%DATADIR%%/%%EMACS_VER%%/lisp/international/characters.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/international/robin.el -%%DATADIR%%/%%EMACS_VER%%/lisp/international/ucs-normalize.el -%%DATADIR%%/%%EMACS_VER%%/lisp/rfn-eshadow.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/dynamic-setting.el -%%DATADIR%%/%%EMACS_VER%%/lisp/simple.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/register.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/hfy-cmap.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/array.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/ibuf-ext.el -%%DATADIR%%/%%EMACS_VER%%/lisp/pcmpl-x.el -%%DATADIR%%/%%EMACS_VER%%/lisp/tabify.el -%%DATADIR%%/%%EMACS_VER%%/lisp/foldout.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/generic-x.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/dired-aux.el -%%DATADIR%%/%%EMACS_VER%%/lisp/startup.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/shadowfile.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/type-break.el -%%DATADIR%%/%%EMACS_VER%%/lisp/scroll-all.el -%%DATADIR%%/%%EMACS_VER%%/lisp/color.el -%%DATADIR%%/%%EMACS_VER%%/lisp/shell.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cdl.el -%%DATADIR%%/%%EMACS_VER%%/lisp/epg-config.el -%%DATADIR%%/%%EMACS_VER%%/lisp/mpc.el -%%DATADIR%%/%%EMACS_VER%%/lisp/help-at-pt.el -%%DATADIR%%/%%EMACS_VER%%/lisp/help-at-pt.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/pcmpl-linux.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/international/uni-lowercase.el +%%DATADIR%%/%%EMACS_VER%%/lisp/international/uni-mirrored.el +%%DATADIR%%/%%EMACS_VER%%/lisp/international/uni-name.el +%%DATADIR%%/%%EMACS_VER%%/lisp/international/uni-numeric.el +%%DATADIR%%/%%EMACS_VER%%/lisp/international/uni-old-name.el +%%DATADIR%%/%%EMACS_VER%%/lisp/international/uni-titlecase.el +%%DATADIR%%/%%EMACS_VER%%/lisp/international/uni-uppercase.el +%%DATADIR%%/%%EMACS_VER%%/lisp/international/utf-7.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/international/utf-7.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/isearch.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/isearch.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/ls-lisp.el +%%DATADIR%%/%%EMACS_VER%%/lisp/isearchb.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/isearchb.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/jit-lock.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/jit-lock.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/jka-cmpr-hook.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/jka-cmpr-hook.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/jka-compr.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/jka-compr.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/json.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/json.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/kermit.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/kermit.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/kmacro.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/kmacro.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/doc-view.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/userlock.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/strokes.el +%%DATADIR%%/%%EMACS_VER%%/lisp/language/burmese.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/language/burmese.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/language/cham.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/language/cham.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/language/china-util.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/language/china-util.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/language/chinese.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/language/chinese.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/language/cyril-util.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/language/cyril-util.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/language/cyrillic.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/language/cyrillic.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/language/czech.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/language/czech.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/language/english.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/language/english.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/language/ethio-util.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/language/ethio-util.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/language/ethiopic.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/language/ethiopic.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/language/european.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/language/european.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/language/georgian.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/language/georgian.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/language/greek.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/language/greek.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/language/hanja-util.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/language/hanja-util.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/language/hebrew.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/language/hebrew.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/language/ind-util.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/language/ind-util.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/language/indian.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/language/indian.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/language/japan-util.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/language/japan-util.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/language/japanese.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/language/japanese.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/language/khmer.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/language/khmer.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/language/korea-util.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/language/korea-util.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/language/korean.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/language/korean.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/language/lao-util.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/language/lao-util.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/language/lao.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/language/lao.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/language/misc-lang.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/language/misc-lang.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/language/romanian.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/language/romanian.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/language/sinhala.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/language/sinhala.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/language/slovak.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/language/slovak.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/language/tai-viet.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/language/tai-viet.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/language/thai-util.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/language/thai-util.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/language/thai-word.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/language/thai-word.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/language/thai.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/language/thai.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/language/tibet-util.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/language/tibet-util.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/language/tibetan.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/language/tibetan.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/language/tv-util.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/language/tv-util.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/language/utf-8-lang.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/language/utf-8-lang.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/language/viet-util.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/language/viet-util.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/language/vietnamese.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/language/vietnamese.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/ldefs-boot.el +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/ja-dic/ja-dic.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/ja-dic/ja-dic.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/leim-list.el +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/4Corner.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/4Corner.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/ARRAY30.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/ARRAY30.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/CCDOSPY.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/CCDOSPY.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/CTLau-b5.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/CTLau-b5.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/CTLau.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/CTLau.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/ECDICT.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/ECDICT.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/ETZY.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/ETZY.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/PY-b5.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/PY-b5.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/PY.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/PY.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/Punct-b5.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/Punct-b5.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/Punct.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/Punct.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/QJ-b5.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/QJ-b5.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/QJ.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/QJ.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/SW.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/SW.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/TONEPY.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/TONEPY.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/ZIRANMA.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/ZIRANMA.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/ZOZY.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/ZOZY.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/arabic.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/arabic.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/croatian.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/croatian.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/cyril-jis.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/cyril-jis.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/cyrillic.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/cyrillic.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/czech.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/czech.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/ethiopic.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/ethiopic.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/georgian.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/georgian.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/greek.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/greek.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/hangul.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/hangul.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/hanja-jis.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/hanja-jis.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/hanja.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/hanja.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/hanja3.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/hanja3.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/hebrew.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/hebrew.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/indian.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/indian.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/ipa-praat.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/ipa-praat.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/ipa.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/ipa.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/japanese.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/japanese.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/lao.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/lao.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/latin-alt.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/latin-alt.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/latin-ltx.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/latin-ltx.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/latin-post.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/latin-post.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/latin-pre.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/latin-pre.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/lrt.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/lrt.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/persian.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/persian.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/py-punct.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/py-punct.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/pypunct-b5.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/pypunct-b5.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/quick-b5.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/quick-b5.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/quick-cns.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/quick-cns.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/rfc1345.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/rfc1345.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/sgml-input.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/sgml-input.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/sisheng.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/sisheng.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/slovak.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/slovak.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/symbol-ksc.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/symbol-ksc.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/tamil-dvorak.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/tamil-dvorak.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/thai.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/thai.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/tibetan.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/tibetan.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/tsang-b5.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/tsang-b5.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/tsang-cns.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/tsang-cns.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/uni-input.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/uni-input.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/viqr.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/viqr.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/vntelex.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/vntelex.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/vnvni.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/vnvni.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/welsh.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/welsh.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/linum.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/linum.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/loaddefs.el +%%DATADIR%%/%%EMACS_VER%%/lisp/loadhist.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/loadhist.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/loadup.el +%%DATADIR%%/%%EMACS_VER%%/lisp/locate.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/locate.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/lpr.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/lpr.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/ls-lisp.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/ls-lisp.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/macros.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/macros.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/binhex.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/binhex.elc %%DATADIR%%/%%EMACS_VER%%/lisp/mail/blessmail.el -%%DATADIR%%/%%EMACS_VER%%/lisp/mail/mailclient.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/mail/rmailedit.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/mail/mailalias.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/mail/uudecode.el -%%DATADIR%%/%%EMACS_VER%%/lisp/mail/mail-utils.el -%%DATADIR%%/%%EMACS_VER%%/lisp/mail/footnote.el -%%DATADIR%%/%%EMACS_VER%%/lisp/mail/rfc2368.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/mail/hashcash.el -%%DATADIR%%/%%EMACS_VER%%/lisp/mail/smtpmail.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/mail/rmailedit.el -%%DATADIR%%/%%EMACS_VER%%/lisp/mail/unrmail.el -%%DATADIR%%/%%EMACS_VER%%/lisp/mail/rmailout.el -%%DATADIR%%/%%EMACS_VER%%/lisp/mail/uce.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/mail/hashcash.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/mail/rmail-spam-filter.el -%%DATADIR%%/%%EMACS_VER%%/lisp/mail/rmailmsc.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/mail/rmail.el -%%DATADIR%%/%%EMACS_VER%%/lisp/mail/rmailsum.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/mail/mailabbrev.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/mail/mailclient.el -%%DATADIR%%/%%EMACS_VER%%/lisp/mail/rfc2368.el -%%DATADIR%%/%%EMACS_VER%%/lisp/mail/rmailout.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/mail/metamail.el -%%DATADIR%%/%%EMACS_VER%%/lisp/mail/mail-utils.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/emacsbug.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/mail/emacsbug.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/mail/metamail.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/mail/mail-hist.el -%%DATADIR%%/%%EMACS_VER%%/lisp/mail/binhex.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/feedmail.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/feedmail.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/footnote.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/mail/footnote.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/mail/mailheader.el -%%DATADIR%%/%%EMACS_VER%%/lisp/mail/rmailkwd.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/mail/binhex.el -%%DATADIR%%/%%EMACS_VER%%/lisp/mail/supercite.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/mail/mailalias.el +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/hashcash.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/hashcash.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/mail-extr.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/mail/mail-extr.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/mail/rmailmsc.el -%%DATADIR%%/%%EMACS_VER%%/lisp/mail/rmail.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/mail/undigest.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/mail-hist.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/mail-hist.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/mail-utils.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/mail-utils.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/mailabbrev.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/mailabbrev.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/mailalias.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/mailalias.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/mailclient.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/mailclient.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/mailheader.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/mailheader.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/metamail.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/metamail.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/mspools.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/mail/mspools.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/mail/unrmail.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/mail/sendmail.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/mail/uce.el -%%DATADIR%%/%%EMACS_VER%%/lisp/mail/rfc822.el -%%DATADIR%%/%%EMACS_VER%%/lisp/mail/smtpmail.el -%%DATADIR%%/%%EMACS_VER%%/lisp/mail/supercite.el -%%DATADIR%%/%%EMACS_VER%%/lisp/mail/sendmail.el -%%DATADIR%%/%%EMACS_VER%%/lisp/mail/rmailkwd.el -%%DATADIR%%/%%EMACS_VER%%/lisp/mail/undigest.el +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/reporter.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/mail/reporter.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/mail/mailheader.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/mail/feedmail.el -%%DATADIR%%/%%EMACS_VER%%/lisp/mail/mailabbrev.el -%%DATADIR%%/%%EMACS_VER%%/lisp/mail/rmailmm.el -%%DATADIR%%/%%EMACS_VER%%/lisp/mail/mail-extr.el -%%DATADIR%%/%%EMACS_VER%%/lisp/mail/mspools.el +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/rfc2368.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/rfc2368.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/rfc822.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/mail/rfc822.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/mail/rmailsort.el -%%DATADIR%%/%%EMACS_VER%%/lisp/mail/reporter.el -%%DATADIR%%/%%EMACS_VER%%/lisp/mail/emacsbug.el -%%DATADIR%%/%%EMACS_VER%%/lisp/mail/mail-hist.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/mail/rmailsort.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/rmail-spam-filter.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/rmail-spam-filter.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/rmail.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/rmail.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/rmailedit.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/rmailedit.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/rmailkwd.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/rmailkwd.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/rmailmm.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/mail/rmailmm.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/mail/rmailsum.el +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/rmailmsc.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/rmailmsc.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/rmailout.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/rmailout.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/rmailsort.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/rmailsort.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/rmailsum.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/rmailsum.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/sendmail.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/sendmail.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/smtpmail.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/smtpmail.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/supercite.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/supercite.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/uce.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/uce.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/undigest.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/undigest.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/unrmail.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/unrmail.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/uudecode.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/mail/uudecode.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/mail/rmail-spam-filter.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/mail/feedmail.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/find-dired.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cus-edit.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/winner.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/time.el -%%DATADIR%%/%%EMACS_VER%%/lisp/filesets.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/bs.el -%%DATADIR%%/%%EMACS_VER%%/lisp/vt100-led.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/epg-config.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/info-xref.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/scroll-lock.el -%%DATADIR%%/%%EMACS_VER%%/lisp/allout.el -%%DATADIR%%/%%EMACS_VER%%/lisp/ps-bdf.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/w32-vars.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/ibuffer.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/epa-hook.el -%%DATADIR%%/%%EMACS_VER%%/lisp/icomplete.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/register.el -%%DATADIR%%/%%EMACS_VER%%/lisp/autorevert.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/ielm.el -%%DATADIR%%/%%EMACS_VER%%/lisp/ezimage.el -%%DATADIR%%/%%EMACS_VER%%/lisp/ffap.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/locate.el -%%DATADIR%%/%%EMACS_VER%%/lisp/term/bobcat.el -%%DATADIR%%/%%EMACS_VER%%/lisp/term/iris-ansi.el -%%DATADIR%%/%%EMACS_VER%%/lisp/term/xterm.el -%%DATADIR%%/%%EMACS_VER%%/lisp/term/sun.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/term/w32console.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/term/w32-win.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/term/README -%%DATADIR%%/%%EMACS_VER%%/lisp/term/AT386.el -%%DATADIR%%/%%EMACS_VER%%/lisp/term/vt200.el -%%DATADIR%%/%%EMACS_VER%%/lisp/term/pc-win.el -%%DATADIR%%/%%EMACS_VER%%/lisp/term/sun.el -%%DATADIR%%/%%EMACS_VER%%/lisp/term/wyse50.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/term/x-win.el -%%DATADIR%%/%%EMACS_VER%%/lisp/term/pc-win.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/term/rxvt.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/term/ns-win.el -%%DATADIR%%/%%EMACS_VER%%/lisp/term/ns-win.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/term/wyse50.el -%%DATADIR%%/%%EMACS_VER%%/lisp/term/internal.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/term/rxvt.el -%%DATADIR%%/%%EMACS_VER%%/lisp/term/w32console.el -%%DATADIR%%/%%EMACS_VER%%/lisp/term/linux.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/term/iris-ansi.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/term/cygwin.el -%%DATADIR%%/%%EMACS_VER%%/lisp/term/w32-win.el -%%DATADIR%%/%%EMACS_VER%%/lisp/term/xterm.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/term/tty-colors.el -%%DATADIR%%/%%EMACS_VER%%/lisp/term/x-win.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/term/tvi970.el -%%DATADIR%%/%%EMACS_VER%%/lisp/term/screen.el -%%DATADIR%%/%%EMACS_VER%%/lisp/term/cygwin.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/term/AT386.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/term/lk201.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/term/common-win.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/term/internal.el -%%DATADIR%%/%%EMACS_VER%%/lisp/term/vt200.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/term/vt100.el -%%DATADIR%%/%%EMACS_VER%%/lisp/term/tty-colors.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/term/vt100.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/term/screen.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/term/common-win.el -%%DATADIR%%/%%EMACS_VER%%/lisp/term/news.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/term/lk201.el -%%DATADIR%%/%%EMACS_VER%%/lisp/term/bobcat.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/term/news.el -%%DATADIR%%/%%EMACS_VER%%/lisp/term/linux.el -%%DATADIR%%/%%EMACS_VER%%/lisp/term/tvi970.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/desktop.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/rfn-eshadow.el -%%DATADIR%%/%%EMACS_VER%%/lisp/jit-lock.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/newcomment.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/lpr.el -%%DATADIR%%/%%EMACS_VER%%/lisp/midnight.el -%%DATADIR%%/%%EMACS_VER%%/lisp/mwheel.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/disp-table.el -%%DATADIR%%/%%EMACS_VER%%/lisp/dired.el -%%DATADIR%%/%%EMACS_VER%%/lisp/ps-mule.el -%%DATADIR%%/%%EMACS_VER%%/lisp/iimage.el -%%DATADIR%%/%%EMACS_VER%%/lisp/minibuffer.el -%%DATADIR%%/%%EMACS_VER%%/lisp/timezone.el -%%DATADIR%%/%%EMACS_VER%%/lisp/misearch.el -%%DATADIR%%/%%EMACS_VER%%/lisp/jit-lock.el -%%DATADIR%%/%%EMACS_VER%%/lisp/format.el -%%DATADIR%%/%%EMACS_VER%%/lisp/w32-fns.el -%%DATADIR%%/%%EMACS_VER%%/lisp/autoarg.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/timezone.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/allout-widgets.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/double.el -%%DATADIR%%/%%EMACS_VER%%/lisp/ibuf-ext.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/reposition.el -%%DATADIR%%/%%EMACS_VER%%/lisp/foldout.el -%%DATADIR%%/%%EMACS_VER%%/lisp/find-dired.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-filewise.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-filewise.el -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-src.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-src.el -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/compare-w.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/ediff-merg.el -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/pcvs-util.el -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/emerge.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/ediff-help.el -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-dav.el -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc.el -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-rcs.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-dispatcher.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/ediff-ptch.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/ediff-mult.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/add-log.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-annotate.el -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-sccs.el -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/pcvs-defs.el -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/pcvs.el -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/ediff-diff.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/ediff.el -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-dav.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/cvs-status.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-hooks.el -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-dir.el -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-rcs.el -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/ediff-vers.el -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-mtn.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/ediff.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-hg.el -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-svn.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/ediff-init.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/diff.el -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/pcvs-info.el -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/ediff-wind.el -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-cvs.el -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/ediff-merg.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/compare-w.el -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/ediff-init.el -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/pcvs-defs.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/log-edit.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/ediff-util.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-cvs.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/smerge-mode.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/pcvs-info.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-sccs.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/ediff-hook.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-hooks.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/cvs-status.el -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/ediff-hook.el -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/ediff-mult.el -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/emerge.el -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/pcvs.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/add-log.el -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-hg.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-bzr.el -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/smerge-mode.el -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/diff.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/log-edit.el -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-bzr.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-git.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/diff-mode.el -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/ediff-diff.el -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/ediff-ptch.el -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/pcvs-util.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-dispatcher.el -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/pcvs-parse.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-git.el -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/log-view.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/ediff-vers.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-mtn.el -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/pcvs-parse.el -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/ediff-wind.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/log-view.el -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/ediff-help.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-annotate.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/diff-mode.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-dir.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-svn.el -%%DATADIR%%/%%EMACS_VER%%/lisp/vc/ediff-util.el -%%DATADIR%%/%%EMACS_VER%%/lisp/find-file.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/term.el -%%DATADIR%%/%%EMACS_VER%%/lisp/files-x.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/finder.el -%%DATADIR%%/%%EMACS_VER%%/lisp/w32-fns.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/woman.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/recentf.el -%%DATADIR%%/%%EMACS_VER%%/lisp/loaddefs.el +%%DATADIR%%/%%EMACS_VER%%/lisp/makesum.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/makesum.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/man.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/man.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/master.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/master.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/abbrev.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/password-cache.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/ehelp.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/calculator.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/x-dnd.el -%%DATADIR%%/%%EMACS_VER%%/lisp/indent.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/linum.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/whitespace.el -%%DATADIR%%/%%EMACS_VER%%/lisp/mb-depth.el +%%DATADIR%%/%%EMACS_VER%%/lisp/mb-depth.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/mb-depth.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/md4.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/md4.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/menu-bar.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/menu-bar.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-acros.el +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-alias.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-alias.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-buffers.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-buffers.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-comp.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-comp.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-compat.el +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-e.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-e.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-folder.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-folder.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-funcs.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-funcs.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-gnus.el +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-identity.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-identity.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-inc.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-inc.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-junk.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-junk.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-letter.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-letter.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-limit.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-limit.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-loaddefs.el +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-mime.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-mime.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-print.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-print.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-scan.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-scan.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-search.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-search.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-seq.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-seq.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-show.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-show.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-speed.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-speed.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-thread.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-thread.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-tool-bar.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-tool-bar.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-utils.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-utils.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-xface.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-xface.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/midnight.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/midnight.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/minibuf-eldef.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/minibuf-eldef.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/minibuffer.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/minibuffer.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/misc.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/misc.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/misearch.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/misearch.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mouse-copy.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/mouse-copy.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mouse-drag.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/mouse-drag.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/wdired.el -%%DATADIR%%/%%EMACS_VER%%/lisp/htmlfontify.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/kermit.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/info-look.el -%%DATADIR%%/%%EMACS_VER%%/lisp/tabify.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/info.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/xml.el -%%DATADIR%%/%%EMACS_VER%%/lisp/filenotify.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/ps-samp.el -%%DATADIR%%/%%EMACS_VER%%/lisp/ebuff-menu.el -%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/time-date.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-bahai.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-iso.el -%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/time-date.el -%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-iso.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-mayan.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-china.el -%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-dst.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/calendar.el -%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-french.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-french.el -%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-islam.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-loaddefs.el -%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-julian.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/todo-mode.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-coptic.el -%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-islam.el -%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/lunar.el -%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/lunar.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-x.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-julian.el -%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/diary-lib.el -%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-html.el -%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/todo-mode.el -%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/solar.el -%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-persia.el -%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/timeclock.el -%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/parse-time.el -%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/holidays.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/appt.el -%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-tex.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-html.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/diary-lib.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/solar.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/holidays.el -%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-menu.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-menu.el -%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-move.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-bahai.el -%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/icalendar.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/parse-time.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-china.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/timeclock.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-hebrew.el -%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/icalendar.el -%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/calendar.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/hol-loaddefs.el -%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-dst.el -%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-hebrew.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/appt.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-persia.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-tex.el -%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-move.el -%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-mayan.el -%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/diary-loaddefs.el -%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-coptic.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-x.el -%%DATADIR%%/%%EMACS_VER%%/lisp/time-stamp.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/hfy-cmap.el -%%DATADIR%%/%%EMACS_VER%%/lisp/frameset.el -%%DATADIR%%/%%EMACS_VER%%/lisp/ibuf-macs.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/windmove.el -%%DATADIR%%/%%EMACS_VER%%/lisp/dos-vars.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/dired-x.el -%%DATADIR%%/%%EMACS_VER%%/lisp/filesets.el +%%DATADIR%%/%%EMACS_VER%%/lisp/mouse.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/mouse.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/talk.el -%%DATADIR%%/%%EMACS_VER%%/lisp/ffap.el -%%DATADIR%%/%%EMACS_VER%%/lisp/help.el -%%DATADIR%%/%%EMACS_VER%%/lisp/thumbs.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/misc.el -%%DATADIR%%/%%EMACS_VER%%/lisp/frame.el -%%DATADIR%%/%%EMACS_VER%%/lisp/expand.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/autorevert.el -%%DATADIR%%/%%EMACS_VER%%/lisp/image-file.el -%%DATADIR%%/%%EMACS_VER%%/lisp/replace.el -%%DATADIR%%/%%EMACS_VER%%/lisp/epa-mail.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/ses.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/arc-mode.el -%%DATADIR%%/%%EMACS_VER%%/lisp/files-x.el -%%DATADIR%%/%%EMACS_VER%%/lisp/tool-bar.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/subr.el -%%DATADIR%%/%%EMACS_VER%%/lisp/w32-vars.el -%%DATADIR%%/%%EMACS_VER%%/lisp/xt-mouse.el -%%DATADIR%%/%%EMACS_VER%%/lisp/pcmpl-gnu.el -%%DATADIR%%/%%EMACS_VER%%/lisp/imenu.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/uniquify.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cdl.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/custom.el -%%DATADIR%%/%%EMACS_VER%%/lisp/minibuf-eldef.el -%%DATADIR%%/%%EMACS_VER%%/lisp/image-mode.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/forms.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/frameset.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cus-dep.el -%%DATADIR%%/%%EMACS_VER%%/lisp/window.el -%%DATADIR%%/%%EMACS_VER%%/lisp/apropos.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cus-start.el -%%DATADIR%%/%%EMACS_VER%%/lisp/help-mode.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lock.el -%%DATADIR%%/%%EMACS_VER%%/lisp/ido.el -%%DATADIR%%/%%EMACS_VER%%/lisp/format-spec.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/shadowfile.el -%%DATADIR%%/%%EMACS_VER%%/lisp/ps-print.el -%%DATADIR%%/%%EMACS_VER%%/lisp/play/hanoi.el -%%DATADIR%%/%%EMACS_VER%%/lisp/play/zone.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/play/pong.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/play/cookie1.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/play/hanoi.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/play/animate.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/play/decipher.el -%%DATADIR%%/%%EMACS_VER%%/lisp/play/bubbles.el -%%DATADIR%%/%%EMACS_VER%%/lisp/play/life.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/play/spook.el -%%DATADIR%%/%%EMACS_VER%%/lisp/play/morse.el -%%DATADIR%%/%%EMACS_VER%%/lisp/play/dissociate.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/play/studly.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/play/life.el -%%DATADIR%%/%%EMACS_VER%%/lisp/play/snake.el -%%DATADIR%%/%%EMACS_VER%%/lisp/play/spook.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/play/dissociate.el -%%DATADIR%%/%%EMACS_VER%%/lisp/play/snake.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/play/tetris.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/play/fortune.el -%%DATADIR%%/%%EMACS_VER%%/lisp/play/5x5.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/play/solitaire.el -%%DATADIR%%/%%EMACS_VER%%/lisp/play/pong.el -%%DATADIR%%/%%EMACS_VER%%/lisp/play/blackbox.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/play/handwrite.el -%%DATADIR%%/%%EMACS_VER%%/lisp/play/gomoku.el -%%DATADIR%%/%%EMACS_VER%%/lisp/play/blackbox.el -%%DATADIR%%/%%EMACS_VER%%/lisp/play/dunnet.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/play/decipher.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/play/handwrite.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/play/zone.el -%%DATADIR%%/%%EMACS_VER%%/lisp/play/fortune.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/play/5x5.el -%%DATADIR%%/%%EMACS_VER%%/lisp/play/tetris.el -%%DATADIR%%/%%EMACS_VER%%/lisp/play/doctor.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/play/studly.el -%%DATADIR%%/%%EMACS_VER%%/lisp/play/gamegrid.el -%%DATADIR%%/%%EMACS_VER%%/lisp/play/mpuz.el -%%DATADIR%%/%%EMACS_VER%%/lisp/play/mpuz.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/play/gomoku.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/play/dunnet.el -%%DATADIR%%/%%EMACS_VER%%/lisp/play/gamegrid.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/play/animate.el -%%DATADIR%%/%%EMACS_VER%%/lisp/play/morse.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/play/gametree.el -%%DATADIR%%/%%EMACS_VER%%/lisp/play/gametree.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/play/solitaire.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/play/bubbles.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/play/doctor.el -%%DATADIR%%/%%EMACS_VER%%/lisp/play/cookie1.el -%%DATADIR%%/%%EMACS_VER%%/lisp/epa-hook.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/generic-x.el -%%DATADIR%%/%%EMACS_VER%%/lisp/ls-lisp.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/ezimage.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/finder.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cus-theme.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/msb.el -%%DATADIR%%/%%EMACS_VER%%/lisp/battery.el -%%DATADIR%%/%%EMACS_VER%%/lisp/face-remap.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/follow.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/filenotify.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lock.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/ps-bdf.el -%%DATADIR%%/%%EMACS_VER%%/lisp/iimage.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/scroll-all.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/hilit-chg.el -%%DATADIR%%/%%EMACS_VER%%/lisp/tmm.el -%%DATADIR%%/%%EMACS_VER%%/lisp/help-macro.el -%%DATADIR%%/%%EMACS_VER%%/lisp/wid-edit.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gs.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/wid-browse.el -%%DATADIR%%/%%EMACS_VER%%/lisp/xml.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-lisp.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-mscgen.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-gnuplot.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-gnuplot.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-protocol.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-mouse.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-java.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-tangle.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-matlab.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-python.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-irc.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ox-icalendar.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-screen.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ox-man.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-latex.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-keys.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-plantuml.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-scheme.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ox.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ox-ascii.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-version.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-lilypond.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-attach.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-list.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-habit.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-agenda.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-emacs-lisp.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-perl.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-awk.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-install.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-java.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-pcomplete.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-gnus.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-w3m.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-comint.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-clock.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-matlab.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ox-html.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-info.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-bibtex.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-fortran.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-scala.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-rmail.el +%%DATADIR%%/%%EMACS_VER%%/lisp/mpc.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/mpc.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/msb.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/msb.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mwheel.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/mwheel.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/ange-ftp.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/net/ange-ftp.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/browse-url.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/net/browse-url.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/dbus.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/net/dbus.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/dig.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/net/dig.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/dns.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/net/dns.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/eudc-bob.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/net/eudc-bob.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/eudc-export.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/net/eudc-export.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/eudc-hotlist.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/net/eudc-hotlist.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/eudc-vars.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/net/eudc-vars.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/eudc.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/net/eudc.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/eudcb-bbdb.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/net/eudcb-bbdb.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/eudcb-ldap.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/net/eudcb-ldap.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/eudcb-mab.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/net/eudcb-mab.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/eudcb-ph.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/net/eudcb-ph.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/eww.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/net/eww.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/gnutls.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/net/gnutls.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/goto-addr.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/net/goto-addr.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/hmac-def.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/net/hmac-def.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/hmac-md5.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/net/hmac-md5.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/imap.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/net/imap.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/ldap.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/net/ldap.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/mairix.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/net/mairix.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/net-utils.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/net/net-utils.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/netrc.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/net/netrc.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/network-stream.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/net/network-stream.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/newst-backend.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/net/newst-backend.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/newst-plainview.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/net/newst-plainview.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/newst-reader.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/net/newst-reader.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/newst-ticker.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/net/newst-ticker.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/newst-treeview.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/net/newst-treeview.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/newsticker.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/net/newsticker.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/nsm.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/net/nsm.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/ntlm.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/net/ntlm.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/pinentry.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/net/pinentry.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/quickurl.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/net/quickurl.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/rcirc.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/net/rcirc.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/rfc2104.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/net/rfc2104.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/rlogin.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/net/rlogin.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/sasl-cram.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/net/sasl-cram.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/sasl-digest.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/net/sasl-digest.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/sasl-ntlm.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/net/sasl-ntlm.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/sasl-scram-rfc.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/net/sasl-scram-rfc.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/sasl.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/net/sasl.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/secrets.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/net/secrets.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/shr-color.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/net/shr-color.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/shr.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/net/shr.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/snmp-mode.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/net/snmp-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/soap-client.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/net/soap-client.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/soap-inspect.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/net/soap-inspect.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/socks.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/net/socks.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/telnet.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/net/telnet.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/tls.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/net/tls.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/tramp-adb.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/net/tramp-adb.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/tramp-cache.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/net/tramp-cache.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/tramp-cmds.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/net/tramp-cmds.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/tramp-compat.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/net/tramp-compat.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/tramp-ftp.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/net/tramp-ftp.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/tramp-gvfs.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/net/tramp-gvfs.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/tramp-gw.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/net/tramp-gw.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/tramp-loaddefs.el +%%DATADIR%%/%%EMACS_VER%%/lisp/net/tramp-sh.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/net/tramp-sh.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/tramp-smb.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/net/tramp-smb.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/tramp-uu.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/net/tramp-uu.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/tramp.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/net/tramp.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/trampver.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/net/trampver.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/webjump.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/net/webjump.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/zeroconf.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/net/zeroconf.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/newcomment.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/newcomment.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/notifications.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/notifications.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/novice.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/novice.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/nxml-enc.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/nxml-enc.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/nxml-glyph.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/nxml-glyph.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/nxml-maint.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/nxml-maint.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/nxml-mode.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/nxml-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/nxml-ns.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/nxml-ns.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/nxml-outln.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/nxml-outln.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/nxml-parse.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/nxml-parse.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/nxml-rap.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/nxml-rap.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/nxml-uchnm.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/nxml-uchnm.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/nxml-util.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/nxml-util.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/rng-cmpct.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/rng-cmpct.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/rng-dt.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/rng-dt.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/rng-loc.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/rng-loc.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/rng-maint.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/rng-maint.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/rng-match.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/rng-match.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/rng-nxml.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/rng-nxml.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/rng-parse.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/rng-parse.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/rng-pttrn.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/rng-pttrn.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/rng-uri.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/rng-uri.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/rng-util.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/rng-util.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/rng-valid.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/rng-valid.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/rng-xsd.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/rng-xsd.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/xmltok.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/xmltok.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/xsd-regexp.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/xsd-regexp.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obarray.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/obarray.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/abbrevlist.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/abbrevlist.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/assoc.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/assoc.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/awk-mode.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/awk-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/bruce.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/bruce.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/cc-compat.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/cc-compat.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/cl-compat.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/cl-compat.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/complete.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/complete.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/crisp.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/crisp.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/cust-print.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/cust-print.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/erc-hecomplete.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/erc-hecomplete.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/fast-lock.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/fast-lock.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/gulp.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/gulp.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/iso-acc.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/iso-acc.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/iso-insert.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/iso-insert.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/iso-swed.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/iso-swed.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/iswitchb.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/iswitchb.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/keyswap.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/keyswap.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/landmark.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/landmark.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/lazy-lock.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/lazy-lock.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/ledit.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/ledit.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/levents.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/levents.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/lmenu.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/lmenu.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/longlines.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/longlines.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/lucid.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/lucid.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/mailpost.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/mailpost.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/meese.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/meese.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/mouse-sel.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/mouse-sel.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/old-emacs-lock.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/old-emacs-lock.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/old-whitespace.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/old-whitespace.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/options.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/options.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/otodo-mode.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/otodo-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/patcomp.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/patcomp.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/pc-mode.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/pc-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/pc-select.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/pc-select.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/pgg-def.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/pgg-def.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/pgg-gpg.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/pgg-gpg.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/pgg-parse.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/pgg-parse.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/pgg-pgp.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/pgg-pgp.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/pgg-pgp5.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/pgg-pgp5.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/pgg.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/pgg.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/rcompile.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/rcompile.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/resume.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/resume.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/s-region.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/s-region.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/scribe.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/scribe.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/spell.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/spell.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/sregex.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/sregex.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/sup-mouse.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/sup-mouse.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/swedish.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/swedish.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/sym-comp.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/sym-comp.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/terminal.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/terminal.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/tpu-edt.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/tpu-edt.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/tpu-extras.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/tpu-extras.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/tpu-mapper.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/tpu-mapper.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/vc-arch.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/vc-arch.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/vc-mcvs.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/vc-mcvs.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/vi.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/vi.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/vip.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/vip.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/ws-mode.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/ws-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/xesam.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/xesam.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/yow.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/yow.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-C.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-C.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-R.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-R.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-asymptote.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-asymptote.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-table.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-C.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-lisp.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-ctags.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-ditaa.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-scala.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-ref.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-protocol.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-octave.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-picolisp.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-mobile.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-awk.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-awk.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-calc.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-calc.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-clojure.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-clojure.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-comint.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-comint.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-core.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-core.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-css.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-css.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-perl.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-src.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-sqlite.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-bbdb.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-macro.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-capture.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-habit.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-ditaa.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-sh.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-faces.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-colview.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-clojure.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-js.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-indent.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-element.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-ditaa.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-ditaa.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-dot.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-dot.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-emacs-lisp.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-emacs-lisp.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ox-md.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-dot.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-R.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-table.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-id.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-asymptote.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-mhe.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-ref.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ox-texinfo.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-feed.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ox-odt.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-org.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-latex.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-calc.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-R.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/org.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ox-odt.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-w3m.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-list.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-bbdb.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ox-icalendar.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-lob.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-macs.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-irc.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-inlinetask.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-inlinetask.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-agenda.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ox-publish.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-mhe.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-id.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-eval.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-eval.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-gnus.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ox-beamer.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-picolisp.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-sqlite.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-comint.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ox.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-footnote.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-shen.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-exp.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-exp.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-fortran.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-fortran.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-gnuplot.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-gnuplot.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-haskell.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-haskell.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-ctags.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-octave.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ox-md.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-maxima.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ox-man.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-clojure.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-io.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-io.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-java.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-java.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-js.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-js.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-keys.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-keys.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-latex.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-latex.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-ledger.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-ledger.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ox-texinfo.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-bibtex.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-screen.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-entities.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-ledger.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-datetree.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-mobile.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-faces.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-compat.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-css.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-sass.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-archive.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-archive.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-mscgen.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-info.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-lilypond.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-lilypond.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-lisp.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-lisp.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-lob.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-lob.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-makefile.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-makefile.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-docview.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-eval.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-compat.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ox-org.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-indent.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-footnote.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-loaddefs.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-C.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ox-latex.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-colview.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-table.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-haskell.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-ruby.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-matlab.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-matlab.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-maxima.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-maxima.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-mscgen.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-mscgen.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-ocaml.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-ocaml.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-tangle.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-sql.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-octave.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-octave.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-org.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-org.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-perl.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-perl.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-picolisp.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-picolisp.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-plantuml.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-plantuml.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-timer.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-lob.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-ruby.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-lilypond.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-rmail.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-datetree.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-docview.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-src.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-table.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-crypt.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-core.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-python.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-python.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-ref.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-ref.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-ruby.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-ruby.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-sass.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-sass.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-scala.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-scala.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-scheme.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-scheme.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-screen.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-screen.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-sh.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-sh.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-shen.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-shen.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ox-latex.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-plot.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-macro.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-dot.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ox-html.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-core.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-js.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ox-beamer.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-scheme.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-python.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-entities.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-sql.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-sql.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-sqlite.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-sqlite.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-table.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-table.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-tangle.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-tangle.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-agenda.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-agenda.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-archive.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-archive.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-attach.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-attach.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-bbdb.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-bbdb.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-bibtex.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-bibtex.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-capture.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-capture.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-clock.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/org/org-clock.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-timer.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-calc.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-colview.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-colview.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-compat.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-compat.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-crypt.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/org/org-crypt.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-macs.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-fortran.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-ctags.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-ctags.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-datetree.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-datetree.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-docview.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-docview.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-element.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-element.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-entities.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-entities.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-eshell.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/org/org-eshell.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-plot.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-io.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-mouse.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-exp.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-awk.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-ocaml.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-maxima.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-exp.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-capture.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-io.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-eshell.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ox-org.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-faces.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-faces.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-feed.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/org/org-feed.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-footnote.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-footnote.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-gnus.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-gnus.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-habit.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-habit.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-id.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-id.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-indent.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-indent.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-info.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-info.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-inlinetask.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-inlinetask.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-install.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-irc.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-irc.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-list.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-list.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-loaddefs.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-macro.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-macro.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-macs.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-macs.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-mhe.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-mhe.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-mobile.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-mobile.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-mouse.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-mouse.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-pcomplete.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-pcomplete.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-plot.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-plot.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-protocol.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-protocol.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-rmail.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-rmail.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-src.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-src.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-table.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-table.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-timer.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-timer.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-version.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-w3m.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-w3m.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/org/org.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-sql.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-element.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-keys.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-sh.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-makefile.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-attach.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-org.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-pcomplete.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ox-ascii.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/org/ox-ascii.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-sass.el -%%DATADIR%%/%%EMACS_VER%%/lisp/org/ox-publish.el -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-menu.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-yank.el -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-undo.el -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-graph.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-store.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-poly.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-map.el -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-stat.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-forms.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-embed.el -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calccomp.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-fin.el -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-store.el -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calcalg2.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-bin.el -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-units.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-comb.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calcsel2.el -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-lang.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-stat.el -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-loaddefs.el -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-vec.el -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-bin.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-arith.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-trail.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-trail.el -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-alg.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-macs.el -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-funcs.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calcalg3.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calcalg2.el -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc.el -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-sel.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-arith.el -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-math.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-math.el -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-undo.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calcalg3.el -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-frac.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-sel.el -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-nlfit.el -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-units.el -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-mode.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-forms.el -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-vec.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-macs.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-aent.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-incom.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-keypd.el -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-misc.el -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-help.el -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-prog.el -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-poly.el -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calcsel2.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-rewr.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-mode.el -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-prog.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-lang.el -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-map.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-comb.el -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-funcs.el -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-embed.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-cplx.el -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-keypd.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-frac.el -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-fin.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-rules.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-yank.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-rules.el -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-ext.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-alg.el -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-graph.el -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-mtx.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-nlfit.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-incom.el -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-ext.el -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-mtx.el -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-menu.el -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-help.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-stuff.el -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-cplx.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-rewr.el -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calccomp.el -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-misc.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-stuff.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-aent.el -%%DATADIR%%/%%EMACS_VER%%/lisp/master.el -%%DATADIR%%/%%EMACS_VER%%/lisp/shell.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/tree-widget.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/finder-inf.el -%%DATADIR%%/%%EMACS_VER%%/lisp/facemenu.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/case-table.el -%%DATADIR%%/%%EMACS_VER%%/lisp/wid-edit.el -%%DATADIR%%/%%EMACS_VER%%/lisp/time.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/icomplete.el -%%DATADIR%%/%%EMACS_VER%%/lisp/md4.el -%%DATADIR%%/%%EMACS_VER%%/lisp/help.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/tree-widget.el -%%DATADIR%%/%%EMACS_VER%%/lisp/ses.el -%%DATADIR%%/%%EMACS_VER%%/lisp/array.el -%%DATADIR%%/%%EMACS_VER%%/lisp/arc-mode.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/epg.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/version.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/ansi-color.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ox-beamer.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ox-beamer.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ox-html.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ox-html.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ox-icalendar.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ox-icalendar.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ox-latex.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ox-latex.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ox-man.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ox-man.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ox-md.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ox-md.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ox-odt.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ox-odt.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ox-org.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ox-org.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ox-publish.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ox-publish.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ox-texinfo.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ox-texinfo.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ox.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ox.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/outline.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/outline.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/paren.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/paren.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/password-cache.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/password-cache.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/pcmpl-cvs.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/pcmpl-cvs.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/pcmpl-gnu.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/pcmpl-gnu.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/filecache.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/macros.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/bookmark.el -%%DATADIR%%/%%EMACS_VER%%/lisp/vt100-led.el -%%DATADIR%%/%%EMACS_VER%%/lisp/reveal.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/pcmpl-rpm.el -%%DATADIR%%/%%EMACS_VER%%/lisp/ido.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/view.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/elide-head.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/xref.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/xref.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/meta-mode.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/hideif.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-langs.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ruby-mode.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ada-stmt.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-mode.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ebrowse.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/tcl.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/xscheme.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/subword.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/dcl-mode.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/idlw-help.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/antlr-mode.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/which-func.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ld-script.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ebnf-iso.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/sh-script.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/gdb-mi.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ada-xref.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/modula2.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/opascal.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/js.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/mixal-mode.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/simula.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ld-script.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/asm-mode.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ebnf-dtd.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/idlw-complete-structtag.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/idlw-shell.el +%%DATADIR%%/%%EMACS_VER%%/lisp/pcmpl-linux.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/pcmpl-linux.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/pcmpl-rpm.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/pcmpl-rpm.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/pcmpl-unix.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/pcmpl-unix.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/pcmpl-x.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/pcmpl-x.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/pcomplete.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/pcomplete.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/play/5x5.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/play/5x5.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/play/animate.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/play/animate.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/play/blackbox.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/play/blackbox.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/play/bubbles.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/play/bubbles.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/play/cookie1.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/play/cookie1.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/play/decipher.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/play/decipher.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/play/dissociate.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/play/dissociate.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/play/doctor.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/play/doctor.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/play/dunnet.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/play/dunnet.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/play/fortune.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/play/fortune.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/play/gamegrid.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/play/gamegrid.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/play/gametree.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/play/gametree.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/play/gomoku.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/play/gomoku.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/play/handwrite.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/play/handwrite.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/play/hanoi.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/play/hanoi.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/play/life.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/play/life.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/play/morse.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/play/morse.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/play/mpuz.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/play/mpuz.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/play/pong.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/play/pong.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/play/snake.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/play/snake.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/play/solitaire.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/play/solitaire.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/play/spook.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/play/spook.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/play/studly.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/play/studly.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/play/tetris.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/play/tetris.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/play/zone.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/play/zone.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/printing.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/printing.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/proced.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/proced.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/profiler.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/profiler.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ada-mode.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ada-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ada-prj.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ada-prj.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ada-stmt.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ada-stmt.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ada-xref.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ada-xref.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/antlr-mode.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/antlr-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/asm-mode.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/asm-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/autoconf.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/autoconf.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/bat-mode.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/bat-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/bug-reference.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/bug-reference.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-align.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-align.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-awk.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-awk.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-bytecomp.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-bytecomp.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-cmds.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-cmds.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/simula.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ebnf-dtd.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/compile.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/idlw-toolbar.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/perl-mode.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/xscheme.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/pascal.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/glasses.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-defs.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-defs.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-engine.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-engine.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ebnf2ps.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/dcl-mode.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/glasses.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/js.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/make-mode.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/mantemp.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/gdb-mi.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-fonts.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-fonts.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-guess.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-guess.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-langs.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-langs.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/fortran.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ebnf-otz.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/idlwave.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/inf-lisp.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/hideshow.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-menus.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-align.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ada-prj.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/f90.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/vera-mode.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ada-mode.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/scheme.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/python.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cmacexp.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ebrowse.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/idlw-complete-structtag.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-menus.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-menus.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-mode.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-styles.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-styles.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-vars.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-vars.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cfengine.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cfengine.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cmacexp.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cmacexp.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/compile.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/compile.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cperl-mode.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cperl-mode.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-styles.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/elisp-mode.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ebnf-yac.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/scheme.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cpp.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cpp.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/idlw-toolbar.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ebnf-ebx.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/pascal.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/flymake.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cfengine.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/python.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/prog-mode.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cpp.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/make-mode.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ebnf-otz.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ada-stmt.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-mode.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/etags.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ebnf-abn.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-vars.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ebnf-bnf.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-vars.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-fonts.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/perl-mode.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-cmds.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cmacexp.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/vera-mode.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ada-prj.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-align.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cwarn.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cwarn.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/dcl-mode.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/dcl-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ebnf-abn.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ebnf-abn.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ebnf-bnf.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ebnf-bnf.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ebnf-dtd.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ebnf-dtd.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ebnf-ebx.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ebnf-ebx.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/sql.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/bug-reference.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/hideif.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/vhdl-mode.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-bytecomp.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/subword.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-awk.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/prolog.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/antlr-mode.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/icon.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ebnf2ps.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/mantemp.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/grep.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/autoconf.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/idlwave.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ebnf-iso.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ebnf-iso.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ebnf-otz.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ebnf-otz.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ebnf-yac.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ebnf-yac.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/which-func.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cwarn.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/opascal.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/bat-mode.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-guess.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ps-mode.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/prolog.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/m4-mode.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/fortran.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/autoconf.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ps-mode.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-engine.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/grep.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/modula2.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/executable.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cwarn.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/sql.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-bytecomp.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/vhdl-mode.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/f90.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-fonts.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ebnf2ps.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ebnf2ps.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ebrowse.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ebrowse.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/elisp-mode.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/elisp-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/etags.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/etags.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/executable.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/executable.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/f90.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/f90.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/flymake.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/flymake.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/bat-mode.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ebnf-iso.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-guess.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/asm-mode.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/verilog-mode.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/inf-lisp.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/prog-mode.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/verilog-mode.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-defs.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/m4-mode.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/idlw-help.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/octave.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/icon.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/mixal-mode.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ruby-mode.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/sh-script.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/fortran.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/fortran.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/gdb-mi.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/gdb-mi.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/glasses.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/glasses.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/grep.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/grep.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/gud.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/gud.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-awk.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/executable.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/hideif.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/hideif.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/hideshow.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/hideshow.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/icon.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/icon.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/idlw-complete-structtag.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/idlw-complete-structtag.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/idlw-help.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/idlw-help.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/idlw-shell.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/idlw-shell.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/idlw-toolbar.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/idlw-toolbar.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/idlwave.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/idlwave.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/inf-lisp.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/inf-lisp.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/js.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/js.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ld-script.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ld-script.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/m4-mode.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/m4-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/make-mode.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/make-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/mantemp.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/mantemp.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/meta-mode.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/meta-mode.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cfengine.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/gud.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/elisp-mode.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ada-xref.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cperl-mode.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/hideshow.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/bug-reference.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ada-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/mixal-mode.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/mixal-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/modula2.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/modula2.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/octave.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/octave.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-menus.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/tcl.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/compile.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ebnf-abn.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-defs.el -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/etags.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ebnf-bnf.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/project.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/opascal.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/opascal.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/pascal.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/pascal.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/perl-mode.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/perl-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/prog-mode.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/prog-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/project.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/project.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/find-cmd.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/dired.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/tar-mode.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/composite.el -%%DATADIR%%/%%EMACS_VER%%/lisp/misc.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/isearchb.el -%%DATADIR%%/%%EMACS_VER%%/lisp/help-fns.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/avoid.el -%%DATADIR%%/%%EMACS_VER%%/lisp/repeat.el -%%DATADIR%%/%%EMACS_VER%%/lisp/epa-file.el -%%DATADIR%%/%%EMACS_VER%%/lisp/expand.el -%%DATADIR%%/%%EMACS_VER%%/lisp/subr.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/speedbar.el -%%DATADIR%%/%%EMACS_VER%%/lisp/isearch.el -%%DATADIR%%/%%EMACS_VER%%/lisp/dabbrev.el -%%DATADIR%%/%%EMACS_VER%%/lisp/userlock.el -%%DATADIR%%/%%EMACS_VER%%/lisp/hi-lock.el -%%DATADIR%%/%%EMACS_VER%%/lisp/outline.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/thingatpt.el -%%DATADIR%%/%%EMACS_VER%%/lisp/vt-control.el -%%DATADIR%%/%%EMACS_VER%%/lisp/thingatpt.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/net/nsm.el -%%DATADIR%%/%%EMACS_VER%%/lisp/net/nsm.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/net/mairix.el -%%DATADIR%%/%%EMACS_VER%%/lisp/net/eudc-bob.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/net/soap-client.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/net/tramp-adb.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/net/tls.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/net/tramp-gvfs.el -%%DATADIR%%/%%EMACS_VER%%/lisp/net/webjump.el -%%DATADIR%%/%%EMACS_VER%%/lisp/net/browse-url.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/net/trampver.el -%%DATADIR%%/%%EMACS_VER%%/lisp/net/eww.el -%%DATADIR%%/%%EMACS_VER%%/lisp/net/tramp-cmds.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/net/gnutls.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/net/newsticker.el -%%DATADIR%%/%%EMACS_VER%%/lisp/net/newst-plainview.el -%%DATADIR%%/%%EMACS_VER%%/lisp/net/tramp-cache.el -%%DATADIR%%/%%EMACS_VER%%/lisp/net/socks.el -%%DATADIR%%/%%EMACS_VER%%/lisp/net/ldap.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/net/shr.el -%%DATADIR%%/%%EMACS_VER%%/lisp/net/rfc2104.el -%%DATADIR%%/%%EMACS_VER%%/lisp/net/rfc2104.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/net/rcirc.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/net/newsticker.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/net/net-utils.el -%%DATADIR%%/%%EMACS_VER%%/lisp/net/ange-ftp.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/net/tramp-compat.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/net/sasl-digest.el -%%DATADIR%%/%%EMACS_VER%%/lisp/net/imap.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/net/tramp-adb.el -%%DATADIR%%/%%EMACS_VER%%/lisp/net/eudc-export.el -%%DATADIR%%/%%EMACS_VER%%/lisp/net/shr-color.el -%%DATADIR%%/%%EMACS_VER%%/lisp/net/newst-reader.el -%%DATADIR%%/%%EMACS_VER%%/lisp/net/browse-url.el -%%DATADIR%%/%%EMACS_VER%%/lisp/net/eudc-hotlist.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/net/net-utils.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/net/newst-backend.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/net/network-stream.el -%%DATADIR%%/%%EMACS_VER%%/lisp/net/mairix.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/net/sasl-cram.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/net/sasl-scram-rfc.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/net/rlogin.el -%%DATADIR%%/%%EMACS_VER%%/lisp/net/tramp-ftp.el -%%DATADIR%%/%%EMACS_VER%%/lisp/net/tramp-loaddefs.el -%%DATADIR%%/%%EMACS_VER%%/lisp/net/newst-ticker.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/net/hmac-md5.el -%%DATADIR%%/%%EMACS_VER%%/lisp/net/eudcb-mab.el -%%DATADIR%%/%%EMACS_VER%%/lisp/net/tls.el -%%DATADIR%%/%%EMACS_VER%%/lisp/net/tramp-gw.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/net/hmac-def.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/net/dns.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/net/imap.el -%%DATADIR%%/%%EMACS_VER%%/lisp/net/tramp-sh.el -%%DATADIR%%/%%EMACS_VER%%/lisp/net/quickurl.el -%%DATADIR%%/%%EMACS_VER%%/lisp/net/shr-color.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/net/eudc-hotlist.el -%%DATADIR%%/%%EMACS_VER%%/lisp/net/tramp-uu.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/net/eudcb-ph.el -%%DATADIR%%/%%EMACS_VER%%/lisp/net/eudc-export.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/net/tramp-compat.el -%%DATADIR%%/%%EMACS_VER%%/lisp/net/newst-reader.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/net/netrc.el -%%DATADIR%%/%%EMACS_VER%%/lisp/net/dbus.el -%%DATADIR%%/%%EMACS_VER%%/lisp/net/eww.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/net/dig.el -%%DATADIR%%/%%EMACS_VER%%/lisp/net/ntlm.el -%%DATADIR%%/%%EMACS_VER%%/lisp/net/eudcb-bbdb.el -%%DATADIR%%/%%EMACS_VER%%/lisp/net/zeroconf.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/net/trampver.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/net/tramp-smb.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/net/eudcb-ldap.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/net/hmac-def.el -%%DATADIR%%/%%EMACS_VER%%/lisp/net/soap-client.el -%%DATADIR%%/%%EMACS_VER%%/lisp/net/goto-addr.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/net/newst-treeview.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/net/secrets.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/net/shr.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/net/eudc-bob.el -%%DATADIR%%/%%EMACS_VER%%/lisp/net/eudc-vars.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/net/snmp-mode.el -%%DATADIR%%/%%EMACS_VER%%/lisp/net/dig.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/net/tramp.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/net/soap-inspect.el -%%DATADIR%%/%%EMACS_VER%%/lisp/net/tramp.el -%%DATADIR%%/%%EMACS_VER%%/lisp/net/tramp-ftp.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/net/soap-inspect.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/net/tramp-smb.el -%%DATADIR%%/%%EMACS_VER%%/lisp/net/ntlm.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/net/tramp-cache.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/net/ange-ftp.el -%%DATADIR%%/%%EMACS_VER%%/lisp/net/webjump.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/net/sasl.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/net/eudcb-ph.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/net/dns.el -%%DATADIR%%/%%EMACS_VER%%/lisp/net/ldap.el -%%DATADIR%%/%%EMACS_VER%%/lisp/net/rcirc.el -%%DATADIR%%/%%EMACS_VER%%/lisp/net/quickurl.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/net/sasl-digest.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/net/eudcb-bbdb.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/net/goto-addr.el -%%DATADIR%%/%%EMACS_VER%%/lisp/net/telnet.el -%%DATADIR%%/%%EMACS_VER%%/lisp/net/sasl-cram.el -%%DATADIR%%/%%EMACS_VER%%/lisp/net/sasl-scram-rfc.el -%%DATADIR%%/%%EMACS_VER%%/lisp/net/netrc.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/net/secrets.el -%%DATADIR%%/%%EMACS_VER%%/lisp/net/newst-treeview.el -%%DATADIR%%/%%EMACS_VER%%/lisp/net/hmac-md5.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/net/gnutls.el -%%DATADIR%%/%%EMACS_VER%%/lisp/net/eudc.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/net/newst-plainview.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/net/socks.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/net/newst-backend.el -%%DATADIR%%/%%EMACS_VER%%/lisp/net/sasl-ntlm.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/net/eudcb-ldap.el -%%DATADIR%%/%%EMACS_VER%%/lisp/net/tramp-gw.el -%%DATADIR%%/%%EMACS_VER%%/lisp/net/rlogin.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/net/sasl-ntlm.el -%%DATADIR%%/%%EMACS_VER%%/lisp/net/tramp-sh.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/net/telnet.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/net/zeroconf.el -%%DATADIR%%/%%EMACS_VER%%/lisp/net/dbus.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/net/network-stream.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/net/newst-ticker.el -%%DATADIR%%/%%EMACS_VER%%/lisp/net/tramp-cmds.el -%%DATADIR%%/%%EMACS_VER%%/lisp/net/snmp-mode.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/net/tramp-uu.el -%%DATADIR%%/%%EMACS_VER%%/lisp/net/eudcb-mab.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/net/eudc-vars.el -%%DATADIR%%/%%EMACS_VER%%/lisp/net/sasl.el -%%DATADIR%%/%%EMACS_VER%%/lisp/net/tramp-gvfs.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/net/eudc.el -%%DATADIR%%/%%EMACS_VER%%/lisp/image.el -%%DATADIR%%/%%EMACS_VER%%/lisp/color.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/mouse.el -%%DATADIR%%/%%EMACS_VER%%/lisp/language/lao-util.el -%%DATADIR%%/%%EMACS_VER%%/lisp/language/viet-util.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/language/japan-util.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/language/vietnamese.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/language/thai.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/language/czech.el -%%DATADIR%%/%%EMACS_VER%%/lisp/language/tai-viet.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/language/lao.el -%%DATADIR%%/%%EMACS_VER%%/lisp/language/greek.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/language/thai-util.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/language/romanian.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/language/khmer.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/language/indian.el -%%DATADIR%%/%%EMACS_VER%%/lisp/language/tv-util.el -%%DATADIR%%/%%EMACS_VER%%/lisp/language/chinese.el -%%DATADIR%%/%%EMACS_VER%%/lisp/language/hanja-util.el -%%DATADIR%%/%%EMACS_VER%%/lisp/language/vietnamese.el -%%DATADIR%%/%%EMACS_VER%%/lisp/language/hebrew.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/language/thai-util.el -%%DATADIR%%/%%EMACS_VER%%/lisp/language/burmese.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/language/tibetan.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/language/sinhala.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/language/thai-word.el -%%DATADIR%%/%%EMACS_VER%%/lisp/language/cyril-util.el -%%DATADIR%%/%%EMACS_VER%%/lisp/language/ethio-util.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/language/korea-util.el -%%DATADIR%%/%%EMACS_VER%%/lisp/language/slovak.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/language/korean.el -%%DATADIR%%/%%EMACS_VER%%/lisp/language/tibetan.el -%%DATADIR%%/%%EMACS_VER%%/lisp/language/indian.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/language/tai-viet.el -%%DATADIR%%/%%EMACS_VER%%/lisp/language/hebrew.el -%%DATADIR%%/%%EMACS_VER%%/lisp/language/korean.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/language/tibet-util.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/language/utf-8-lang.el -%%DATADIR%%/%%EMACS_VER%%/lisp/language/utf-8-lang.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/language/misc-lang.el -%%DATADIR%%/%%EMACS_VER%%/lisp/language/ind-util.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/language/european.el -%%DATADIR%%/%%EMACS_VER%%/lisp/language/ethiopic.el -%%DATADIR%%/%%EMACS_VER%%/lisp/language/ind-util.el -%%DATADIR%%/%%EMACS_VER%%/lisp/language/japan-util.el -%%DATADIR%%/%%EMACS_VER%%/lisp/language/ethio-util.el -%%DATADIR%%/%%EMACS_VER%%/lisp/language/slovak.el -%%DATADIR%%/%%EMACS_VER%%/lisp/language/misc-lang.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/language/ethiopic.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/language/english.el -%%DATADIR%%/%%EMACS_VER%%/lisp/language/cyrillic.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/language/lao-util.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/language/english.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/language/georgian.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/language/tibet-util.el -%%DATADIR%%/%%EMACS_VER%%/lisp/language/cham.el -%%DATADIR%%/%%EMACS_VER%%/lisp/language/khmer.el -%%DATADIR%%/%%EMACS_VER%%/lisp/language/thai.el -%%DATADIR%%/%%EMACS_VER%%/lisp/language/japanese.el -%%DATADIR%%/%%EMACS_VER%%/lisp/language/greek.el -%%DATADIR%%/%%EMACS_VER%%/lisp/language/tv-util.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/language/cyril-util.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/language/burmese.el -%%DATADIR%%/%%EMACS_VER%%/lisp/language/romanian.el -%%DATADIR%%/%%EMACS_VER%%/lisp/language/czech.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/language/georgian.el -%%DATADIR%%/%%EMACS_VER%%/lisp/language/korea-util.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/language/thai-word.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/language/hanja-util.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/language/viet-util.el -%%DATADIR%%/%%EMACS_VER%%/lisp/language/lao.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/language/japanese.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/language/cyrillic.el -%%DATADIR%%/%%EMACS_VER%%/lisp/language/china-util.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/language/china-util.el -%%DATADIR%%/%%EMACS_VER%%/lisp/language/chinese.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/language/cham.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/language/sinhala.el -%%DATADIR%%/%%EMACS_VER%%/lisp/language/european.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/uniquify.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/ansi-color.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cus-face.el -%%DATADIR%%/%%EMACS_VER%%/lisp/tutorial.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/image-dired.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/comint.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cmuscheme.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/printing.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/pcomplete.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/elec-pair.el -%%DATADIR%%/%%EMACS_VER%%/lisp/sb-image.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/rect.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/edmacro.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/ebuff-menu.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/format.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/wid-browse.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/prolog.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/prolog.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ps-mode.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ps-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/python.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/python.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ruby-mode.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ruby-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/scheme.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/scheme.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/sh-script.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/sh-script.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/simula.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/simula.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/sql.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/sql.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/subword.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/subword.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/tcl.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/tcl.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/vera-mode.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/vera-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/verilog-mode.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/verilog-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/vhdl-mode.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/vhdl-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/which-func.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/which-func.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/xref.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/xref.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/xscheme.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/xscheme.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/ps-bdf.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/ps-bdf.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/ps-def.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/ps-def.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/ps-mule.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/ps-mule.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/ps-print.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/ps-print.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/ps-samp.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/ps-samp.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/jka-compr.el -%%DATADIR%%/%%EMACS_VER%%/lisp/dframe.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/delim-col.el -%%DATADIR%%/%%EMACS_VER%%/lisp/dnd.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cus-start.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/mwheel.el -%%DATADIR%%/%%EMACS_VER%%/lisp/savehist.el -%%DATADIR%%/%%EMACS_VER%%/lisp/scroll-lock.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/hippie-exp.el -%%DATADIR%%/%%EMACS_VER%%/lisp/linum.el -%%DATADIR%%/%%EMACS_VER%%/lisp/window.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/server.el -%%DATADIR%%/%%EMACS_VER%%/lisp/pcmpl-rpm.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/recentf.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/recentf.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/rect.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/rect.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/register.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/register.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/repeat.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/repeat.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/replace.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/replace.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/mpc.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-ring.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-goodies.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-notify.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-ibuffer.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-list.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-page.el -%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-fill.el -%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-compat.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-compat.el -%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-xdcc.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc.el -%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-pcomplete.el -%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-match.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-imenu.el -%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-join.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-autoaway.el -%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-truncate.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-xdcc.el -%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-ring.el -%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-imenu.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-desktop-notifications.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-netsplit.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-ibuffer.el -%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-services.el -%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-page.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-spelling.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-networks.el -%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-ezbounce.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-log.el -%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-capab.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-match.el -%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-truncate.el -%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-sound.el -%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-button.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-track.el -%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-join.el -%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-backend.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-stamp.el -%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-desktop-notifications.el -%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-dcc.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-fill.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-menu.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-autoaway.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-replace.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-goodies.el -%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-netsplit.el -%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-dcc.el -%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-lang.el -%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-list.el -%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-backend.el -%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-speedbar.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-ezbounce.el -%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-identd.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-log.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-sound.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-replace.el -%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-services.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-speedbar.el -%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-networks.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-lang.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-track.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-notify.el -%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-capab.el -%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-button.el -%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-spelling.el -%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-pcomplete.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-menu.el -%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-stamp.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-identd.el -%%DATADIR%%/%%EMACS_VER%%/lisp/paren.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/sort.el -%%DATADIR%%/%%EMACS_VER%%/lisp/forms.el -%%DATADIR%%/%%EMACS_VER%%/lisp/doc-view.el +%%DATADIR%%/%%EMACS_VER%%/lisp/reposition.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/reposition.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/reveal.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/reveal.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/rfn-eshadow.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/rfn-eshadow.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/rot13.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/rot13.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/ruler-mode.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/ruler-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/savehist.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/savehist.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/saveplace.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/saveplace.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/sb-image.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/sb-image.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/scroll-all.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/scroll-all.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/scroll-bar.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/scroll-bar.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/scroll-lock.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/scroll-lock.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/select.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/select.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/elide-head.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/ps-def.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/vt-control.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/delsel.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/jka-cmpr-hook.el -%%DATADIR%%/%%EMACS_VER%%/lisp/version.el -%%DATADIR%%/%%EMACS_VER%%/lisp/flow-ctrl.el -%%DATADIR%%/%%EMACS_VER%%/lisp/hex-util.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/time-stamp.el -%%DATADIR%%/%%EMACS_VER%%/lisp/bs.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/dos-fns.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/proced.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/apropos.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/dired-x.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/type-break.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/server.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/server.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/ses.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/ses.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/shadowfile.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/shadowfile.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/shell.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/shell.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/simple.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/simple.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/skeleton.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/skeleton.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/sort.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/sort.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/soundex.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/soundex.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/speedbar.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/speedbar.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/startup.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/startup.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/strokes.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/strokes.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/subdirs.el +%%DATADIR%%/%%EMACS_VER%%/lisp/subr.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/subr.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/t-mouse.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/t-mouse.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/facemenu.el -%%DATADIR%%/%%EMACS_VER%%/lisp/reposition.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-ftp.el -%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-vars.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-cid.el -%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-handlers.el -%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-tramp.el -%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-auth.el -%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-methods.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-nfs.el -%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-gw.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-cookie.el -%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-methods.el +%%DATADIR%%/%%EMACS_VER%%/lisp/tabify.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/tabify.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/talk.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/talk.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/tar-mode.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/tar-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/tempo.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/tempo.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/term.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/term.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/term/AT386.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/term/AT386.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/term/README +%%DATADIR%%/%%EMACS_VER%%/lisp/term/bobcat.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/term/bobcat.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/term/common-win.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/term/common-win.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/term/cygwin.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/term/cygwin.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/term/internal.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/term/internal.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/term/iris-ansi.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/term/iris-ansi.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/term/linux.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/term/linux.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/term/lk201.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/term/lk201.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/term/news.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/term/news.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/term/ns-win.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/term/ns-win.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/term/pc-win.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/term/pc-win.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/term/rxvt.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/term/rxvt.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/term/screen.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/term/screen.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/term/sun.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/term/sun.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/term/tty-colors.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/term/tty-colors.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/term/tvi970.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/term/tvi970.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/term/vt100.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/term/vt100.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/term/vt200.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/term/vt200.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/term/w32-win.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/term/w32-win.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/term/w32console.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/term/w32console.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/term/wyse50.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/term/wyse50.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/term/x-win.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/term/x-win.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/term/xterm.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/term/xterm.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/artist.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/artist.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/bib-mode.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/bib-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/bibtex-style.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/bibtex-style.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/bibtex.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/bibtex.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/conf-mode.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/conf-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/css-mode.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/css-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/dns-mode.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/dns-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/enriched.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/enriched.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/fill.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/fill.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/flyspell.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/flyspell.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/ispell.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/ispell.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/makeinfo.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/makeinfo.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/nroff-mode.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/nroff-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/page-ext.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/page-ext.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/page.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/page.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/paragraphs.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/paragraphs.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/picture.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/picture.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/po.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/po.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/refbib.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/refbib.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/refer.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/refer.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/refill.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/refill.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/reftex-auc.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/reftex-auc.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/reftex-cite.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/reftex-cite.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/reftex-dcr.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/reftex-dcr.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/reftex-global.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/reftex-global.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/reftex-index.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/reftex-index.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/reftex-parse.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/reftex-parse.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/reftex-ref.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/reftex-ref.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/reftex-sel.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/reftex-sel.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/reftex-toc.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/reftex-toc.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/reftex-vars.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/reftex-vars.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/reftex.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/reftex.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/remember.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/remember.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/rst.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/rst.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/sgml-mode.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/sgml-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/table.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/table.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/tex-mode.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/tex-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/texinfmt.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/texinfmt.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/texinfo.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/texinfo.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/texnfo-upd.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/texnfo-upd.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/text-mode.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/text-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/tildify.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/tildify.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/two-column.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/two-column.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/underline.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/underline.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/thingatpt.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/thingatpt.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/thumbs.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/thumbs.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/time-stamp.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/time-stamp.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/time.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/time.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/timezone.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/timezone.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/tmm.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/tmm.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/tool-bar.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/tool-bar.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/tooltip.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/tooltip.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/tree-widget.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/tree-widget.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/tutorial.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/tutorial.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/type-break.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/type-break.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/uniquify.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/uniquify.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-about.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-about.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-auth.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-auth.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-cache.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-cache.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-cid.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-cid.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-cookie.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/url/url-cookie.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-privacy.el +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-dav.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-dav.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-dired.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-dired.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-domsuf.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-domsuf.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-expand.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/url/url-expand.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-proxy.el +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-file.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-file.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-ftp.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/url/url-ftp.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-news.el -%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-util.el -%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-http.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-dired.el -%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-imap.el +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-future.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-future.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-gw.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-gw.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-handlers.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/url/url-handlers.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-file.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-history.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/url/url-history.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-http.el -%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-cache.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-dav.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/url/url.el -%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-ns.el -%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-domsuf.el -%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-misc.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-future.el +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-http.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-http.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-imap.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/url/url-imap.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-queue.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-dav.el -%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-queue.el -%%DATADIR%%/%%EMACS_VER%%/lisp/url/url.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-ldap.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-tramp.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-domsuf.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-cache.el -%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-irc.el -%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-cid.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-irc.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/url/url-irc.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-privacy.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-ns.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-nfs.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-future.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-parse.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-about.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-misc.el -%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-ldap.el -%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-history.el -%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-about.el -%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-auth.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-ldap.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-ldap.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-mailto.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/url/url-mailto.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-methods.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-methods.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-misc.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-misc.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-news.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/url/url-news.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-nfs.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-nfs.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-ns.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-ns.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-parse.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-parse.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-privacy.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-privacy.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-proxy.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/url/url-proxy.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-parse.el +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-queue.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-queue.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-tramp.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-tramp.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-util.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/url/url-util.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-file.el -%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-dired.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-gw.el -%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-mailto.el -%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-vars.el -%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-expand.el -%%DATADIR%%/%%EMACS_VER%%/lisp/autoinsert.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/hex-util.el -%%DATADIR%%/%%EMACS_VER%%/lisp/informat.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/json.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/paren.el -%%DATADIR%%/%%EMACS_VER%%/lisp/avoid.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/case-table.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/comint.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/reveal.el -%%DATADIR%%/%%EMACS_VER%%/lisp/autoarg.el -%%DATADIR%%/%%EMACS_VER%%/lisp/chistory.el -%%DATADIR%%/%%EMACS_VER%%/lisp/help-fns.el -%%DATADIR%%/%%EMACS_VER%%/lisp/jka-cmpr-hook.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/tempo.el -%%DATADIR%%/%%EMACS_VER%%/lisp/dos-w32.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-vars.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-vars.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/userlock.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/userlock.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/add-log.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/add-log.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/compare-w.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/compare-w.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/cvs-status.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/cvs-status.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/diff-mode.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/diff-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/diff.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/diff.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/ediff-diff.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/ediff-diff.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/ediff-help.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/ediff-help.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/ediff-hook.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/ediff-hook.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/ediff-init.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/ediff-init.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/ediff-merg.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/ediff-merg.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/ediff-mult.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/ediff-mult.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/ediff-ptch.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/ediff-ptch.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/ediff-util.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/ediff-util.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/ediff-vers.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/ediff-vers.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/ediff-wind.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/ediff-wind.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/ediff.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/ediff.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/emerge.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/emerge.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/log-edit.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/log-edit.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/log-view.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/log-view.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/pcvs-defs.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/pcvs-defs.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/pcvs-info.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/pcvs-info.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/pcvs-parse.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/pcvs-parse.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/pcvs-util.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/pcvs-util.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/pcvs.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/pcvs.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/smerge-mode.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/smerge-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-annotate.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-annotate.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-bzr.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-bzr.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-cvs.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-cvs.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-dav.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-dav.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-dir.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-dir.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-dispatcher.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-dispatcher.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-filewise.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-filewise.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-git.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-git.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-hg.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-hg.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-hooks.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-hooks.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-mtn.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-mtn.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-rcs.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-rcs.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-sccs.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-sccs.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-src.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-src.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-svn.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-svn.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vcursor.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/vcursor.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/gs.el -%%DATADIR%%/%%EMACS_VER%%/lisp/rot13.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/locate.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/ruler-mode.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/align.el -%%DATADIR%%/%%EMACS_VER%%/lisp/dnd.el -%%DATADIR%%/%%EMACS_VER%%/lisp/kermit.el -%%DATADIR%%/%%EMACS_VER%%/lisp/echistory.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/vc-arch.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/vc-arch.el -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/assoc.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/vip.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/mouse-sel.el -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/cc-compat.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/pgg-pgp5.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/lazy-lock.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/pgg.el -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/tpu-mapper.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/tpu-extras.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/levents.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/pc-mode.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/longlines.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/gulp.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/pgg-pgp5.el -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/cc-compat.el -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/meese.el -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/erc-hecomplete.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/abbrevlist.el -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/levents.el -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/swedish.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/s-region.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/keyswap.el -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/erc-hecomplete.el -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/vc-mcvs.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/lucid.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/pgg-def.el -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/sregex.el -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/spell.el -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/pgg-gpg.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/pgg-def.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/complete.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/vi.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/gulp.el -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/lazy-lock.el -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/cl-compat.el -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/xesam.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/yow.el -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/sregex.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/terminal.el -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/options.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/fast-lock.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/mailpost.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/old-emacs-lock.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/otodo-mode.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/pc-select.el -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/xesam.el -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/crisp.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/resume.el -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/sup-mouse.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/iswitchb.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/ws-mode.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/old-emacs-lock.el -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/pgg-pgp.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/iso-insert.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/assoc.el -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/lmenu.el -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/scribe.el -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/cl-compat.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/ledit.el -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/longlines.el -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/vc-mcvs.el -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/bruce.el -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/scribe.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/old-whitespace.el -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/pc-select.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/patcomp.el -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/spell.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/otodo-mode.el -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/pgg.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/tpu-edt.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/iso-swed.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/tpu-extras.el -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/sym-comp.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/awk-mode.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/meese.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/iso-swed.el -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/ledit.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/sym-comp.el -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/options.el -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/crisp.el -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/complete.el -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/iso-acc.el -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/pgg-pgp.el -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/terminal.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/fast-lock.el -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/yow.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/tpu-mapper.el -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/iso-acc.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/mailpost.el -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/vip.el -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/s-region.el -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/cust-print.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/vi.el -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/old-whitespace.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/iso-insert.el -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/resume.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/pc-mode.el -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/awk-mode.el -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/iswitchb.el -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/pgg-gpg.el -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/lucid.el -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/pgg-parse.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/pgg-parse.el -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/sup-mouse.el -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/swedish.el -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/cust-print.el -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/mouse-sel.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/rcompile.el -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/abbrevlist.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/tpu-edt.el -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/rcompile.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/lmenu.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/ws-mode.el -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/landmark.el -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/landmark.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/isearchb.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/edmacro.el -%%DATADIR%%/%%EMACS_VER%%/lisp/outline.el -%%DATADIR%%/%%EMACS_VER%%/lisp/faces.el -%%DATADIR%%/%%EMACS_VER%%/lisp/ibuf-macs.el -%%DATADIR%%/%%EMACS_VER%%/lisp/hi-lock.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/find-file.el -%%DATADIR%%/%%EMACS_VER%%/lisp/server.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/saveplace.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/kmacro.el -%%DATADIR%%/%%EMACS_VER%%/lisp/jka-compr.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/tutorial.el -%%DATADIR%%/%%EMACS_VER%%/lisp/sort.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/dabbrev.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/tar-mode.el -%%DATADIR%%/%%EMACS_VER%%/lisp/proced.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/viper-ex.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/cua-rect.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/cua-gmrk.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/cua-gmrk.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/viper-keym.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/edt.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/viper.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/viper-macs.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/viper-init.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/viper-mous.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/viper-mous.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/viper-cmd.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/viper-keym.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/cua-rect.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/viper-util.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/cua-base.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/edt-mapper.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/viper-util.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/viper-macs.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/viper-cmd.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/keypad.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/edt-vt100.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/keypad.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/edt-lk201.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/viper.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/edt.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/edt-lk201.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/edt-pc.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/viper-ex.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/edt-vt100.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/edt-mapper.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/cua-base.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/edt-pc.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/viper-init.el -%%DATADIR%%/%%EMACS_VER%%/lisp/speedbar.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/disp-table.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/dos-w32.el -%%DATADIR%%/%%EMACS_VER%%/lisp/mouse-copy.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/sb-image.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/cedet.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/mode-local.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/document.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/mode.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/srt-mode.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/srt-wy.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/ctxt.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/dictionary.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/extract.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/find.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/template.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/map.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/table.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/args.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/semantic.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/filters.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/mode.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/expandproto.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/cpp.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/semantic.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/java.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/loaddefs.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/srt-wy.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/getset.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/srt.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/fields.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/template.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/texi.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/dictionary.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/expandproto.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/java.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/el.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/srt-mode.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/insert.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/el.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/getset.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/document.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/compile.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/table.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/insert.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/filters.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/args.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/extract.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/ctxt.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/fields.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/srt.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/map.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/texi.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/find.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/compile.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/cpp.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/pulse.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/db-mode.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/sb.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/tag-write.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/util.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/ctxt.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/edit.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/find.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/db-ref.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/complete.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/db-ref.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/db-mode.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/decorate/include.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/decorate/include.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/decorate/mode.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/decorate/mode.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/tag-ls.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/mru-bookmark.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/wisent/wisent.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/wisent/comp.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/wisent/wisent.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/wisent/comp.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/wisent/python-wy.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/wisent/js-wy.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/wisent/grammar.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/wisent/javat-wy.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/wisent/java-tags.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/wisent/python.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/wisent/js-wy.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/wisent/javascript.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/wisent/python-wy.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/wisent/python.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/wisent/javascript.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/wisent/grammar.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/wisent/java-tags.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/wisent/javat-wy.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/bovine.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/texi.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/ia.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/ede-grammar.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/util-modes.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/fw.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/db-find.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/grammar.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/idle.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/db-ebrowse.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/ia-sb.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/java.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/grammar-wy.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/tag.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/db-javascript.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/decorate.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/analyze.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/imenu.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/ia.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/sb.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/senator.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/db-typecache.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/html.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/db-debug.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/decorate.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/db-global.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/db-el.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/fw.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/lex-spp.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/edit.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/db-file.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/loaddefs.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/bovine/make-by.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/bovine/c.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/bovine/el.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/bovine/scm-by.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/bovine/grammar.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/bovine/scm.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/bovine/scm-by.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/bovine/grammar.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/bovine/gcc.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/bovine/scm.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/bovine/debug.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/bovine/make.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/bovine/c.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/bovine/c-by.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/bovine/el.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/bovine/debug.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/bovine/gcc.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/bovine/make.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/bovine/c-by.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/bovine/make-by.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/complete.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/dep.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/html.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/mru-bookmark.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/db-el.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/dep.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/ia-sb.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/symref/cscope.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/symref/grep.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/symref/list.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/symref/idutils.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/symref/global.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/symref/filter.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/symref/idutils.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/symref/list.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/symref/grep.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/symref/filter.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/symref/cscope.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/symref/global.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/texi.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/idle.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/db-typecache.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/debug.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/tag-write.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/sort.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/format.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/scope.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/db-file.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/java.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/analyze/debug.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/analyze/refs.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/analyze/fcn.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/analyze/refs.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/analyze/debug.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/analyze/fcn.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/analyze/complete.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/analyze/complete.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/symref.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/wisent.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/tag-file.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/format.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/scope.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/lex.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/chart.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/senator.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/debug.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/lex.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/grammar.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/db-find.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/db-ebrowse.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/tag-ls.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/doc.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/symref.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/ctxt.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/grammar-wy.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/db-global.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/lex-spp.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/bovine.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/find.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/util.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/tag.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/util-modes.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/db-debug.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/db-javascript.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/chart.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/imenu.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/sort.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/db.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/analyze.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/ede-grammar.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/tag-file.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/doc.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/wisent.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/db.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/pulse.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/cedet-cscope.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/cedet-idutils.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/cedet-global.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/cedet-global.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/inversion.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/cedet-files.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/cedet-cscope.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/cedet.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/config.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/config.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/detect.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/detect.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/proj-shared.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/proj-misc.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/custom.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/autoconf-edit.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/proj-comp.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/proj-archive.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/proj-archive.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/base.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/loaddefs.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/proj.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/proj-scheme.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/source.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/make.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/proj-info.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/cpp-root.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/proj-prog.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/system.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/proj-misc.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/shell.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/pmake.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/dired.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/proj-prog.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/srecode.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/project-am.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/dired.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/source.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/base.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/pconf.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/proj-aux.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/proj-scheme.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/shell.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/simple.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/custom.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/speedbar.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/autoconf-edit.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/locate.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/linux.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/makefile-edit.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/proj.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/emacs.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/make.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/system.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/proj-elisp.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/util.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/pmake.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/proj-shared.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/linux.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/cpp-root.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/simple.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/auto.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/auto.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/locate.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/generic.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/proj-obj.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/proj-obj.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/files.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/proj-elisp.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/proj-comp.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/files.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/generic.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/speedbar.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/project-am.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/pconf.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/proj-info.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/srecode.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/makefile-edit.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/proj-aux.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/util.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/emacs.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/mode-local.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/cedet-files.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/data-debug.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/inversion.el -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/data-debug.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/cedet-idutils.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/cl-generic.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/cl-generic.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/cl-preloaded.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/cl-preloaded.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/cursor-sensor.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/cursor-sensor.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/eieio-compat.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/eieio-compat.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/inline.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/inline.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/shadow.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/unsafep.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/elp.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/byte-opt.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/eieio.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/testcover.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/byte-opt.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/eieio-datadebug.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/cl-loaddefs.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/cl-seq.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/pcase.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/check-declare.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/eieio-custom.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/generic.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/bytecomp.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/autoload.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/bindat.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/elp.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/pcase.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/ert-x.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/unsafep.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/eieio-opt.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/warnings.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/easymenu.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/gv.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/avl-tree.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/cl-extra.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/byte-run.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/gv.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/tabulated-list.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/lisp-mode.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/trace.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/avl-tree.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/elint.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/syntax.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/ring.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/rx.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/easy-mmode.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/crm.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/cl-indent.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/cl-extra.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/smie.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/tq.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/backquote.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/eieio-core.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/helper.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/shadow.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/float-sup.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/edebug.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/subr-x.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/benchmark.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/trace.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/eieio-core.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/autoload.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/eieio-speedbar.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/cl.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/timer.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/checkdoc.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/lisp-mnt.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/ert.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/cl.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/chart.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/cl-macs.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/lisp.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/debug.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/derived.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/package-x.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/eldoc.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/eieio-speedbar.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/eieio.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/tcover-ses.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/tcover-unsafep.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/re-builder.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/checkdoc.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/package.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/elint.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/easy-mmode.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/check-declare.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/byte-run.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/backquote.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/derived.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/cl-lib.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/regexp-opt.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/copyright.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/rx.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/timer.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/cconv.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/benchmark.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/map-ynp.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/tabulated-list.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/ring.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/macroexp.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/bytecomp.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/cconv.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/pp.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/regi.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/lisp-mode.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/package.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/chart.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/advice.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/warnings.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/eieio-custom.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/nadvice.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/lisp.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/package-x.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/eieio-base.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/crm.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/float-sup.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/eieio-base.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/disass.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/ewoc.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/copyright.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/eieio-datadebug.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/pp.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/smie.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/subr-x.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/cl-lib.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/cl-indent.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/ewoc.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/ert.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/find-func.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/eieio-opt.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/lisp-mnt.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/regi.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/find-func.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/eldoc.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/map-ynp.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/cl-seq.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/tcover-ses.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/ert-x.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/nadvice.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/macroexp.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/helper.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/tq.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/tcover-unsafep.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/regexp-opt.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/bindat.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/cl-macs.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/disass.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/testcover.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/re-builder.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/edebug.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/debug.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/generic.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/syntax.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/easymenu.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/advice.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/seq.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/seq.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/generator.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/generator.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/map.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/map.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/informat.el +%%DATADIR%%/%%EMACS_VER%%/lisp/version.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/version.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/view.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/view.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vt-control.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/vt-control.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vt100-led.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/vt100-led.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/w32-fns.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/w32-fns.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/w32-vars.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/w32-vars.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/wdired.el.gz %%DATADIR%%/%%EMACS_VER%%/lisp/wdired.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/imenu.el -%%DATADIR%%/%%EMACS_VER%%/lisp/env.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/rect.el -%%DATADIR%%/%%EMACS_VER%%/lisp/image-mode.el -%%DATADIR%%/%%EMACS_VER%%/lisp/t-mouse.el -%%DATADIR%%/%%EMACS_VER%%/lisp/faces.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/scroll-bar.el -%%DATADIR%%/%%EMACS_VER%%/lisp/find-cmd.el -%%DATADIR%%/%%EMACS_VER%%/lisp/hexl.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/follow.el -%%DATADIR%%/%%EMACS_VER%%/lisp/hl-line.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/info-xref.el -%%DATADIR%%/%%EMACS_VER%%/lisp/menu-bar.el -%%DATADIR%%/%%EMACS_VER%%/lisp/winner.el -%%DATADIR%%/%%EMACS_VER%%/lisp/mouse-drag.el -%%DATADIR%%/%%EMACS_VER%%/lisp/delim-col.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/tmm.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/env.el -%%DATADIR%%/%%EMACS_VER%%/lisp/epa.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/vcursor.el -%%DATADIR%%/%%EMACS_VER%%/lisp/midnight.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/startup.el -%%DATADIR%%/%%EMACS_VER%%/lisp/pcmpl-x.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/README -%%DATADIR%%/%%EMACS_VER%%/lisp/image.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/find-lisp.el -%%DATADIR%%/%%EMACS_VER%%/lisp/select.el -%%DATADIR%%/%%EMACS_VER%%/lisp/ps-mule.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/epa-dired.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/autoinsert.el -%%DATADIR%%/%%EMACS_VER%%/lisp/files.el -%%DATADIR%%/%%EMACS_VER%%/lisp/character-fold.el -%%DATADIR%%/%%EMACS_VER%%/lisp/character-fold.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/let-alist.el -%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/let-alist.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/international/charscript.el -%%DATADIR%%/%%EMACS_VER%%/lisp/international/charscript.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/international/cp51932.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/international/eucjp-ms.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/net/pinentry.el -%%DATADIR%%/%%EMACS_VER%%/lisp/net/pinentry.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/bruce.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/keyswap.elc -%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/patcomp.elc -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/site-lisp/site-start.el +%%DATADIR%%/%%EMACS_VER%%/lisp/whitespace.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/whitespace.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/wid-browse.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/wid-browse.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/wid-edit.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/wid-edit.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/widget.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/widget.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/windmove.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/windmove.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/window.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/window.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/winner.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/winner.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/woman.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/woman.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/x-dnd.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/x-dnd.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/xml.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/xml.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/xt-mouse.el.gz +%%DATADIR%%/%%EMACS_VER%%/lisp/xt-mouse.elc %%DATADIR%%/%%EMACS_VER%%/site-lisp/subdirs.el -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/macuvs.h -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/w32reg.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/tparam.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/w32gui.h -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/dosfns.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/terminal.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/macros.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/unexcw.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/unexsol.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/composite.h -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/region-cache.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/site-lisp/site-start.el +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/alloc.c %%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/atimer.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/termcap.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/terminfo.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/globals.h -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/ftxfont.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/w32console.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/minibuf.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/charset.h -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/frame.h -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/conf_post.h -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/gnutls.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/unexcoff.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/indent.h -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/w32.h -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/nsterm.h -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/regex.h -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/w32inevt.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/decompress.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/xgselect.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/blockinput.h -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/coding.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/lread.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/process.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/systime.h -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/gtkutil.h -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/intervals.h -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/doc.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/atimer.h %%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/bidi.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/xfaces.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/w32heap.h -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/termchar.h -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/menu.h -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/w32notify.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/w32term.h +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/blockinput.h +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/buffer.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/buffer.h +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/buildobj.h %%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/bytecode.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/xsmfns.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/macfont.h -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/syswait.h -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/fns.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/scroll.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/sheap.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/firstfile.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/msdos.h -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/keymap.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/callint.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/callproc.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/casefiddle.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/casetab.c %%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/category.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/epaths.h -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/xdisp.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/category.h +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/ccl.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/ccl.h +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/character.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/character.h +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/charset.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/charset.h +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/chartab.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/cm.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/cm.h +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/cmds.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/coding.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/coding.h +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/commands.h +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/composite.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/composite.h +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/conf_post.h +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/config.h +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/cygw32.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/cygw32.h +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/data.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/dbusbind.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/decompress.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/dired.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/dispextern.h +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/dispnew.c %%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/disptab.h -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/undo.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/buffer.h -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/widget.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/w32select.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/doc.c %%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/doprnt.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/cm.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/termhooks.h -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/insdel.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/inotify.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/xselect.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/xftfont.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/character.h -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/print.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/ralloc.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/font.h -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/textprop.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/xterm.h -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/systty.h -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/xsettings.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/dosfns.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/dosfns.h +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/dynlib.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/dynlib.h +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/editfns.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/emacs-icon.h +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/emacs-module.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/emacs-module.h +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/emacs.c %%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/emacsgtkfixed.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/w32font.h -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/keyboard.h -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/w32proc.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/callproc.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/cygw32.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/syntax.h +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/emacsgtkfixed.h +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/epaths.h +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/eval.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/fileio.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/filelock.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/firstfile.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/floatfns.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/fns.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/font.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/font.h +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/fontset.c %%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/fontset.h -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/w32uniscribe.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/config.h -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/cmds.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/marker.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/gfilenotify.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/frame.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/frame.h +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/fringe.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/ftcrfont.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/ftfont.c %%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/ftfont.h -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/sysdep.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/unexaix.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/window.h -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/search.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/syssignal.h -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/ccl.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/w32menu.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/ftxfont.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/getpagesize.h +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/gfilenotify.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/globals.h +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/gmalloc.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/gnutls.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/gnutls.h %%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/gtkutil.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/emacs-icon.h +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/gtkutil.h +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/image.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/indent.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/indent.h +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/inotify.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/insdel.c %%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/intervals.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/editfns.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/filelock.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/w32heap.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/intervals.h +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/keyboard.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/keyboard.h +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/keymap.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/keymap.h +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/lastfile.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/lisp.h +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/lread.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/macfont.h +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/macros.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/macros.h +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/macuvs.h +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/marker.c %%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/menu.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/puresize.h -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/casefiddle.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/chartab.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/data.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/gnutls.h -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/indent.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/w32.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/regex.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/getpagesize.h +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/menu.h +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/minibuf.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/msdos.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/msdos.h %%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/nsgui.h -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/w32inevt.h -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/xgselect.h -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/coding.h +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/nsterm.h +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/print.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/process.c %%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/process.h +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/profiler.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/puresize.h +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/ralloc.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/regex.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/regex.h +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/region-cache.c %%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/region-cache.h -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/xmenu.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/atimer.h -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/dispextern.h -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/dired.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/charset.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/frame.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/w32fns.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/tparam.h -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/dosfns.h -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/macros.h -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/vm-limit.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/xrdb.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/alloc.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/composite.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/widgetprv.h -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/w32xfns.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/dbusbind.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/cygw32.h -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/xml.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/syntax.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/fontset.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/commands.h +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/scroll.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/search.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/sheap.c %%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/sound.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/dispnew.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/unexelf.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/xfns.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/ftfont.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/syntax.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/syntax.h +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/sysdep.c %%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/sysselect.h -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/window.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/profiler.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/ccl.h -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/lastfile.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/character.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/syssignal.h %%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/sysstdio.h -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/font.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/systime.h +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/systty.h +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/syswait.h +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/term.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/termcap.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/termchar.h +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/termhooks.h +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/terminal.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/terminfo.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/termopts.h +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/textprop.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/tparam.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/tparam.h +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/undo.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/unexaix.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/unexcoff.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/unexcw.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/unexec.h +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/unexelf.c %%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/unexhp9k800.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/gmalloc.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/xterm.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/eval.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/unexmacosx.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/unexsol.c %%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/unexw32.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/fileio.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/xsettings.h -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/unexec.h -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/emacsgtkfixed.h -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/w32font.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/keyboard.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/buildobj.h -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/image.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/floatfns.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/fringe.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/lisp.h -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/termopts.h +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/vm-limit.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/w16select.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/w32.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/w32.h %%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/w32common.h -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/buffer.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/widget.h -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/callint.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/w32console.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/w32fns.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/w32font.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/w32font.h +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/w32gui.h +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/w32heap.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/w32heap.h +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/w32inevt.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/w32inevt.h +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/w32menu.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/w32notify.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/w32proc.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/w32reg.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/w32select.c %%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/w32select.h -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/cm.h -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/unexmacosx.c %%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/w32term.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/emacs.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/casetab.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/w16select.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/w32term.h +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/w32uniscribe.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/w32xfns.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/widget.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/widget.h +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/widgetprv.h +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/window.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/window.h +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/xdisp.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/xfaces.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/xfns.c %%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/xfont.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/term.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/msdos.c -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/keymap.h -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/category.h -%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/ftcrfont.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/xftfont.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/xgselect.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/xgselect.h +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/xmenu.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/xml.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/xrdb.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/xselect.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/xsettings.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/xsettings.h +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/xsmfns.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/xterm.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/xterm.h %%DATADIR%%/site-lisp/subdirs.el share/icons/hicolor/128x128/apps/emacs.png share/icons/hicolor/16x16/apps/emacs.png @@ -4043,3 +4144,7 @@ share/icons/hicolor/32x32/apps/emacs.png share/icons/hicolor/48x48/apps/emacs.png share/icons/hicolor/scalable/apps/emacs.svg share/icons/hicolor/scalable/mimetypes/emacs-document.svg +share/icons/hicolor/scalable/mimetypes/emacs-document23.svg +@(games,games,0664) /var/games/emacs/snake-scores +@(games,games,0664) /var/games/emacs/tetris-scores +@dir(games,games,0755) /var/games/emacs |