Index: Makefile =================================================================== --- Makefile (revision 372064) +++ Makefile (working copy) @@ -3,12 +3,11 @@ PORTNAME= emacs PORTVERSION= ${EMACS_VER} -PORTREVISION?= 8 PORTEPOCH= 3 CATEGORIES= editors ipv6 MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} -PKGNAMESUFFIX?= 24 +PKGNAMESUFFIX?= 24 PATCH_SITE_SUBDIR+= ashish PATCH_DIST_STRIP= -p1 @@ -19,62 +18,70 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -MAKE_JOBS_SAFE= yes - CONFLICTS= emacs-19.* emacs21-[0-9]* emacs22-[0-9]* emacs23-[0-9]* \ - xemacs-[0-9]* xemacs-devel-[0-9]* \ - xemacs-mule-[0-9]* xemacs-devel-mule-[0-9]* \ + xemacs-[0-9]* xemacs-devel-[0-9]* xemacs-mule-[0-9]* \ + xemacs-devel-mule-[0-9]* \ emacs-devel-[0-9]* -EMACS_VER= 24.3 +EMACS_VER= 24.4 GNU_CONFIGURE= yes -USES= ncurses gmake makeinfo pkgconfig shebangfix tar:xz +USES= desktop-file-utils gmake makeinfo ncurses pkgconfig shebangfix tar:xz CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INFO_PATH= ${DATADIR_REL}/info -CONFIGURE_ARGS= --localstatedir=/var --without-compress-info WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +USE_AUTOTOOLS= autoconf:env aclocal:env automake:env autoheader:env + SHEBANG_FILES= lib-src/grep-changelog -PLIST_SUB= EMACS_VER=${EMACS_VER} INFODIR=${INFO_PATH} +# 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}/leim ${DATADIR}/${EMACS_VER}/lisp ${DATADIR}/${EMACS_VER}/src \ +EMACS_DIRS= ${DATADIR}/${EMACS_VER}/lisp ${DATADIR}/${EMACS_VER}/src \ ${PREFIX}/libexec/${PORTNAME} +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 flymake forms gnus htmlfontify idlwave info \ - mairix-el message mh-e newsticker nxml-mode \ - org pcl-cvs pgg rcirc reftex remember sasl sc semantic ses sieve \ - smtpmail speedbar srecode tramp url vip viper widget wisent woman + ebrowse ede ediff edt efaq eieio eintr elisp emacs-gnutls \ + emacs-mime 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 vip viper widget wisent woman -CONFLICTS+= emacs-nox11-[0-9]* -OPTIONS_DEFINE= CANNA DBUS GCONF GIF JPEG M17N OTF PNG SOUND SOURCES SVG TIFF SYNC_INPUT SCROLLBARS X11 XFT \ - XIM XML XPM MAGICK GNUTLS GSETTINGS +OPTIONS_DEFINE= CANNA X11 ACL DBUS GCONF GIF JPEG M17N OTF PNG SOUND SOURCES SVG TIFF SCROLLBARS \ + XFT XIM XML XPM MAGICK GNUTLS GSETTINGS LTO FILENOTIFY -OPTIONS_SINGLE= X11 +OPTIONS_SINGLE= X11 SOUND CANNA_DESC= Canna support -GSETTINGS_DESC= GSettings support (requires DBUS) +ACL_DESC= ACL support +GSETTINGS_DESC= GSettings support SCROLLBARS_DESC= Toolkit scroll-bars SOUND_DESC= Sound support SOURCES_DESC= Install sources -SYNC_INPUT_DESC= Synchronously process asynchronous input 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+) OPTIONS_SINGLE_X11= GTK2 GTK3 XAW XAW3D MOTIF +OPTIONS_SINGLE_SOUND= ALSA OSS .if !defined(EMACS_NO_X11_SLAVE) OPTIONS_DEFAULT=DBUS GCONF GIF GTK2 JPEG M17N OTF PNG SOUND SOURCES SVG TIFF SYNC_INPUT \ SCROLLBARS XFT XIM XML XPM MAGICK GNUTLS GSETTINGS X11 +CONFLICTS+= emacs-nox11-[0-9]* .else OPTIONS_DEFAULT=SOURCES GNUTLS XML +CONFLICTS+= emacs24-[0-9]* .endif OPTIONS_SUB= SOURCES @@ -83,13 +90,15 @@ --with-canna-includes=${LOCALBASE}/include \ --with-canna-libraries=${LOCALBASE}/lib CANNA_PATCH_SITES= http://distfiles.pirateparty.in/%SUBDIR%/ ${MASTER_SITE_LOCAL} -CANNA_PATCHFILES= emacs24.3canna-20140616.diff.gz +CANNA_PATCHFILES= emacs24.4canna-20141030.diff.gz CANNA_LIB_DEPENDS= libcanna.so:${PORTSDIR}/japanese/canna-lib -SOUND_CONFIGURE_WITH= sound +SOUND_CONFIGURE_OFF= --with-sound=no +ALSA_CONFIGURE_ON= --with-sound=alsa +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 @@ -97,22 +106,40 @@ XML_USE= GNOME=libxml2 XML_CONFIGURE_WITH= xml2 -SVG_USE= GNOME=librsvg2 +SVG_USE= GNOME=librsvg2 SVG_CONFIGURE_WITH= rsvg -GTK2_USE= GNOME=gtk20 +X11_CONFIGURE_WITH= x +X11_USE= XORG=x11 +X11_PLIST_DIRSTRY_OFF= share/icons/hicolor/scalable/mimetypes \ + share/icons/hicolor/scalable/apps \ + share/icons/hicolor/scalable \ + share/icons/hicolor/48x48/apps \ + share/icons/hicolor/48x48 \ + share/icons/hicolor/32x32/apps \ + share/icons/hicolor/32x32 \ + share/icons/hicolor/24x24/apps \ + share/icons/hicolor/24x24 \ + share/icons/hicolor/16x16/apps \ + share/icons/hicolor/16x16 \ + share/icons/hicolor/128x128/apps \ + share/icons/hicolor/128x128 \ + share/icons/hicolor \ + share/icons + +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 @@ -147,20 +174,30 @@ MAGICK_LIB_DEPENDS= libMagickCore-6.Q*.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+ + +ACL_CONFIGURE_OFF= --disable-acl + +FILENOTIFY_CONFIGURE_ON= --with-file-notification=gfile +FILENOTIFY_CONFIGURE_OFF= --without-file-notification +FILENOTIFY_USE= GNOME=glib20 + .include -# clang is broken on i386 platform in -O2, due to use of alloca +# clang is broken on i386 platform in -O2, due to use of alloca, and stack realignment # and %esi as frame pointer register +# http://llvm.org/bugs/show_bug.cgi?id=18171 .if ${ARCH} == "i386" -USE_GCC= any +USE_GCC= any .endif DBUS_PTHREAD_LIBS= ${CC} -dumpspecs | ${GREP} -m 1 pthread: | ${SED} -e 's|^.*%{\!pg: %{pthread:||' -e 's|}.*$$||' || ${TRUE} @@ -167,9 +204,6 @@ .if ${PORT_OPTIONS:MX11} -CONFIGURE_ARGS+= --with-x -USE_XORG= x11 - INSTALLS_ICONS= yes .if !${PORT_OPTIONS:MXFT} @@ -182,11 +216,9 @@ .else -CONFIGURE_ARGS+= --without-x - .for OPT in SVG GTK2 GTK3 XAW3D XAW MOTIF SCROLLBARS JPEG TIFF GIF PNG XPM XFT M17N MAGICK GCONF GSETTINGS XIM .if ${PORT_OPTIONS:M${OPT}} -IGNORE= ${OPT} option depends on X11 option +IGNORE= option ${OPT} requires requires X11 option .endif .endfor @@ -194,7 +226,7 @@ .if !${PORT_OPTIONS:MDBUS} .if ${PORT_OPTIONS:MGSETTINGS} -IGNORE= GSettings support requires DBUS. Please run 'make config' +IGNORE= support for GSettings requires DBUS. Please run 'make config' .endif .endif @@ -210,45 +242,28 @@ .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 -.if !${PORT_OPTIONS:MX11} +.if empty(PORT_OPTIONS:MX11) @${REINPLACE_CMD} -e 's/^Terminal=.*$$/Terminal=true/' ${WRKSRC}/etc/emacs.desktop .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 -add-plist-data: -.for i in ${EMACS_DIRS} - @${FIND} ${STAGEDIR}${i} -type f |${SED} -E -e 's,^${STAGEDIR}${PREFIX}/,,g' >>${TMPPLIST} -.endfor - @${FIND} ${WRKSRC}/etc -type f |${SED} -E -e 's,^${WRKSRC},${DATADIR_REL}/${EMACS_VER},g' -e '/etc\/(\..*|ChangeLog|DOC)$$/d' >>${TMPPLIST} - @${FIND} ${WRKSRC}/etc -type d -depth |${SED} -E -e 's,^${WRKSRC},@dirrm ${DATADIR_REL}/${EMACS_VER},g' >>${TMPPLIST} -.for i in ${EMACS_DIRS} - @${FIND} ${STAGEDIR}${i} -type d -depth |${SED} -E -e 's,^${STAGEDIR}${PREFIX}/,@dirrm ,g' >>${TMPPLIST} -.endfor - @${ECHO} "@unexec rmdir %D/${DATADIR_REL}/${EMACS_VER} 2>/dev/null || true" >>${TMPPLIST} - 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 + ${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 +.if !defined(WITHOUT_X11) pre-everything:: -.if ${PORT_OPTIONS:MX11} @${ECHO_MSG} - @${ECHO_MSG} "====> To disable X11 support, unset option: X11." + @${ECHO_MSG} "====> To disable X11 support, define: WITHOUT_X11." @${ECHO_MSG} .endif -.if ${PORT_OPTIONS:MCANNA} - @${ECHO_MSG} "====> Canna support is not part of standard distribution" - @${ECHO_MSG} "====> of GNU Emacs and is therefore not supported by GNU" - @${ECHO_MSG} "====> Emacs development team." -.endif - @${ECHO_MSG} .include Index: distinfo =================================================================== --- distinfo (revision 372064) +++ distinfo (working copy) @@ -1,4 +1,4 @@ -SHA256 (emacs-24.3.tar.xz) = 70aa2942e9ae689ed17eddedfca5027c364ffbcc8b59968b1645e935f4c7058d -SIZE (emacs-24.3.tar.xz) = 35565352 -SHA256 (emacs24.3canna-20140616.diff.gz) = a9e6a55896aa5ab733446ca86183e65c91404c29fb30e8e288302597ca578439 -SIZE (emacs24.3canna-20140616.diff.gz) = 31698 +SHA256 (emacs-24.4.tar.xz) = 47e391170db4ca0a3c724530c7050655f6d573a711956b4cd84693c194a9d4fd +SIZE (emacs-24.4.tar.xz) = 39733124 +SHA256 (emacs24.4canna-20141030.diff.gz) = 3c49cbdf9bf822c8d682568b63328c959a79edafa2ac73aa4e5c2d27059fcfa0 +SIZE (emacs24.4canna-20141030.diff.gz) = 31687 Index: files/patch-Makefile.in =================================================================== --- files/patch-Makefile.in (revision 372064) +++ files/patch-Makefile.in (working copy) @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- Makefile.in.orig -+++ Makefile.in -@@ -610,7 +610,7 @@ - cd ${srcdir}/info ; \ - for elt in ${INFO_NONMISC} $${info_misc}; do \ - test "$(HAVE_MAKEINFO)" = "no" && test ! -f $$elt && continue; \ -- for f in `ls $$elt $$elt-[1-9] $$elt-[1-9][0-9] 2>/dev/null`; do \ -+ for f in `ls $$elt 2>/dev/null`; do \ - (cd $${thisdir}; \ - ${INSTALL_DATA} ${srcdir}/info/$$f $(DESTDIR)${infodir}/$$f); \ - ( [ -n "${GZIP_INFO}" ] && [ -n "${GZIP_PROG}" ] ) || continue ; \ Index: files/patch-c113322.diff =================================================================== --- files/patch-c113322.diff (revision 372064) +++ files/patch-c113322.diff (working copy) @@ -1,276 +0,0 @@ - -$FreeBSD$ - -Backport of changeset: 113322 -fixes bug: http://debbugs.gnu.org/14812 -committer: Paul Eggert -branch nick: trunk -timestamp: Sun 2013-07-07 23:15:38 -0700 -message: - Try to fix FreeBSD 9.1 porting problem. - - This incorporates the following merge from gnulib: - 2013-07-07 stdalign, verify: port to FreeBSD 9.1, to C11, and to C++11 - ---- lib/verify.h.orig -+++ lib/verify.h -@@ -18,7 +18,7 @@ - /* Written by Paul Eggert, Bruno Haible, and Jim Meyering. */ - - #ifndef _GL_VERIFY_H --# define _GL_VERIFY_H -+#define _GL_VERIFY_H - - - /* Define _GL_HAVE__STATIC_ASSERT to 1 if _Static_assert works as per C11. -@@ -31,14 +31,24 @@ - Use this only with GCC. If we were willing to slow 'configure' - down we could also use it with other compilers, but since this - affects only the quality of diagnostics, why bother? */ --# if (4 < __GNUC__ || (__GNUC__ == 4 && 6 <= __GNUC_MINOR__)) && !defined __cplusplus --# define _GL_HAVE__STATIC_ASSERT 1 --# endif -+#if (4 < __GNUC__ + (6 <= __GNUC_MINOR__) \ -+ && (201112L <= __STDC_VERSION__ || !defined __STRICT_ANSI__) \ -+ && !defined __cplusplus) -+# define _GL_HAVE__STATIC_ASSERT 1 -+#endif - /* The condition (99 < __GNUC__) is temporary, until we know about the - first G++ release that supports static_assert. */ --# if (99 < __GNUC__) && defined __cplusplus --# define _GL_HAVE_STATIC_ASSERT 1 --# endif -+#if (99 < __GNUC__) && defined __cplusplus -+# define _GL_HAVE_STATIC_ASSERT 1 -+#endif -+ -+/* FreeBSD 9.1 , included by and lots of other -+ system headers, defines a conflicting _Static_assert that is no -+ better than ours; override it. */ -+#ifndef _GL_HAVE_STATIC_ASSERT -+# include -+# undef _Static_assert -+#endif - - /* Each of these macros verifies that its argument R is nonzero. To - be portable, R should be an integer constant expression. Unlike -@@ -141,50 +151,50 @@ - Use a template type to work around the problem. */ - - /* Concatenate two preprocessor tokens. */ --# define _GL_CONCAT(x, y) _GL_CONCAT0 (x, y) --# define _GL_CONCAT0(x, y) x##y -+#define _GL_CONCAT(x, y) _GL_CONCAT0 (x, y) -+#define _GL_CONCAT0(x, y) x##y - - /* _GL_COUNTER is an integer, preferably one that changes each time we - use it. Use __COUNTER__ if it works, falling back on __LINE__ - otherwise. __LINE__ isn't perfect, but it's better than a - constant. */ --# if defined __COUNTER__ && __COUNTER__ != __COUNTER__ --# define _GL_COUNTER __COUNTER__ --# else --# define _GL_COUNTER __LINE__ --# endif -+#if defined __COUNTER__ && __COUNTER__ != __COUNTER__ -+# define _GL_COUNTER __COUNTER__ -+#else -+# define _GL_COUNTER __LINE__ -+#endif - - /* Generate a symbol with the given prefix, making it unique if - possible. */ --# define _GL_GENSYM(prefix) _GL_CONCAT (prefix, _GL_COUNTER) -+#define _GL_GENSYM(prefix) _GL_CONCAT (prefix, _GL_COUNTER) - - /* Verify requirement R at compile-time, as an integer constant expression - that returns 1. If R is false, fail at compile-time, preferably - with a diagnostic that includes the string-literal DIAGNOSTIC. */ - --# define _GL_VERIFY_TRUE(R, DIAGNOSTIC) \ -- (!!sizeof (_GL_VERIFY_TYPE (R, DIAGNOSTIC))) -+#define _GL_VERIFY_TRUE(R, DIAGNOSTIC) \ -+ (!!sizeof (_GL_VERIFY_TYPE (R, DIAGNOSTIC))) - --# ifdef __cplusplus --# if !GNULIB_defined_struct__gl_verify_type -+#ifdef __cplusplus -+# if !GNULIB_defined_struct__gl_verify_type - template - struct _gl_verify_type { - unsigned int _gl_verify_error_if_negative: w; - }; --# define GNULIB_defined_struct__gl_verify_type 1 --# endif --# define _GL_VERIFY_TYPE(R, DIAGNOSTIC) \ -- _gl_verify_type<(R) ? 1 : -1> --# elif defined _GL_HAVE__STATIC_ASSERT --# define _GL_VERIFY_TYPE(R, DIAGNOSTIC) \ -- struct { \ -- _Static_assert (R, DIAGNOSTIC); \ -- int _gl_dummy; \ -- } --# else --# define _GL_VERIFY_TYPE(R, DIAGNOSTIC) \ -- struct { unsigned int _gl_verify_error_if_negative: (R) ? 1 : -1; } -+# define GNULIB_defined_struct__gl_verify_type 1 - # endif -+# define _GL_VERIFY_TYPE(R, DIAGNOSTIC) \ -+ _gl_verify_type<(R) ? 1 : -1> -+#elif defined _GL_HAVE__STATIC_ASSERT -+# define _GL_VERIFY_TYPE(R, DIAGNOSTIC) \ -+ struct { \ -+ _Static_assert (R, DIAGNOSTIC); \ -+ int _gl_dummy; \ -+ } -+#else -+# define _GL_VERIFY_TYPE(R, DIAGNOSTIC) \ -+ struct { unsigned int _gl_verify_error_if_negative: (R) ? 1 : -1; } -+#endif - - /* Verify requirement R at compile-time, as a declaration without a - trailing ';'. If R is false, fail at compile-time, preferably -@@ -193,23 +203,23 @@ - Unfortunately, unlike C11, this implementation must appear as an - ordinary declaration, and cannot appear inside struct { ... }. */ - --# ifdef _GL_HAVE__STATIC_ASSERT --# define _GL_VERIFY _Static_assert --# else --# define _GL_VERIFY(R, DIAGNOSTIC) \ -- extern int (*_GL_GENSYM (_gl_verify_function) (void)) \ -- [_GL_VERIFY_TRUE (R, DIAGNOSTIC)] --# endif -+#ifdef _GL_HAVE__STATIC_ASSERT -+# define _GL_VERIFY _Static_assert -+#else -+# define _GL_VERIFY(R, DIAGNOSTIC) \ -+ extern int (*_GL_GENSYM (_gl_verify_function) (void)) \ -+ [_GL_VERIFY_TRUE (R, DIAGNOSTIC)] -+#endif - - /* _GL_STATIC_ASSERT_H is defined if this code is copied into assert.h. */ --# ifdef _GL_STATIC_ASSERT_H --# if !defined _GL_HAVE__STATIC_ASSERT && !defined _Static_assert --# define _Static_assert(R, DIAGNOSTIC) _GL_VERIFY (R, DIAGNOSTIC) --# endif --# if !defined _GL_HAVE_STATIC_ASSERT && !defined static_assert --# define static_assert _Static_assert /* C11 requires this #define. */ --# endif -+#ifdef _GL_STATIC_ASSERT_H -+# if !defined _GL_HAVE__STATIC_ASSERT && !defined _Static_assert -+# define _Static_assert(R, DIAGNOSTIC) _GL_VERIFY (R, DIAGNOSTIC) -+# endif -+# if !defined _GL_HAVE_STATIC_ASSERT && !defined static_assert -+# define static_assert _Static_assert /* C11 requires this #define. */ - # endif -+#endif - - /* @assert.h omit start@ */ - -@@ -227,18 +237,18 @@ - - verify_true is obsolescent; please use verify_expr instead. */ - --# define verify_true(R) _GL_VERIFY_TRUE (R, "verify_true (" #R ")") -+#define verify_true(R) _GL_VERIFY_TRUE (R, "verify_true (" #R ")") - - /* Verify requirement R at compile-time. Return the value of the - expression E. */ - --# define verify_expr(R, E) \ -- (_GL_VERIFY_TRUE (R, "verify_expr (" #R ", " #E ")") ? (E) : (E)) -+#define verify_expr(R, E) \ -+ (_GL_VERIFY_TRUE (R, "verify_expr (" #R ", " #E ")") ? (E) : (E)) - - /* Verify requirement R at compile-time, as a declaration without a - trailing ';'. */ - --# define verify(R) _GL_VERIFY (R, "verify (" #R ")") -+#define verify(R) _GL_VERIFY (R, "verify (" #R ")") - - /* @assert.h omit end@ */ - - ---- lib/stdalign.in.h.orig -+++ lib/stdalign.in.h -@@ -41,13 +41,28 @@ - are 4 unless the option '-malign-double' is used. - - The result cannot be used as a value for an 'enum' constant, if you -- want to be portable to HP-UX 10.20 cc and AIX 3.2.5 xlc. */ -+ want to be portable to HP-UX 10.20 cc and AIX 3.2.5 xlc. -+ -+ Include for offsetof. */ - #include --#if defined __cplusplus -+ -+/* FreeBSD 9.1 , included by and lots of other -+ standard headers, defines conflicting implementations of _Alignas -+ and _Alignof that are no better than ours; override them. */ -+#undef _Alignas -+#undef _Alignof -+ -+#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112 -+# ifdef __cplusplus -+# if 201103 <= __cplusplus -+# define _Alignof(type) alignof (type) -+# else - template struct __alignof_helper { char __a; __t __b; }; --# define _Alignof(type) offsetof (__alignof_helper, __b) --#else --# define _Alignof(type) offsetof (struct { char __a; type __b; }, __b) -+# define _Alignof(type) offsetof (__alignof_helper, __b) -+# endif -+# else -+# define _Alignof(type) offsetof (struct { char __a; type __b; }, __b) -+# endif - #endif - #define alignof _Alignof - #define __alignof_is_defined 1 -@@ -77,12 +92,16 @@ - - */ - --#if __GNUC__ || __IBMC__ || __IBMCPP__ || 0x5110 <= __SUNPRO_C --# define _Alignas(a) __attribute__ ((__aligned__ (a))) --#elif 1300 <= _MSC_VER --# define _Alignas(a) __declspec (align (a)) -+#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112 -+# if defined __cplusplus && 201103 <= __cplusplus -+# define _Alignas(a) alignas (a) -+# elif __GNUC__ || __IBMC__ || __IBMCPP__ || __ICC || 0x5110 <= __SUNPRO_C -+# define _Alignas(a) __attribute__ ((__aligned__ (a))) -+# elif 1300 <= _MSC_VER -+# define _Alignas(a) __declspec (align (a)) -+# endif - #endif --#ifdef _Alignas -+#if defined _Alignas || (defined __STDC_VERSION && 201112 <= __STDC_VERSION__) - # define alignas _Alignas - # define __alignas_is_defined 1 - #endif ---- m4/stdalign.m4.orig -+++ m4/stdalign.m4 -@@ -31,7 +31,8 @@ - - /* Test _Alignas only on platforms where gnulib can help. */ - #if \ -- (__GNUC__ || __IBMC__ || __IBMCPP__ \ -+ ((defined __cplusplus && 201103 <= __cplusplus) \ -+ || __GNUC__ || __IBMC__ || __IBMCPP__ || __ICC \ - || 0x5110 <= __SUNPRO_C || 1300 <= _MSC_VER) - int alignas (8) alignas_int = 1; - char test_alignas[_Alignof (alignas_int) == 8 ? 1 : -1]; ---- ChangeLog.orig -+++ ChangeLog -@@ -1,3 +1,9 @@ -+2013-07-08 Paul Eggert -+ -+ Try to fix FreeBSD 9.1 porting problem (Bug#14812). -+ This incorporates the following merge from gnulib: -+ 2013-07-07 stdalign, verify: port to FreeBSD 9.1, to C11, and to C++11 -+ - 2013-03-11 Glenn Morris - - * Verson 24.3 released. Index: files/patch-c117653.diff =================================================================== --- files/patch-c117653.diff (revision 0) +++ files/patch-c117653.diff (working copy) @@ -0,0 +1,39 @@ +$FreeBSD$ + +From the commit r117653, bug #18858 + +=== modified file 'lisp/ChangeLog' +--- lisp/ChangeLog 2014-11-01 13:34:45 +0000 ++++ lisp/ChangeLog 2014-11-01 14:08:00 +0000 +@@ -1,3 +1,8 @@ ++2014-11-01 Wolfgang Jenkner ++ ++ * net/tramp-sh.el (tramp-send-command): Fix the case where the ++ remote-echo connection property is non-nil (bug#18858). ++ + 2014-11-01 Michael Albinus + + Backport Tramp changes from trunk. + +=== modified file 'lisp/net/tramp-sh.el' +--- lisp/net/tramp-sh.el 2014-11-01 13:34:45 +0000 ++++ lisp/net/tramp-sh.el 2014-11-01 14:08:00 +0000 +@@ -4769,6 +4769,17 @@ + (when (tramp-get-connection-property p "remote-echo" nil) + ;; We mark the command string that it can be erased in the output buffer. + (tramp-set-connection-property p "check-remote-echo" t) ++ ;; If we put `tramp-echo-mark' after a trailing newline (which ++ ;; is assumed to be unquoted) `tramp-send-string' doesn't see ++ ;; that newline and adds `tramp-rsh-end-of-line' right after ++ ;; `tramp-echo-mark', so the remote shell sees two consecutive ++ ;; trailing line endings and sends two prompts after executing ++ ;; the command, which confuses `tramp-wait-for-output'. ++ (when (and (not (string= command "")) ++ (string-equal (substring command -1) "\n")) ++ (setq command (substring command 0 -1))) ++ ;; No need to restore a trailing newline here since `tramp-send-string' ++ ;; makes sure that the string ends in `tramp-rsh-end-of-line', anyway. + (setq command (format "%s%s%s" tramp-echo-mark command tramp-echo-mark))) + ;; Send the command. + (tramp-message vec 6 "%s" command) + Index: files/patch-configure =================================================================== --- files/patch-configure (revision 372064) +++ files/patch-configure (working copy) @@ -1,130 +0,0 @@ - -$FreeBSD$ - ---- configure.orig -+++ configure -@@ -3238,6 +3238,7 @@ - as_fn_append ac_header_list " utmp.h" - as_fn_append ac_header_list " dirent.h" - as_fn_append ac_header_list " util.h" -+as_fn_append ac_header_list " libutil.h" - as_fn_append ac_header_list " sys/socket.h" - as_fn_append ac_header_list " stdlib.h" - as_fn_append ac_header_list " unistd.h" -@@ -8627,116 +8628,6 @@ - LIBSOUND= - fi - -- -- -- ALSA_REQUIRED=1.0.0 -- ALSA_MODULES="alsa >= $ALSA_REQUIRED" -- -- succeeded=no -- -- if test "$PKG_CONFIG" = "no" ; then -- HAVE_ALSA=no -- else -- PKG_CONFIG_MIN_VERSION=0.9.0 -- if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then -- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ALSA_MODULES" >&5 --$as_echo_n "checking for $ALSA_MODULES... " >&6; } -- -- if $PKG_CONFIG --exists "$ALSA_MODULES" 2>&5 && -- ALSA_CFLAGS=`$PKG_CONFIG --cflags "$ALSA_MODULES" 2>&5` && -- ALSA_LIBS=`$PKG_CONFIG --libs "$ALSA_MODULES" 2>&5`; then -- edit_cflags=" -- s,///*,/,g -- s/^/ / -- s/ -I/ $isystem/g -- s/^ // -- " -- ALSA_CFLAGS=`$as_echo "$ALSA_CFLAGS" | sed -e "$edit_cflags"` -- ALSA_LIBS=`$as_echo "$ALSA_LIBS" | sed -e 's,///*,/,g'` -- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes CFLAGS='$ALSA_CFLAGS' LIBS='$ALSA_LIBS'" >&5 --$as_echo "yes CFLAGS='$ALSA_CFLAGS' LIBS='$ALSA_LIBS'" >&6; } -- succeeded=yes -- else -- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 --$as_echo "no" >&6; } -- ALSA_CFLAGS="" -- ALSA_LIBS="" -- ## If we have a custom action on failure, don't print errors, but -- ## do set a variable so people can do so. Do it in a subshell -- ## to capture any diagnostics in invoking pkg-config. -- ALSA_PKG_ERRORS=`($PKG_CONFIG --print-errors "$ALSA_MODULES") 2>&1` -- -- fi -- -- -- -- else -- echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer." -- echo "*** See http://www.freedesktop.org/software/pkgconfig" -- fi -- fi -- -- if test $succeeded = yes; then -- HAVE_ALSA=yes -- else -- HAVE_ALSA=no -- fi -- -- if test $HAVE_ALSA = yes; then -- SAVE_CFLAGS="$CFLAGS" -- SAVE_LIBS="$LIBS" -- CFLAGS="$ALSA_CFLAGS $CFLAGS" -- LIBS="$ALSA_LIBS $LIBS" -- cat confdefs.h - <<_ACEOF >conftest.$ac_ext --/* end confdefs.h. */ --#include --int --main () --{ --snd_lib_error_set_handler (0); -- ; -- return 0; --} --_ACEOF --if ac_fn_c_try_compile "$LINENO"; then : -- emacs_alsa_normal=yes --else -- emacs_alsa_normal=no --fi --rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -- if test "$emacs_alsa_normal" != yes; then -- cat confdefs.h - <<_ACEOF >conftest.$ac_ext --/* end confdefs.h. */ --#include --int --main () --{ --snd_lib_error_set_handler (0); -- ; -- return 0; --} --_ACEOF --if ac_fn_c_try_compile "$LINENO"; then : -- emacs_alsa_subdir=yes --else -- emacs_alsa_subdir=no --fi --rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -- if test "$emacs_alsa_subdir" != yes; then -- as_fn_error $? "pkg-config found alsa, but it does not compile. See config.log for error messages." "$LINENO" 5 -- fi -- ALSA_CFLAGS="$ALSA_CFLAGS -DALSA_SUBDIR_INCLUDE" -- fi -- -- CFLAGS="$SAVE_CFLAGS" -- LIBS="$SAVE_LIBS" -- LIBSOUND="$LIBSOUND $ALSA_LIBS" -- CFLAGS_SOUND="$CFLAGS_SOUND $ALSA_CFLAGS" -- --$as_echo "#define HAVE_ALSA 1" >>confdefs.h -- -- fi -- - if test x$have_sound_header = xyes || test $HAVE_ALSA = yes; then - case "$opsys" in - gnu-linux|freebsd|netbsd) Index: files/patch-doc-emacs-Makefile.in =================================================================== --- files/patch-doc-emacs-Makefile.in (revision 372064) +++ files/patch-doc-emacs-Makefile.in (working copy) @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- doc/emacs/Makefile.in.orig -+++ doc/emacs/Makefile.in -@@ -38,7 +38,7 @@ - # The makeinfo program is part of the Texinfo distribution. - # Use --force so that it generates output even if there are errors. - MAKEINFO = @MAKEINFO@ --MAKEINFO_OPTS = --force --enable-encoding -I $(srcdir) -+MAKEINFO_OPTS = --force --no-split --enable-encoding -I $(srcdir) - - TEXI2DVI = texi2dvi - TEXI2PDF = texi2pdf Index: files/patch-doc-lispintro-Makefile.in =================================================================== --- files/patch-doc-lispintro-Makefile.in (revision 372064) +++ files/patch-doc-lispintro-Makefile.in (working copy) @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- doc/lispintro/Makefile.in.orig -+++ doc/lispintro/Makefile.in -@@ -27,7 +27,7 @@ - texinfodir = $(srcdir)/../misc - - MAKEINFO = @MAKEINFO@ --MAKEINFO_OPTS = --force -I $(srcdir) -+MAKEINFO_OPTS = --force --no-split -I $(srcdir) - TEXI2DVI = texi2dvi - TEXI2PDF = texi2pdf - DVIPS = dvips Index: files/patch-doc-lispref-Makefile.in =================================================================== --- files/patch-doc-lispref-Makefile.in (revision 372064) +++ files/patch-doc-lispref-Makefile.in (working copy) @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- doc/lispref/Makefile.in.orig -+++ doc/lispref/Makefile.in -@@ -31,7 +31,7 @@ - emacsdir = $(srcdir)/../emacs - - MAKEINFO = @MAKEINFO@ --MAKEINFO_OPTS = --force --enable-encoding -I $(emacsdir) -I $(srcdir) -+MAKEINFO_OPTS = --force --no-split --enable-encoding -I $(emacsdir) -I $(srcdir) - TEXI2DVI = texi2dvi - TEXI2PDF = texi2pdf - DVIPS = dvips Index: files/patch-doc-misc-Makefile.in =================================================================== --- files/patch-doc-misc-Makefile.in (revision 372064) +++ files/patch-doc-misc-Makefile.in (working copy) @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- doc/misc/Makefile.in.orig -+++ doc/misc/Makefile.in -@@ -41,7 +41,7 @@ - # The makeinfo program is part of the Texinfo distribution. - # Use --force so that it generates output even if there are errors. - MAKEINFO = @MAKEINFO@ --MAKEINFO_OPTS = --force -I$(emacsdir) -+MAKEINFO_OPTS = --force --no-split -I$(emacsdir) - - # Also add new entries to INFO_FILES in the top-level Makefile.in. - INFO_TARGETS = \ Index: files/patch-src_coding.c =================================================================== --- files/patch-src_coding.c (revision 372064) +++ files/patch-src_coding.c (working copy) @@ -1,51 +0,0 @@ - -$FreeBSD$ - ---- src/coding.c.orig -+++ src/coding.c -@@ -3717,8 +3717,20 @@ - else - charset = CHARSET_FROM_ID (charset_id_2); - ONE_MORE_BYTE (c1); -- if (c1 < 0x20 || (c1 >= 0x80 && c1 < 0xA0)) -- goto invalid_code; -+ /* -+ * N sequence is recognized as SS2 in some ISO2022 -+ * encodings. As a workaround, mark invalid only if -+ * N + GR in a 7-bit encoding or N + GL in an 8-bit -+ * encoding. -+ */ -+ if (CODING_ISO_FLAGS (coding) & CODING_ISO_FLAG_SEVEN_BITS) { -+ if (c1 < 0x20 || c1 >= 0x80) -+ goto invalid_code; -+ } -+ else { -+ if (c1 < 0xA0) -+ goto invalid_code; -+ } - break; - - case 'O': /* invocation of single-shift-3 */ -@@ -3731,8 +3743,20 @@ - else - charset = CHARSET_FROM_ID (charset_id_3); - ONE_MORE_BYTE (c1); -- if (c1 < 0x20 || (c1 >= 0x80 && c1 < 0xA0)) -- goto invalid_code; -+ /* -+ * O sequence by arrow keys is recognized as SS3 in -+ * some ISO2022 encodings. As a workaround, mark invalid only if -+ * O + GR in a 7-bit encoding or O + GL in an 8-bit -+ * encoding. -+ */ -+ if (CODING_ISO_FLAGS (coding) & CODING_ISO_FLAG_SEVEN_BITS) { -+ if (c1 < 0x20 || c1 >= 0x80) -+ goto invalid_code; -+ } -+ else { -+ if (c1 < 0xA0) -+ goto invalid_code; -+ } - break; - - case '0': case '2': case '3': case '4': /* start composition */ Index: files/patch-src_config.in =================================================================== --- files/patch-src_config.in (revision 372064) +++ files/patch-src_config.in (working copy) @@ -1,15 +0,0 @@ - -$FreeBSD$ - ---- src/config.in.orig -+++ src/config.in -@@ -468,6 +468,9 @@ - /* Define to 1 if using SELinux. */ - #undef HAVE_LIBSELINUX - -+/* Define to 1 if you have the header file. */ -+#undef HAVE_LIBUTIL_H -+ - /* Define to 1 if you have the `Xext' library (-lXext). */ - #undef HAVE_LIBXEXT - Index: files/patch-src_process.c =================================================================== --- files/patch-src_process.c (revision 372064) +++ files/patch-src_process.c (working copy) @@ -1,16 +0,0 @@ - -$FreeBSD$ - ---- src/process.c.orig -+++ src/process.c -@@ -83,6 +83,10 @@ - #include - #endif - -+#ifdef HAVE_LIBUTIL_H -+#include -+#endif -+ - #ifdef HAVE_PTY_H - #include - #endif Index: files/patch-src_sysdep.c =================================================================== --- files/patch-src_sysdep.c (revision 372064) +++ files/patch-src_sysdep.c (working copy) @@ -1,239 +0,0 @@ - -$FreeBSD$ - ---- src/sysdep.c.orig -+++ src/sysdep.c -@@ -46,7 +46,15 @@ - #endif - - #ifdef __FreeBSD__ -+#include -+/* machine/frame.h in Sparc/ARM has 'struct frame' which conflicts with Emacs' 'struct frame', so rename it */ -+#if defined(__sparc__) || defined(__arm__) -+#define frame freebsd_sparc_frame -+#endif - #include -+#if defined(__sparc__) || defined(__arm__) -+#undef frame -+#endif - #include - #include - #endif -@@ -2691,6 +2699,40 @@ - return proclist; - } - -+#elif defined (__FreeBSD__) -+ -+Lisp_Object -+list_system_processes () -+{ -+ int mib[] = {CTL_KERN, KERN_PROC, KERN_PROC_PROC}; -+ size_t len; -+ struct kinfo_proc *procs; -+ size_t i; -+ -+ struct gcpro gcpro1; -+ Lisp_Object proclist = Qnil; -+ -+ if (sysctl (mib, 3, NULL, &len, NULL, 0) != 0) -+ return proclist; -+ -+ procs = xmalloc (len); -+ if (sysctl (mib, 3, procs, &len, NULL, 0) != 0) -+ { -+ xfree (procs); -+ return proclist; -+ } -+ -+ GCPRO1 (proclist); -+ len /= sizeof (struct kinfo_proc); -+ for (i = 0; i < len; i++) -+ proclist = Fcons (make_fixnum_or_float (procs[i].ki_pid), proclist); -+ UNGCPRO; -+ -+ xfree (procs); -+ -+ return proclist; -+} -+ - /* The WINDOWSNT implementation is in w32.c. - The MSDOS implementation is in dosfns.c. */ - #elif !defined (WINDOWSNT) && !defined (MSDOS) -@@ -3402,6 +3444,176 @@ - return attrs; - } - -+#elif defined(__FreeBSD__) -+ -+Lisp_Object -+system_process_attributes (Lisp_Object pid) -+{ -+ int proc_id; -+ int pagesize = getpagesize(); -+ int npages; -+ int fscale; -+ struct passwd *pw; -+ struct group *gr; -+ char *ttyname; -+ size_t len; -+ char args[MAXPATHLEN]; -+ EMACS_TIME t, now; -+ -+ int mib[4] = {CTL_KERN, KERN_PROC, KERN_PROC_PID}; -+ struct kinfo_proc proc; -+ size_t proclen = sizeof(proc); -+ -+ struct gcpro gcpro1, gcpro2; -+ Lisp_Object attrs = Qnil; -+ Lisp_Object decoded_comm; -+ -+ CHECK_NUMBER_OR_FLOAT (pid); -+ proc_id = FLOATP (pid) ? XFLOAT_DATA (pid) : XINT (pid); -+ mib[3] = proc_id; -+ -+ if (sysctl (mib, 4, &proc, &proclen, NULL, 0) != 0) -+ return attrs; -+ -+ GCPRO2 (attrs, decoded_comm); -+ -+ attrs = Fcons (Fcons (Qeuid, make_fixnum_or_float(proc.ki_uid)), attrs); -+ -+ BLOCK_INPUT; -+ pw = getpwuid (proc.ki_uid); -+ UNBLOCK_INPUT; -+ if (pw) -+ attrs = Fcons (Fcons (Quser, build_string (pw->pw_name)), attrs); -+ -+ attrs = Fcons (Fcons (Qegid, make_fixnum_or_float(proc.ki_svgid)), attrs); -+ -+ BLOCK_INPUT; -+ gr = getgrgid (proc.ki_svgid); -+ UNBLOCK_INPUT; -+ if (gr) -+ attrs = Fcons (Fcons (Qgroup, build_string (gr->gr_name)), attrs); -+ -+ decoded_comm = code_convert_string_norecord -+ (make_unibyte_string (proc.ki_comm, strlen (proc.ki_comm)), -+ Vlocale_coding_system, 0); -+ -+ attrs = Fcons (Fcons (Qcomm, decoded_comm), attrs); -+ { -+ char state[2] = {'\0', '\0'}; -+ switch (proc.ki_stat) -+ { -+ case SRUN: -+ state[0] = 'R'; -+ break; -+ -+ case SSLEEP: -+ state[0] = 'S'; -+ break; -+ -+ case SLOCK: -+ state[0] = 'D'; -+ break; -+ -+ case SZOMB: -+ state[0] = 'Z'; -+ break; -+ -+ case SSTOP: -+ state[0] = 'T'; -+ break; -+ } -+ attrs = Fcons (Fcons (Qstate, build_string (state)), attrs); -+ } -+ -+ attrs = Fcons (Fcons (Qppid, make_fixnum_or_float (proc.ki_ppid)), attrs); -+ attrs = Fcons (Fcons (Qpgrp, make_fixnum_or_float (proc.ki_pgid)), attrs); -+ attrs = Fcons (Fcons (Qsess, make_fixnum_or_float (proc.ki_sid)), attrs); -+ -+ BLOCK_INPUT; -+ ttyname = proc.ki_tdev == NODEV ? NULL : devname (proc.ki_tdev, S_IFCHR); -+ UNBLOCK_INPUT; -+ if (ttyname) -+ attrs = Fcons (Fcons (Qtty, build_string (ttyname)), attrs); -+ -+ attrs = Fcons (Fcons (Qtpgid, make_fixnum_or_float (proc.ki_tpgid)), attrs); -+ attrs = Fcons (Fcons (Qminflt, make_fixnum_or_float (proc.ki_rusage.ru_minflt)), attrs); -+ attrs = Fcons (Fcons (Qmajflt, make_fixnum_or_float (proc.ki_rusage.ru_majflt)), attrs); -+ attrs = Fcons (Fcons (Qcminflt, make_number (proc.ki_rusage_ch.ru_minflt)), attrs); -+ attrs = Fcons (Fcons (Qcmajflt, make_number (proc.ki_rusage_ch.ru_majflt)), attrs); -+ -+#define TIMELIST(ts) \ -+ list3 (make_number (EMACS_SECS (ts) >> 16 & 0xffff), \ -+ make_number (EMACS_SECS (ts) & 0xffff), \ -+ make_number (EMACS_USECS (ts))) -+ -+ attrs = Fcons (Fcons (Qutime, TIMELIST(proc.ki_rusage.ru_utime)), attrs); -+ attrs = Fcons (Fcons (Qstime, TIMELIST(proc.ki_rusage.ru_stime)), attrs); -+ EMACS_ADD_TIME (t, proc.ki_rusage.ru_utime, proc.ki_rusage.ru_stime); -+ attrs = Fcons (Fcons (Qtime, TIMELIST(t)), attrs); -+ -+ attrs = Fcons (Fcons (Qcutime, TIMELIST(proc.ki_rusage_ch.ru_utime)), attrs); -+ attrs = Fcons (Fcons (Qcstime, TIMELIST(proc.ki_rusage_ch.ru_utime)), attrs); -+ EMACS_ADD_TIME (t, proc.ki_rusage_ch.ru_utime, proc.ki_rusage_ch.ru_stime); -+ attrs = Fcons (Fcons (Qctime, TIMELIST(t)), attrs); -+ -+ attrs = Fcons (Fcons (Qthcount, make_fixnum_or_float (proc.ki_numthreads)), attrs); -+ attrs = Fcons (Fcons (Qpri, make_number (proc.ki_pri.pri_native)), attrs); -+ attrs = Fcons (Fcons (Qnice, make_number (proc.ki_nice)), attrs); -+ attrs = Fcons (Fcons (Qstart, TIMELIST(proc.ki_start)), attrs); -+ attrs = Fcons (Fcons (Qvsize, make_number (proc.ki_size >> 10)), attrs); -+ attrs = Fcons (Fcons (Qrss, make_number (proc.ki_rssize * pagesize >> 10)), attrs); -+ -+ EMACS_GET_TIME (now); -+ EMACS_SUB_TIME (t, now, proc.ki_start); -+ attrs = Fcons (Fcons (Qetime, TIMELIST(t)), attrs); -+ -+#undef TIMELIST -+ -+ len = sizeof(fscale); -+ if (sysctlbyname ("kern.fscale", &fscale, &len, NULL, 0) == 0) -+ { -+ float pcpu; -+ fixpt_t ccpu; -+ len = sizeof (ccpu); -+ if (sysctlbyname ("kern.ccpu", &ccpu, &len, NULL, 0) == 0) -+ { -+ pcpu = 100.0 * ((double) proc.ki_pctcpu / fscale) -+ / (1.0 - exp(proc.ki_swtime * log((double) ccpu / fscale))); -+ attrs = Fcons (Fcons (Qpcpu, make_fixnum_or_float(pcpu)), attrs); -+ } -+ } -+ -+ len = sizeof(npages); -+ if (sysctlbyname ("hw.availpages", &npages, &len, NULL, 0) == 0) -+ { -+ float pmem = proc.ki_flag & P_INMEM -+ ? 100.0 * ((float) proc.ki_rssize / npages) -+ : 0.0; -+ attrs = Fcons (Fcons (Qpmem, make_fixnum_or_float(pmem)), attrs); -+ } -+ -+ mib[2] = KERN_PROC_ARGS; -+ len = MAXPATHLEN; -+ if (sysctl (mib, 4, args, &len, NULL, 0) == 0) -+ { -+ int i; -+ for (i = 0; i < len; i++) -+ { -+ if (! args[i] && i < len - 1) -+ args[i] = ' '; -+ } -+ -+ decoded_comm = code_convert_string_norecord -+ (make_unibyte_string (args, strlen (args)), -+ Vlocale_coding_system, 0); -+ -+ attrs = Fcons (Fcons (Qargs, decoded_comm), attrs); -+ } -+ -+ UNGCPRO; -+ return attrs; -+} -+ - /* The WINDOWSNT implementation is in w32.c. - The MSDOS implementation is in dosfns.c. */ - #elif !defined (WINDOWSNT) && !defined (MSDOS) Index: files/patch-src_term.c =================================================================== --- files/patch-src_term.c (revision 372064) +++ files/patch-src_term.c (working copy) @@ -1,23 +0,0 @@ - -$FreeBSD$ - -$NetBSD: patch-ag,v 1.13 2010/05/15 10:00:57 roy Exp $ - -When running terminfo but compiled for termcap, we cannot assume -that we actually have anything useable in termcap_term_buffer so just -use the terminfo fixed size defined ealier. - ---- src/term.c.orig -+++ src/term.c -@@ -3111,11 +3111,6 @@ - terminal_type); - } - --#ifndef TERMINFO -- if (strlen (tty->termcap_term_buffer) >= buffer_size) -- emacs_abort (); -- buffer_size = strlen (tty->termcap_term_buffer); --#endif - tty->termcap_strings_buffer = area = xmalloc (buffer_size); - tty->TS_ins_line = tgetstr ("al", address); - tty->TS_ins_multi_lines = tgetstr ("AL", address); Index: files/patch-src_xdisp.c =================================================================== --- files/patch-src_xdisp.c (revision 372064) +++ files/patch-src_xdisp.c (working copy) @@ -1,23 +0,0 @@ -This patch is taken from upstream repository r114482. - - -$FreeBSD$ - ---- src/xdisp.c.orig -+++ src/xdisp.c -@@ -6870,6 +6870,7 @@ - } - } - -+#ifdef HAVE_WINDOW_SYSTEM - /* Adjust face id for a multibyte character. There are no multibyte - character in unibyte text. */ - if ((it->what == IT_CHARACTER || it->what == IT_COMPOSITION) -@@ -6910,6 +6911,7 @@ - it->face_id = FACE_FOR_CHAR (it->f, face, c, pos, it->string); - } - } -+#endif /* HAVE_WINDOW_SYSTEM */ - - done: - /* Is this character the last one of a run of characters with Index: pkg-plist =================================================================== --- pkg-plist (revision 372064) +++ pkg-plist (working copy) @@ -5,17 +5,4035 @@ bin/emacsclient bin/etags bin/grep-changelog -man/man1/grep-changelog.1.gz -man/man1/etags.1.gz +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 man/man1/ctags.1.gz man/man1/ebrowse.1.gz +man/man1/emacs.1.gz man/man1/emacsclient.1.gz -man/man1/emacs.1.gz +man/man1/etags.1.gz +man/man1/grep-changelog.1.gz share/applications/emacs.desktop +%%DATADIR%%/%%EMACS_VER%%/etc/AUTHORS +%%DATADIR%%/%%EMACS_VER%%/etc/CALC-NEWS +%%DATADIR%%/%%EMACS_VER%%/etc/CENSORSHIP +%%DATADIR%%/%%EMACS_VER%%/etc/CONTRIBUTE +%%DATADIR%%/%%EMACS_VER%%/etc/COPYING +%%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/GNUS-NEWS +%%DATADIR%%/%%EMACS_VER%%/etc/HELLO +%%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/MORE.STUFF +%%DATADIR%%/%%EMACS_VER%%/etc/NEWS +%%DATADIR%%/%%EMACS_VER%%/etc/NEWS.1-17 +%%DATADIR%%/%%EMACS_VER%%/etc/NEWS.18 +%%DATADIR%%/%%EMACS_VER%%/etc/NEWS.19 +%%DATADIR%%/%%EMACS_VER%%/etc/NEWS.20 +%%DATADIR%%/%%EMACS_VER%%/etc/NEWS.21 +%%DATADIR%%/%%EMACS_VER%%/etc/NEWS.22 +%%DATADIR%%/%%EMACS_VER%%/etc/NEWS.23 +%%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/BIG5-HKSCS.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/BIG5.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/CNS-1.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/CP1125.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/CP1250.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/CP1251.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/CP720.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/CP737.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/GBK.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/HP-ROMAN8.map +%%DATADIR%%/%%EMACS_VER%%/etc/charsets/IBM037.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/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/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/IBM905.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/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/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/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/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/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/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/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.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.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/custom/down.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/custom/right-pushed.xpm +%%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.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/diropen.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/diropen.xpm +%%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/bits.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/bitsbang.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/box-minus.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/box-plus.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/box.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/checkmark.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/dir-minus.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/dir-plus.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/dir.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/doc-minus.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/doc-plus.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/doc.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/info.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/key.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/label.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/lock.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/mail.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/page-minus.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/page-plus.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/page.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/tag-gt.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/tag-minus.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/tag-plus.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/tag-type.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/tag-v.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/ezimage/tag.xpm +%%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/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/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/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.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/mail-reply.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/mail-reply.xpm +%%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/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/save-aif.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/save-art.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.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/unimportant.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gnus/unsubscribe.pbm +%%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.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.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/recstart.xpm +%%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.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/rnext.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/rnexti.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/gud/rstep.xpm +%%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.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/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/16x16/apps/emacs.png +%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/hicolor/16x16/apps/emacs22.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/32x32/apps/emacs.png +%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/hicolor/32x32/apps/emacs22.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/scalable/apps/emacs.svg +%%DATADIR%%/%%EMACS_VER%%/etc/images/icons/hicolor/scalable/mimetypes/emacs-document.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/lock-broken.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/lock-ok.xpm +%%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.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/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.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/mail/outbox.xpm +%%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/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/reply.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/mail/save-draft.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/mail/save.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/mail/send.pbm +%%DATADIR%%/%%EMACS_VER%%/etc/images/mail/send.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/mail/spam.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/mh-logo.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/mpc/README +%%DATADIR%%/%%EMACS_VER%%/etc/images/mpc/add.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/mpc/ffwd.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/mpc/next.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/mpc/pause.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/mpc/play.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/mpc/prev.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/mpc/rewind.xpm +%%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/update.xpm +%%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.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.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/show.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.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/cry.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/dead.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/evil.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/forced.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/frown.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/braindamaged.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/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/grin.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/smilies/indifferent.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/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.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/sort-column-ascending.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/sort-criteria.xpm +%%DATADIR%%/%%EMACS_VER%%/etc/images/sort-descending.xpm +%%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.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.xpm +%%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/OrgOdtStyles.xml +%%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 +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/Makefile +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/README +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/calccard.pdf +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/calccard.tex +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/cs-dired-ref.pdf +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/cs-dired-ref.tex +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/cs-refcard.pdf +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/cs-refcard.tex +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/cs-survival.pdf +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/cs-survival.tex +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/de-refcard.pdf +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/de-refcard.tex +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/dired-ref.pdf +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/dired-ref.tex +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/emacsver.tex +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/fr-dired-ref.pdf +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/fr-dired-ref.tex +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/fr-refcard.pdf +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/fr-refcard.tex +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/fr-survival.pdf +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/fr-survival.tex +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/gnus-booklet.pdf +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/gnus-logo.eps +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/gnus-logo.pdf +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/gnus-refcard.pdf +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/gnus-refcard.tex +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/orgcard.pdf +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/orgcard.tex +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/pdflayout.sty +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/pl-refcard.pdf +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/pl-refcard.tex +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/pt-br-refcard.pdf +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/pt-br-refcard.tex +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/refcard.pdf +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/refcard.tex +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/ru-refcard.pdf +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/ru-refcard.tex +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/sk-dired-ref.pdf +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/sk-dired-ref.tex +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/sk-refcard.pdf +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/sk-refcard.tex +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/sk-survival.pdf +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/sk-survival.tex +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/survival.pdf +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/survival.tex +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/vipcard.pdf +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/vipcard.tex +%%DATADIR%%/%%EMACS_VER%%/etc/refcards/viperCard.pdf +%%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 +%%DATADIR%%/%%EMACS_VER%%/lisp/abbrev.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/align.el +%%DATADIR%%/%%EMACS_VER%%/lisp/align.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/allout-widgets.el +%%DATADIR%%/%%EMACS_VER%%/lisp/allout-widgets.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/allout.el +%%DATADIR%%/%%EMACS_VER%%/lisp/allout.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/ansi-color.el +%%DATADIR%%/%%EMACS_VER%%/lisp/ansi-color.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/apropos.el +%%DATADIR%%/%%EMACS_VER%%/lisp/apropos.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/arc-mode.el +%%DATADIR%%/%%EMACS_VER%%/lisp/arc-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/array.el +%%DATADIR%%/%%EMACS_VER%%/lisp/array.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/autoarg.el +%%DATADIR%%/%%EMACS_VER%%/lisp/autoarg.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/autoinsert.el +%%DATADIR%%/%%EMACS_VER%%/lisp/autoinsert.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/autorevert.el +%%DATADIR%%/%%EMACS_VER%%/lisp/autorevert.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/avoid.el +%%DATADIR%%/%%EMACS_VER%%/lisp/avoid.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/battery.el +%%DATADIR%%/%%EMACS_VER%%/lisp/battery.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/bindings.el +%%DATADIR%%/%%EMACS_VER%%/lisp/bindings.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/bookmark.el +%%DATADIR%%/%%EMACS_VER%%/lisp/bookmark.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/bs.el +%%DATADIR%%/%%EMACS_VER%%/lisp/bs.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/buff-menu.el +%%DATADIR%%/%%EMACS_VER%%/lisp/buff-menu.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/button.el +%%DATADIR%%/%%EMACS_VER%%/lisp/button.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-aent.el +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-aent.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-alg.el +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-alg.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-arith.el +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-arith.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-bin.el +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-bin.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-comb.el +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-comb.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-cplx.el +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-cplx.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-embed.el +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-embed.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-ext.el +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-ext.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-fin.el +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-fin.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-forms.el +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-forms.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-frac.el +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-frac.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-funcs.el +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-funcs.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-graph.el +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-graph.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-help.el +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-help.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-incom.el +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-incom.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-keypd.el +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-keypd.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-lang.el +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-lang.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-loaddefs.el +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-macs.el +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-macs.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-map.el +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-map.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-math.el +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-math.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-menu.el +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-menu.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-misc.el +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-misc.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-mode.el +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-mtx.el +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-mtx.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-nlfit.el +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-nlfit.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-poly.el +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-poly.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-prog.el +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-prog.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-rewr.el +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-rewr.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-rules.el +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-rules.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-sel.el +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-sel.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-stat.el +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-stat.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-store.el +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-store.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-stuff.el +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-stuff.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-trail.el +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-trail.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-undo.el +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-undo.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-units.el +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-units.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-vec.el +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-vec.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-yank.el +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc-yank.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc.el +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calc.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calcalg2.el +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calcalg2.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calcalg3.el +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calcalg3.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calccomp.el +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calccomp.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calcsel2.el +%%DATADIR%%/%%EMACS_VER%%/lisp/calc/calcsel2.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calculator.el +%%DATADIR%%/%%EMACS_VER%%/lisp/calculator.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/appt.el +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/appt.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-bahai.el +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-bahai.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-china.el +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-china.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-coptic.el +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-coptic.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-dst.el +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-dst.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-french.el +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-french.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-hebrew.el +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-hebrew.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-html.el +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-html.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-islam.el +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-islam.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-iso.el +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-iso.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-julian.el +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-julian.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-loaddefs.el +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-mayan.el +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-mayan.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-menu.el +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-menu.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-move.el +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-move.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-persia.el +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-persia.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-tex.el +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-tex.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-x.el +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/cal-x.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/calendar.el +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/calendar.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/diary-lib.el +%%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 +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/holidays.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/icalendar.el +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/icalendar.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/lunar.el +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/lunar.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/parse-time.el +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/parse-time.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/solar.el +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/solar.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/time-date.el +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/time-date.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/timeclock.el +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/timeclock.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/todo-mode.el +%%DATADIR%%/%%EMACS_VER%%/lisp/calendar/todo-mode.elc +%%CANNA%%%%DATADIR%%/%%EMACS_VER%%/lisp/canna.el +%%CANNA%%%%DATADIR%%/%%EMACS_VER%%/lisp/canna.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/case-table.el +%%DATADIR%%/%%EMACS_VER%%/lisp/case-table.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cdl.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cdl.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/cedet-cscope.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/cedet-cscope.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/cedet-files.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/cedet-files.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/cedet-global.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/cedet-global.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/cedet-idutils.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/cedet-idutils.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/cedet.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/cedet.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/data-debug.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/data-debug.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/auto.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/auto.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/autoconf-edit.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/autoconf-edit.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/base.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/base.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/cpp-root.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/cpp-root.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/custom.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/custom.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/dired.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/dired.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/emacs.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/emacs.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/files.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/files.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/generic.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/generic.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/linux.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/linux.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/loaddefs.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/locate.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/locate.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/make.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/make.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/makefile-edit.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/makefile-edit.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/pconf.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/pconf.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/pmake.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/pmake.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/proj-archive.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/proj-archive.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/proj-aux.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/proj-aux.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/proj-comp.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/proj-comp.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/proj-elisp.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/proj-elisp.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/proj-info.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/proj-info.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/proj-misc.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/proj-misc.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/proj-obj.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/proj-obj.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/proj-prog.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/proj-prog.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/proj-scheme.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/proj-scheme.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/proj-shared.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/proj-shared.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/proj.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/proj.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/project-am.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/project-am.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/shell.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/shell.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/simple.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/simple.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/source.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/source.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/speedbar.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/speedbar.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/srecode.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/srecode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/system.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/system.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/util.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/ede/util.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/inversion.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/inversion.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/mode-local.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/mode-local.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/pulse.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/pulse.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/analyze.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/analyze.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/analyze/complete.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/analyze/complete.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/analyze/debug.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/fcn.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/analyze/refs.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/analyze/refs.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/bovine.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/bovine.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/bovine/c-by.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/bovine/c-by.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/bovine/c.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/bovine/c.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/bovine/debug.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/bovine/debug.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/bovine/el.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/bovine/el.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/bovine/gcc.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/bovine/gcc.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/bovine/grammar.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/bovine/grammar.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/bovine/make-by.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/bovine/make-by.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/bovine/make.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/bovine/make.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/bovine/scm-by.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/bovine/scm-by.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/bovine/scm.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/bovine/scm.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/chart.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/chart.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/complete.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/complete.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/ctxt.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/ctxt.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/db-debug.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/db-debug.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/db-ebrowse.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/db-ebrowse.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/db-el.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/db-el.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/db-file.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/db-file.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/db-find.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/db-find.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/db-global.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/db-global.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/db-javascript.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/db-javascript.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/db-mode.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/db-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/db-ref.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/db-ref.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/db-typecache.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/db-typecache.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/db.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/db.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/debug.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/debug.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/decorate.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/decorate.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/dep.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/dep.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/doc.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/doc.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/ede-grammar.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/ede-grammar.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/edit.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/edit.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/find.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/find.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/format.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/format.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/fw.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/fw.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/grammar-wy.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/grammar-wy.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/grammar.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/grammar.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/html.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/html.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/ia-sb.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/ia-sb.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/ia.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/ia.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/idle.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/idle.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/imenu.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/imenu.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/java.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/java.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/lex-spp.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/lex-spp.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/lex.el +%%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 +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/mru-bookmark.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/sb.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/sb.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/scope.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/scope.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/senator.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/senator.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/sort.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/sort.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/symref.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/symref.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/symref/cscope.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/symref/cscope.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/symref/filter.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/symref/filter.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/symref/global.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/symref/global.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/symref/grep.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/symref/grep.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/symref/idutils.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/symref/idutils.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/symref/list.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/symref/list.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/tag-file.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/tag-file.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/tag-ls.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/tag-ls.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/tag-write.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/tag-write.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/tag.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/tag.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/texi.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/texi.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/util-modes.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/util-modes.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/util.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/util.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/wisent.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/wisent.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/wisent/comp.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/wisent/comp.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/wisent/grammar.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/wisent/grammar.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/wisent/java-tags.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/wisent/java-tags.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/wisent/javascript.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/wisent/javascript.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/wisent/javat-wy.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/wisent/javat-wy.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/wisent/js-wy.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/wisent/js-wy.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/wisent/python-wy.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/wisent/python-wy.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/wisent/python.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/wisent/python.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/wisent/wisent.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/semantic/wisent/wisent.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/args.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/args.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/compile.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/compile.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/cpp.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/cpp.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/ctxt.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/ctxt.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/dictionary.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/dictionary.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/document.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/document.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/el.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/el.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/expandproto.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/expandproto.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/extract.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/extract.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/fields.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/fields.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/filters.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/filters.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/find.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/find.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/getset.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/getset.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/insert.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/insert.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/java.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/java.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/loaddefs.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/map.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/map.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/mode.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/semantic.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/semantic.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/srt-mode.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/srt-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/srt-wy.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/srt-wy.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/srt.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/srt.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/table.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/table.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/template.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/template.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/texi.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cedet/srecode/texi.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/chistory.el +%%DATADIR%%/%%EMACS_VER%%/lisp/chistory.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cmuscheme.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cmuscheme.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/color.el +%%DATADIR%%/%%EMACS_VER%%/lisp/color.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/comint.el +%%DATADIR%%/%%EMACS_VER%%/lisp/comint.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/completion.el +%%DATADIR%%/%%EMACS_VER%%/lisp/completion.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/composite.el +%%DATADIR%%/%%EMACS_VER%%/lisp/composite.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cus-dep.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cus-dep.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cus-edit.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cus-edit.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cus-face.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cus-face.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cus-load.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cus-start.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cus-start.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/cus-theme.el +%%DATADIR%%/%%EMACS_VER%%/lisp/cus-theme.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/custom.el +%%DATADIR%%/%%EMACS_VER%%/lisp/custom.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/dabbrev.el +%%DATADIR%%/%%EMACS_VER%%/lisp/dabbrev.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/delim-col.el +%%DATADIR%%/%%EMACS_VER%%/lisp/delim-col.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/delsel.el +%%DATADIR%%/%%EMACS_VER%%/lisp/delsel.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/descr-text.el +%%DATADIR%%/%%EMACS_VER%%/lisp/descr-text.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/desktop.el +%%DATADIR%%/%%EMACS_VER%%/lisp/desktop.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/dframe.el +%%DATADIR%%/%%EMACS_VER%%/lisp/dframe.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/dired-aux.el +%%DATADIR%%/%%EMACS_VER%%/lisp/dired-aux.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/dired-x.el +%%DATADIR%%/%%EMACS_VER%%/lisp/dired-x.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/dired.el +%%DATADIR%%/%%EMACS_VER%%/lisp/dired.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/dirtrack.el +%%DATADIR%%/%%EMACS_VER%%/lisp/dirtrack.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/disp-table.el +%%DATADIR%%/%%EMACS_VER%%/lisp/disp-table.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/dnd.el +%%DATADIR%%/%%EMACS_VER%%/lisp/dnd.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/doc-view.el +%%DATADIR%%/%%EMACS_VER%%/lisp/doc-view.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/dos-fns.el +%%DATADIR%%/%%EMACS_VER%%/lisp/dos-fns.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/dos-vars.el +%%DATADIR%%/%%EMACS_VER%%/lisp/dos-vars.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/dos-w32.el +%%DATADIR%%/%%EMACS_VER%%/lisp/dos-w32.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/double.el +%%DATADIR%%/%%EMACS_VER%%/lisp/double.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/dynamic-setting.el +%%DATADIR%%/%%EMACS_VER%%/lisp/dynamic-setting.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/ebuff-menu.el +%%DATADIR%%/%%EMACS_VER%%/lisp/ebuff-menu.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/echistory.el +%%DATADIR%%/%%EMACS_VER%%/lisp/echistory.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/edmacro.el +%%DATADIR%%/%%EMACS_VER%%/lisp/edmacro.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/ehelp.el +%%DATADIR%%/%%EMACS_VER%%/lisp/ehelp.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/elec-pair.el +%%DATADIR%%/%%EMACS_VER%%/lisp/elec-pair.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/electric.el +%%DATADIR%%/%%EMACS_VER%%/lisp/electric.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/elide-head.el +%%DATADIR%%/%%EMACS_VER%%/lisp/elide-head.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/advice.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/advice.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/authors.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/authors.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/autoload.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/autoload.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/avl-tree.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/avl-tree.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/backquote.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/backquote.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/benchmark.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/benchmark.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/bindat.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/bindat.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/byte-opt.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/byte-opt.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/byte-run.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/byte-run.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/bytecomp.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/bytecomp.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/cconv.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/cconv.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/chart.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/chart.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/check-declare.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/check-declare.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/checkdoc.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/checkdoc.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/cl-extra.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/cl-extra.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/cl-indent.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/cl-indent.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/cl-lib.el +%%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 +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/cl-macs.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/cl-seq.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/cl-seq.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/cl.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/cl.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/copyright.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/copyright.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/crm.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/crm.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/debug.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/debug.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/derived.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/derived.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/disass.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/disass.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/easy-mmode.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/easy-mmode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/easymenu.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/easymenu.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/edebug.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/edebug.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/eieio-base.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/eieio-base.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/eieio-core.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/eieio-core.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/eieio-custom.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/eieio-custom.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/eieio-datadebug.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/eieio-datadebug.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/eieio-opt.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/eieio-opt.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/eieio-speedbar.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/eieio-speedbar.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/eieio.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/eieio.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/eldoc.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/eldoc.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/elint.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/elint.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/elp.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/elp.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/ert-x.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/ert-x.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/ert.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/ert.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/ewoc.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/ewoc.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/find-func.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/find-func.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/float-sup.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/float-sup.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/generic.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/generic.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/gulp.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/gulp.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/gv.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/gv.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/helper.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/helper.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/lisp-mnt.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/lisp-mnt.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/lisp-mode.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/lisp-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/lisp.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/lisp.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/macroexp.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/macroexp.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/map-ynp.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/map-ynp.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/nadvice.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/nadvice.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/package-x.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/package-x.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/package.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/package.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/pcase.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/pcase.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/pp.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/pp.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/re-builder.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/re-builder.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/regexp-opt.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/regexp-opt.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/regi.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/regi.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/ring.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/ring.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/rx.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/rx.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/shadow.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/shadow.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/smie.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/smie.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/subr-x.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/subr-x.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/syntax.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/syntax.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/tabulated-list.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/tabulated-list.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/tcover-ses.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/tcover-ses.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/tcover-unsafep.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/tcover-unsafep.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/testcover.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/testcover.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/timer.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/timer.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/tq.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/tq.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/trace.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/trace.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/unsafep.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/unsafep.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/warnings.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lisp/warnings.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lock.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emacs-lock.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/crisp.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/crisp.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/cua-base.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/cua-base.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/cua-gmrk.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/cua-gmrk.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/cua-rect.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/cua-rect.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/edt-lk201.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/edt-lk201.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/edt-mapper.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/edt-mapper.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/edt-pc.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/edt-pc.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/edt-vt100.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/edt-vt100.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/edt.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/edt.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/keypad.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/keypad.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/tpu-edt.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/tpu-edt.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/tpu-extras.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/tpu-extras.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/tpu-mapper.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/tpu-mapper.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/vi.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/vi.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/vip.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/vip.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/viper-cmd.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/viper-cmd.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/viper-ex.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/viper-ex.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/viper-init.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/viper-init.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/viper-keym.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/viper-keym.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/viper-macs.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/viper-macs.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/viper-mous.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/viper-mous.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/viper-util.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/viper-util.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/viper.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/viper.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/ws-mode.el +%%DATADIR%%/%%EMACS_VER%%/lisp/emulation/ws-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/env.el +%%DATADIR%%/%%EMACS_VER%%/lisp/env.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/epa-dired.el +%%DATADIR%%/%%EMACS_VER%%/lisp/epa-dired.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/epa-file.el +%%DATADIR%%/%%EMACS_VER%%/lisp/epa-file.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/epa-hook.el +%%DATADIR%%/%%EMACS_VER%%/lisp/epa-hook.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/epa-mail.el +%%DATADIR%%/%%EMACS_VER%%/lisp/epa-mail.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/epa.el +%%DATADIR%%/%%EMACS_VER%%/lisp/epa.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/epg-config.el +%%DATADIR%%/%%EMACS_VER%%/lisp/epg-config.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/epg.el +%%DATADIR%%/%%EMACS_VER%%/lisp/epg.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-autoaway.el +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-autoaway.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-backend.el +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-backend.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-button.el +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-button.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-capab.el +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-capab.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-compat.el +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-compat.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-dcc.el +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-dcc.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-desktop-notifications.el +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-desktop-notifications.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-ezbounce.el +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-ezbounce.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-fill.el +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-fill.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-goodies.el +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-goodies.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-ibuffer.el +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-ibuffer.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-identd.el +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-identd.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-imenu.el +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-imenu.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-join.el +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-join.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-lang.el +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-lang.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-list.el +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-list.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-log.el +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-log.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-match.el +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-match.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-menu.el +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-menu.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-netsplit.el +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-netsplit.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-networks.el +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-networks.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-notify.el +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-notify.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-page.el +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-page.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-pcomplete.el +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-pcomplete.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-replace.el +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-replace.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-ring.el +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-ring.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-services.el +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-services.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-sound.el +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-sound.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-speedbar.el +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-speedbar.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-spelling.el +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-spelling.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-stamp.el +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-stamp.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-track.el +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-track.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-truncate.el +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-truncate.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-xdcc.el +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc-xdcc.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc.el +%%DATADIR%%/%%EMACS_VER%%/lisp/erc/erc.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-alias.el +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-alias.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-banner.el +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-banner.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-basic.el +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-basic.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-cmpl.el +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-cmpl.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-dirs.el +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-dirs.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-glob.el +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-glob.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-hist.el +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-hist.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-ls.el +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-ls.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-pred.el +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-pred.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-prompt.el +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-prompt.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-rebind.el +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-rebind.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-script.el +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-script.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-smart.el +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-smart.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-term.el +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-term.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-tramp.el +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-tramp.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-unix.el +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-unix.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-xtra.el +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/em-xtra.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/esh-arg.el +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/esh-arg.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/esh-cmd.el +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/esh-cmd.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/esh-ext.el +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/esh-ext.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/esh-groups.el +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/esh-io.el +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/esh-io.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/esh-mode.el +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/esh-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/esh-module.el +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/esh-module.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/esh-opt.el +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/esh-opt.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/esh-proc.el +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/esh-proc.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/esh-util.el +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/esh-util.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/esh-var.el +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/esh-var.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/eshell.el +%%DATADIR%%/%%EMACS_VER%%/lisp/eshell/eshell.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/expand.el +%%DATADIR%%/%%EMACS_VER%%/lisp/expand.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/ezimage.el +%%DATADIR%%/%%EMACS_VER%%/lisp/ezimage.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/face-remap.el +%%DATADIR%%/%%EMACS_VER%%/lisp/face-remap.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/facemenu.el +%%DATADIR%%/%%EMACS_VER%%/lisp/facemenu.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/faces.el +%%DATADIR%%/%%EMACS_VER%%/lisp/faces.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/ffap.el +%%DATADIR%%/%%EMACS_VER%%/lisp/ffap.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/filecache.el +%%DATADIR%%/%%EMACS_VER%%/lisp/filecache.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/filenotify.el +%%DATADIR%%/%%EMACS_VER%%/lisp/filenotify.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/files-x.el +%%DATADIR%%/%%EMACS_VER%%/lisp/files-x.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/files.el +%%DATADIR%%/%%EMACS_VER%%/lisp/files.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/filesets.el +%%DATADIR%%/%%EMACS_VER%%/lisp/filesets.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/find-cmd.el +%%DATADIR%%/%%EMACS_VER%%/lisp/find-cmd.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/find-dired.el +%%DATADIR%%/%%EMACS_VER%%/lisp/find-dired.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/find-file.el +%%DATADIR%%/%%EMACS_VER%%/lisp/find-file.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/find-lisp.el +%%DATADIR%%/%%EMACS_VER%%/lisp/find-lisp.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/finder-inf.el +%%DATADIR%%/%%EMACS_VER%%/lisp/finder.el +%%DATADIR%%/%%EMACS_VER%%/lisp/finder.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/flow-ctrl.el +%%DATADIR%%/%%EMACS_VER%%/lisp/flow-ctrl.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/foldout.el +%%DATADIR%%/%%EMACS_VER%%/lisp/foldout.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/follow.el +%%DATADIR%%/%%EMACS_VER%%/lisp/follow.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/font-core.el +%%DATADIR%%/%%EMACS_VER%%/lisp/font-core.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/font-lock.el +%%DATADIR%%/%%EMACS_VER%%/lisp/font-lock.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/format-spec.el +%%DATADIR%%/%%EMACS_VER%%/lisp/format-spec.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/format.el +%%DATADIR%%/%%EMACS_VER%%/lisp/format.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/forms.el +%%DATADIR%%/%%EMACS_VER%%/lisp/forms.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/frame.el +%%DATADIR%%/%%EMACS_VER%%/lisp/frame.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/frameset.el +%%DATADIR%%/%%EMACS_VER%%/lisp/frameset.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/fringe.el +%%DATADIR%%/%%EMACS_VER%%/lisp/fringe.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/generic-x.el +%%DATADIR%%/%%EMACS_VER%%/lisp/generic-x.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/.dir-locals.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/auth-source.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/auth-source.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/canlock.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/canlock.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/compface.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/compface.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/deuglify.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/deuglify.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/ecomplete.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/ecomplete.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/flow-fill.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/flow-fill.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gmm-utils.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gmm-utils.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-agent.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-agent.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-art.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-art.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-async.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-async.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-bcklg.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-bcklg.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-bookmark.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-bookmark.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-cache.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-cache.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-cite.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-cite.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-cus.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-cus.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-delay.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-delay.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-demon.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-demon.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-diary.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-diary.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-dired.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-dired.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-draft.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-draft.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-dup.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-dup.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-eform.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-eform.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-ems.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-ems.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-fun.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-fun.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-gravatar.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-gravatar.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-group.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-group.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-html.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-html.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-icalendar.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-icalendar.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-int.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-int.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-kill.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-kill.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-logic.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-logic.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-mh.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-mh.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-ml.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-ml.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-mlspl.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-mlspl.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-msg.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-msg.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-notifications.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-notifications.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-picon.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-picon.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-range.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-range.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-registry.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-registry.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-salt.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-salt.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-score.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-score.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-setup.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-setup.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-sieve.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-sieve.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-spec.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-spec.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-srvr.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-srvr.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-start.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-start.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-sum.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-sum.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-sync.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-sync.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-topic.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-topic.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-undo.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-undo.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-util.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-util.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-uu.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-uu.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-vm.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-vm.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-win.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus-win.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gnus.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gravatar.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gravatar.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gssapi.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/gssapi.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/html2text.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/html2text.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/ietf-drums.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/ietf-drums.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/legacy-gnus-agent.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/legacy-gnus-agent.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mail-parse.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mail-parse.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mail-prsvr.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mail-prsvr.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mail-source.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mail-source.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mailcap.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mailcap.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/message.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/message.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/messcompat.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/messcompat.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mm-archive.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mm-archive.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mm-bodies.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mm-bodies.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mm-decode.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mm-decode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mm-encode.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mm-encode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mm-extern.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mm-extern.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mm-partial.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mm-partial.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mm-url.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mm-url.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mm-util.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mm-util.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mm-uu.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mm-uu.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mm-view.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mm-view.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mml-sec.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mml-sec.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mml-smime.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mml-smime.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mml.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mml.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mml1991.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mml1991.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mml2015.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/mml2015.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnagent.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnagent.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnbabyl.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnbabyl.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nndiary.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nndiary.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nndir.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nndir.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nndoc.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nndoc.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nndraft.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nndraft.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nneething.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nneething.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnfolder.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnfolder.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nngateway.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nngateway.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnheader.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnheader.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnimap.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnimap.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnir.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnir.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnmail.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnmail.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnmaildir.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnmaildir.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnmairix.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnmairix.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnmbox.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnmbox.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnmh.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnmh.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnml.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnml.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnnil.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnnil.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnoo.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnoo.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnregistry.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnregistry.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnrss.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnrss.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnspool.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnspool.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nntp.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nntp.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnvirtual.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnvirtual.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnweb.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/nnweb.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/plstore.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/plstore.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/pop3.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/pop3.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/qp.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/qp.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/registry.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/registry.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/rfc1843.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/rfc1843.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/rfc2045.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/rfc2045.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/rfc2047.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/rfc2047.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/rfc2104.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/rfc2104.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/rfc2231.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/rfc2231.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/rtree.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/rtree.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/score-mode.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/score-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/sieve-manage.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/sieve-manage.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/sieve-mode.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/sieve-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/sieve.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/sieve.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/smiley.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/smiley.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/smime.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/smime.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/spam-report.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/spam-report.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/spam-stat.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/spam-stat.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/spam-wash.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/spam-wash.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/spam.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/spam.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/starttls.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/starttls.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/utf7.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/utf7.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/yenc.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gnus/yenc.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/gs.el +%%DATADIR%%/%%EMACS_VER%%/lisp/gs.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/help-at-pt.el +%%DATADIR%%/%%EMACS_VER%%/lisp/help-at-pt.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/help-fns.el +%%DATADIR%%/%%EMACS_VER%%/lisp/help-fns.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/help-macro.el +%%DATADIR%%/%%EMACS_VER%%/lisp/help-macro.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/help-mode.el +%%DATADIR%%/%%EMACS_VER%%/lisp/help-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/help.el +%%DATADIR%%/%%EMACS_VER%%/lisp/help.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/hex-util.el +%%DATADIR%%/%%EMACS_VER%%/lisp/hex-util.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/hexl.el +%%DATADIR%%/%%EMACS_VER%%/lisp/hexl.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/hfy-cmap.el +%%DATADIR%%/%%EMACS_VER%%/lisp/hfy-cmap.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/hi-lock.el +%%DATADIR%%/%%EMACS_VER%%/lisp/hi-lock.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/hilit-chg.el +%%DATADIR%%/%%EMACS_VER%%/lisp/hilit-chg.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/hippie-exp.el +%%DATADIR%%/%%EMACS_VER%%/lisp/hippie-exp.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/hl-line.el +%%DATADIR%%/%%EMACS_VER%%/lisp/hl-line.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/htmlfontify.el +%%DATADIR%%/%%EMACS_VER%%/lisp/htmlfontify.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/ibuf-ext.el +%%DATADIR%%/%%EMACS_VER%%/lisp/ibuf-ext.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/ibuf-macs.el +%%DATADIR%%/%%EMACS_VER%%/lisp/ibuf-macs.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/ibuffer.el +%%DATADIR%%/%%EMACS_VER%%/lisp/ibuffer.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/icomplete.el +%%DATADIR%%/%%EMACS_VER%%/lisp/icomplete.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/ido.el +%%DATADIR%%/%%EMACS_VER%%/lisp/ido.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/ielm.el +%%DATADIR%%/%%EMACS_VER%%/lisp/ielm.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/iimage.el +%%DATADIR%%/%%EMACS_VER%%/lisp/iimage.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/image-dired.el +%%DATADIR%%/%%EMACS_VER%%/lisp/image-dired.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/image-file.el +%%DATADIR%%/%%EMACS_VER%%/lisp/image-file.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/image-mode.el +%%DATADIR%%/%%EMACS_VER%%/lisp/image-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/image.el +%%DATADIR%%/%%EMACS_VER%%/lisp/image.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/imenu.el +%%DATADIR%%/%%EMACS_VER%%/lisp/imenu.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/indent.el +%%DATADIR%%/%%EMACS_VER%%/lisp/indent.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/info-look.el +%%DATADIR%%/%%EMACS_VER%%/lisp/info-look.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/info-xref.el +%%DATADIR%%/%%EMACS_VER%%/lisp/info-xref.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/info.el +%%DATADIR%%/%%EMACS_VER%%/lisp/info.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/informat.el +%%DATADIR%%/%%EMACS_VER%%/lisp/informat.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/international/README +%%DATADIR%%/%%EMACS_VER%%/lisp/international/ccl.el +%%DATADIR%%/%%EMACS_VER%%/lisp/international/ccl.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/international/characters.el +%%DATADIR%%/%%EMACS_VER%%/lisp/international/characters.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/international/charprop.el +%%DATADIR%%/%%EMACS_VER%%/lisp/international/cp51932.el +%%DATADIR%%/%%EMACS_VER%%/lisp/international/eucjp-ms.el +%%DATADIR%%/%%EMACS_VER%%/lisp/international/fontset.el +%%DATADIR%%/%%EMACS_VER%%/lisp/international/fontset.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/international/isearch-x.el +%%DATADIR%%/%%EMACS_VER%%/lisp/international/isearch-x.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/international/iso-ascii.el +%%DATADIR%%/%%EMACS_VER%%/lisp/international/iso-ascii.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/international/iso-cvt.el +%%DATADIR%%/%%EMACS_VER%%/lisp/international/iso-cvt.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/international/iso-transl.el +%%DATADIR%%/%%EMACS_VER%%/lisp/international/iso-transl.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/international/ja-dic-cnv.el +%%DATADIR%%/%%EMACS_VER%%/lisp/international/ja-dic-cnv.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/international/ja-dic-utl.el +%%DATADIR%%/%%EMACS_VER%%/lisp/international/ja-dic-utl.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/international/kinsoku.el +%%DATADIR%%/%%EMACS_VER%%/lisp/international/kinsoku.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/international/kkc.el +%%DATADIR%%/%%EMACS_VER%%/lisp/international/kkc.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/international/latexenc.el +%%DATADIR%%/%%EMACS_VER%%/lisp/international/latexenc.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/international/latin1-disp.el +%%DATADIR%%/%%EMACS_VER%%/lisp/international/latin1-disp.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/international/mule-cmds.el +%%DATADIR%%/%%EMACS_VER%%/lisp/international/mule-cmds.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/international/mule-conf.el +%%DATADIR%%/%%EMACS_VER%%/lisp/international/mule-conf.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/international/mule-diag.el +%%DATADIR%%/%%EMACS_VER%%/lisp/international/mule-diag.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/international/mule-util.el +%%DATADIR%%/%%EMACS_VER%%/lisp/international/mule-util.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/international/mule.el +%%DATADIR%%/%%EMACS_VER%%/lisp/international/mule.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/international/ogonek.el +%%DATADIR%%/%%EMACS_VER%%/lisp/international/ogonek.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/international/quail.el +%%DATADIR%%/%%EMACS_VER%%/lisp/international/quail.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/international/robin.el +%%DATADIR%%/%%EMACS_VER%%/lisp/international/robin.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/international/titdic-cnv.el +%%DATADIR%%/%%EMACS_VER%%/lisp/international/titdic-cnv.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/international/ucs-normalize.el +%%DATADIR%%/%%EMACS_VER%%/lisp/international/ucs-normalize.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/international/uni-bidi.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/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 +%%DATADIR%%/%%EMACS_VER%%/lisp/international/utf-7.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/isearch.el +%%DATADIR%%/%%EMACS_VER%%/lisp/isearch.elc +%%CANNA%%%%DATADIR%%/%%EMACS_VER%%/lisp/isearch-ext.el +%%CANNA%%%%DATADIR%%/%%EMACS_VER%%/lisp/isearch-ext.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/isearchb.el +%%DATADIR%%/%%EMACS_VER%%/lisp/isearchb.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/jit-lock.el +%%DATADIR%%/%%EMACS_VER%%/lisp/jit-lock.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/jka-cmpr-hook.el +%%DATADIR%%/%%EMACS_VER%%/lisp/jka-cmpr-hook.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/jka-compr.el +%%DATADIR%%/%%EMACS_VER%%/lisp/jka-compr.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/json.el +%%DATADIR%%/%%EMACS_VER%%/lisp/json.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/kermit.el +%%DATADIR%%/%%EMACS_VER%%/lisp/kermit.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/kmacro.el +%%DATADIR%%/%%EMACS_VER%%/lisp/kmacro.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/language/burmese.el +%%DATADIR%%/%%EMACS_VER%%/lisp/language/burmese.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/language/cham.el +%%DATADIR%%/%%EMACS_VER%%/lisp/language/cham.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/language/china-util.el +%%DATADIR%%/%%EMACS_VER%%/lisp/language/china-util.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/language/chinese.el +%%DATADIR%%/%%EMACS_VER%%/lisp/language/chinese.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/language/cyril-util.el +%%DATADIR%%/%%EMACS_VER%%/lisp/language/cyril-util.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/language/cyrillic.el +%%DATADIR%%/%%EMACS_VER%%/lisp/language/cyrillic.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/language/czech.el +%%DATADIR%%/%%EMACS_VER%%/lisp/language/czech.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/language/english.el +%%DATADIR%%/%%EMACS_VER%%/lisp/language/english.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/language/ethio-util.el +%%DATADIR%%/%%EMACS_VER%%/lisp/language/ethio-util.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/language/ethiopic.el +%%DATADIR%%/%%EMACS_VER%%/lisp/language/ethiopic.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/language/european.el +%%DATADIR%%/%%EMACS_VER%%/lisp/language/european.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/language/georgian.el +%%DATADIR%%/%%EMACS_VER%%/lisp/language/georgian.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/language/greek.el +%%DATADIR%%/%%EMACS_VER%%/lisp/language/greek.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/language/hanja-util.el +%%DATADIR%%/%%EMACS_VER%%/lisp/language/hanja-util.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/language/hebrew.el +%%DATADIR%%/%%EMACS_VER%%/lisp/language/hebrew.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/language/ind-util.el +%%DATADIR%%/%%EMACS_VER%%/lisp/language/ind-util.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/language/indian.el +%%DATADIR%%/%%EMACS_VER%%/lisp/language/indian.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/language/japan-util.el +%%DATADIR%%/%%EMACS_VER%%/lisp/language/japan-util.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/language/japanese.el +%%DATADIR%%/%%EMACS_VER%%/lisp/language/japanese.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/language/khmer.el +%%DATADIR%%/%%EMACS_VER%%/lisp/language/khmer.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/language/korea-util.el +%%DATADIR%%/%%EMACS_VER%%/lisp/language/korea-util.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/language/korean.el +%%DATADIR%%/%%EMACS_VER%%/lisp/language/korean.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/language/lao-util.el +%%DATADIR%%/%%EMACS_VER%%/lisp/language/lao-util.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/language/lao.el +%%DATADIR%%/%%EMACS_VER%%/lisp/language/lao.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/language/misc-lang.el +%%DATADIR%%/%%EMACS_VER%%/lisp/language/misc-lang.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/language/romanian.el +%%DATADIR%%/%%EMACS_VER%%/lisp/language/romanian.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/language/sinhala.el +%%DATADIR%%/%%EMACS_VER%%/lisp/language/sinhala.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/language/slovak.el +%%DATADIR%%/%%EMACS_VER%%/lisp/language/slovak.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/language/tai-viet.el +%%DATADIR%%/%%EMACS_VER%%/lisp/language/tai-viet.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/language/thai-util.el +%%DATADIR%%/%%EMACS_VER%%/lisp/language/thai-util.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/language/thai-word.el +%%DATADIR%%/%%EMACS_VER%%/lisp/language/thai-word.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/language/thai.el +%%DATADIR%%/%%EMACS_VER%%/lisp/language/thai.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/language/tibet-util.el +%%DATADIR%%/%%EMACS_VER%%/lisp/language/tibet-util.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/language/tibetan.el +%%DATADIR%%/%%EMACS_VER%%/lisp/language/tibetan.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/language/tv-util.el +%%DATADIR%%/%%EMACS_VER%%/lisp/language/tv-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/viet-util.el +%%DATADIR%%/%%EMACS_VER%%/lisp/language/viet-util.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/language/vietnamese.el +%%DATADIR%%/%%EMACS_VER%%/lisp/language/vietnamese.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/ldefs-boot.el +%%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/leim/quail/4Corner.el +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/4Corner.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/ARRAY30.el +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/ARRAY30.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/CCDOSPY.el +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/CCDOSPY.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/CTLau-b5.el +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/CTLau-b5.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/CTLau.el +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/CTLau.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/ECDICT.el +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/ECDICT.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/ETZY.el +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/ETZY.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/PY-b5.el +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/PY-b5.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/PY.el +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/PY.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/Punct-b5.el +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/Punct-b5.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/Punct.el +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/Punct.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/QJ-b5.el +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/QJ-b5.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/QJ.el +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/QJ.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/SW.el +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/SW.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/TONEPY.el +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/TONEPY.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/ZIRANMA.el +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/ZIRANMA.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/ZOZY.el +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/ZOZY.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/arabic.el +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/arabic.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/croatian.el +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/croatian.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/cyril-jis.el +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/cyril-jis.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/cyrillic.el +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/cyrillic.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/czech.el +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/czech.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/ethiopic.el +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/ethiopic.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/georgian.el +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/georgian.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/greek.el +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/greek.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/hangul.el +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/hangul.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/hanja-jis.el +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/hanja-jis.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/hanja.el +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/hanja.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/hanja3.el +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/hanja3.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/hebrew.el +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/hebrew.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/indian.el +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/indian.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/ipa-praat.el +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/ipa-praat.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/ipa.el +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/ipa.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/japanese.el +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/japanese.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/lao.el +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/lao.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/latin-alt.el +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/latin-alt.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/latin-ltx.el +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/latin-ltx.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/latin-post.el +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/latin-post.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/latin-pre.el +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/latin-pre.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/lrt.el +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/lrt.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/persian.el +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/persian.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/py-punct.el +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/py-punct.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/pypunct-b5.el +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/pypunct-b5.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/quick-b5.el +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/quick-b5.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/quick-cns.el +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/quick-cns.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/rfc1345.el +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/rfc1345.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/sgml-input.el +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/sgml-input.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/sisheng.el +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/sisheng.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/slovak.el +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/slovak.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/symbol-ksc.el +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/symbol-ksc.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/thai.el +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/thai.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/tibetan.el +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/tibetan.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/tsang-b5.el +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/tsang-b5.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/tsang-cns.el +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/tsang-cns.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/uni-input.el +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/uni-input.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/viqr.el +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/viqr.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/vntelex.el +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/vntelex.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/vnvni.el +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/vnvni.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/welsh.el +%%DATADIR%%/%%EMACS_VER%%/lisp/leim/quail/welsh.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/linum.el +%%DATADIR%%/%%EMACS_VER%%/lisp/linum.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/loaddefs.el +%%DATADIR%%/%%EMACS_VER%%/lisp/loadhist.el +%%DATADIR%%/%%EMACS_VER%%/lisp/loadhist.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/loadup.el +%%DATADIR%%/%%EMACS_VER%%/lisp/locate.el +%%DATADIR%%/%%EMACS_VER%%/lisp/locate.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/lpr.el +%%DATADIR%%/%%EMACS_VER%%/lisp/lpr.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/ls-lisp.el +%%DATADIR%%/%%EMACS_VER%%/lisp/ls-lisp.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/macros.el +%%DATADIR%%/%%EMACS_VER%%/lisp/macros.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/binhex.el +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/binhex.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/blessmail.el +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/emacsbug.el +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/emacsbug.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/feedmail.el +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/feedmail.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/footnote.el +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/footnote.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/hashcash.el +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/hashcash.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/mail-extr.el +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/mail-extr.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/mail-hist.el +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/mail-hist.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/mail-utils.el +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/mail-utils.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/mailabbrev.el +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/mailabbrev.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/mailalias.el +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/mailalias.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/mailclient.el +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/mailclient.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/mailheader.el +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/mailheader.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/metamail.el +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/metamail.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/mspools.el +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/mspools.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/reporter.el +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/reporter.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/rfc2368.el +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/rfc2368.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/rfc822.el +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/rfc822.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/rmail-spam-filter.el +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/rmail-spam-filter.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/rmail.el +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/rmail.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/rmailedit.el +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/rmailedit.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/rmailkwd.el +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/rmailkwd.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/rmailmm.el +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/rmailmm.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/rmailmsc.el +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/rmailmsc.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/rmailout.el +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/rmailout.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/rmailsort.el +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/rmailsort.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/rmailsum.el +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/rmailsum.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/sendmail.el +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/sendmail.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/smtpmail.el +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/smtpmail.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/supercite.el +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/supercite.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/uce.el +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/uce.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/undigest.el +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/undigest.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/unrmail.el +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/unrmail.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/uudecode.el +%%DATADIR%%/%%EMACS_VER%%/lisp/mail/uudecode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/makesum.el +%%DATADIR%%/%%EMACS_VER%%/lisp/makesum.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/man.el +%%DATADIR%%/%%EMACS_VER%%/lisp/man.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/master.el +%%DATADIR%%/%%EMACS_VER%%/lisp/master.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mb-depth.el +%%DATADIR%%/%%EMACS_VER%%/lisp/mb-depth.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/md4.el +%%DATADIR%%/%%EMACS_VER%%/lisp/md4.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/menu-bar.el +%%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 +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-alias.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-buffers.el +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-buffers.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-comp.el +%%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 +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-e.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-folder.el +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-folder.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-funcs.el +%%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 +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-identity.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-inc.el +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-inc.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-junk.el +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-junk.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-letter.el +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-letter.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-limit.el +%%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 +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-mime.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-print.el +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-print.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-scan.el +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-scan.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-search.el +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-search.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-seq.el +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-seq.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-show.el +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-show.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-speed.el +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-speed.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-thread.el +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-thread.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-tool-bar.el +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-tool-bar.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-utils.el +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-utils.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-xface.el +%%DATADIR%%/%%EMACS_VER%%/lisp/mh-e/mh-xface.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/midnight.el +%%DATADIR%%/%%EMACS_VER%%/lisp/midnight.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/minibuf-eldef.el +%%DATADIR%%/%%EMACS_VER%%/lisp/minibuf-eldef.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/minibuffer.el +%%DATADIR%%/%%EMACS_VER%%/lisp/minibuffer.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/misc.el +%%DATADIR%%/%%EMACS_VER%%/lisp/misc.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/misearch.el +%%DATADIR%%/%%EMACS_VER%%/lisp/misearch.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mouse-copy.el +%%DATADIR%%/%%EMACS_VER%%/lisp/mouse-copy.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mouse-drag.el +%%DATADIR%%/%%EMACS_VER%%/lisp/mouse-drag.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mouse.el +%%DATADIR%%/%%EMACS_VER%%/lisp/mouse.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mpc.el +%%DATADIR%%/%%EMACS_VER%%/lisp/mpc.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/msb.el +%%DATADIR%%/%%EMACS_VER%%/lisp/msb.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/mwheel.el +%%DATADIR%%/%%EMACS_VER%%/lisp/mwheel.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/ange-ftp.el +%%DATADIR%%/%%EMACS_VER%%/lisp/net/ange-ftp.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/browse-url.el +%%DATADIR%%/%%EMACS_VER%%/lisp/net/browse-url.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/dbus.el +%%DATADIR%%/%%EMACS_VER%%/lisp/net/dbus.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/dig.el +%%DATADIR%%/%%EMACS_VER%%/lisp/net/dig.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/dns.el +%%DATADIR%%/%%EMACS_VER%%/lisp/net/dns.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/eudc-bob.el +%%DATADIR%%/%%EMACS_VER%%/lisp/net/eudc-bob.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/eudc-export.el +%%DATADIR%%/%%EMACS_VER%%/lisp/net/eudc-export.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/eudc-hotlist.el +%%DATADIR%%/%%EMACS_VER%%/lisp/net/eudc-hotlist.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/eudc-vars.el +%%DATADIR%%/%%EMACS_VER%%/lisp/net/eudc-vars.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/eudc.el +%%DATADIR%%/%%EMACS_VER%%/lisp/net/eudc.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/eudcb-bbdb.el +%%DATADIR%%/%%EMACS_VER%%/lisp/net/eudcb-bbdb.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/eudcb-ldap.el +%%DATADIR%%/%%EMACS_VER%%/lisp/net/eudcb-ldap.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/eudcb-mab.el +%%DATADIR%%/%%EMACS_VER%%/lisp/net/eudcb-mab.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/eudcb-ph.el +%%DATADIR%%/%%EMACS_VER%%/lisp/net/eudcb-ph.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/eww.el +%%DATADIR%%/%%EMACS_VER%%/lisp/net/eww.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/gnutls.el +%%DATADIR%%/%%EMACS_VER%%/lisp/net/gnutls.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/goto-addr.el +%%DATADIR%%/%%EMACS_VER%%/lisp/net/goto-addr.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/hmac-def.el +%%DATADIR%%/%%EMACS_VER%%/lisp/net/hmac-def.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/hmac-md5.el +%%DATADIR%%/%%EMACS_VER%%/lisp/net/hmac-md5.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/imap.el +%%DATADIR%%/%%EMACS_VER%%/lisp/net/imap.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/ldap.el +%%DATADIR%%/%%EMACS_VER%%/lisp/net/ldap.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/mairix.el +%%DATADIR%%/%%EMACS_VER%%/lisp/net/mairix.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/net-utils.el +%%DATADIR%%/%%EMACS_VER%%/lisp/net/net-utils.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/netrc.el +%%DATADIR%%/%%EMACS_VER%%/lisp/net/netrc.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/network-stream.el +%%DATADIR%%/%%EMACS_VER%%/lisp/net/network-stream.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/newst-backend.el +%%DATADIR%%/%%EMACS_VER%%/lisp/net/newst-backend.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/newst-plainview.el +%%DATADIR%%/%%EMACS_VER%%/lisp/net/newst-plainview.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/newst-reader.el +%%DATADIR%%/%%EMACS_VER%%/lisp/net/newst-reader.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/newst-ticker.el +%%DATADIR%%/%%EMACS_VER%%/lisp/net/newst-ticker.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/newst-treeview.el +%%DATADIR%%/%%EMACS_VER%%/lisp/net/newst-treeview.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/newsticker.el +%%DATADIR%%/%%EMACS_VER%%/lisp/net/newsticker.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/ntlm.el +%%DATADIR%%/%%EMACS_VER%%/lisp/net/ntlm.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/quickurl.el +%%DATADIR%%/%%EMACS_VER%%/lisp/net/quickurl.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/rcirc.el +%%DATADIR%%/%%EMACS_VER%%/lisp/net/rcirc.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/rlogin.el +%%DATADIR%%/%%EMACS_VER%%/lisp/net/rlogin.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/sasl-cram.el +%%DATADIR%%/%%EMACS_VER%%/lisp/net/sasl-cram.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/sasl-digest.el +%%DATADIR%%/%%EMACS_VER%%/lisp/net/sasl-digest.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/sasl-ntlm.el +%%DATADIR%%/%%EMACS_VER%%/lisp/net/sasl-ntlm.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/sasl.el +%%DATADIR%%/%%EMACS_VER%%/lisp/net/sasl.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/secrets.el +%%DATADIR%%/%%EMACS_VER%%/lisp/net/secrets.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/shr-color.el +%%DATADIR%%/%%EMACS_VER%%/lisp/net/shr-color.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/shr.el +%%DATADIR%%/%%EMACS_VER%%/lisp/net/shr.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/snmp-mode.el +%%DATADIR%%/%%EMACS_VER%%/lisp/net/snmp-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/soap-client.el +%%DATADIR%%/%%EMACS_VER%%/lisp/net/soap-client.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/soap-inspect.el +%%DATADIR%%/%%EMACS_VER%%/lisp/net/soap-inspect.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/socks.el +%%DATADIR%%/%%EMACS_VER%%/lisp/net/socks.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/telnet.el +%%DATADIR%%/%%EMACS_VER%%/lisp/net/telnet.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/tls.el +%%DATADIR%%/%%EMACS_VER%%/lisp/net/tls.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/tramp-adb.el +%%DATADIR%%/%%EMACS_VER%%/lisp/net/tramp-adb.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/tramp-cache.el +%%DATADIR%%/%%EMACS_VER%%/lisp/net/tramp-cache.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/tramp-cmds.el +%%DATADIR%%/%%EMACS_VER%%/lisp/net/tramp-cmds.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/tramp-compat.el +%%DATADIR%%/%%EMACS_VER%%/lisp/net/tramp-compat.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/tramp-ftp.el +%%DATADIR%%/%%EMACS_VER%%/lisp/net/tramp-ftp.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/tramp-gvfs.el +%%DATADIR%%/%%EMACS_VER%%/lisp/net/tramp-gvfs.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/tramp-gw.el +%%DATADIR%%/%%EMACS_VER%%/lisp/net/tramp-gw.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/tramp-loaddefs.el +%%DATADIR%%/%%EMACS_VER%%/lisp/net/tramp-sh.el +%%DATADIR%%/%%EMACS_VER%%/lisp/net/tramp-sh.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/tramp-smb.el +%%DATADIR%%/%%EMACS_VER%%/lisp/net/tramp-smb.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/tramp-uu.el +%%DATADIR%%/%%EMACS_VER%%/lisp/net/tramp-uu.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/tramp.el +%%DATADIR%%/%%EMACS_VER%%/lisp/net/tramp.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/trampver.el +%%DATADIR%%/%%EMACS_VER%%/lisp/net/trampver.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/webjump.el +%%DATADIR%%/%%EMACS_VER%%/lisp/net/webjump.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/net/zeroconf.el +%%DATADIR%%/%%EMACS_VER%%/lisp/net/zeroconf.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/newcomment.el +%%DATADIR%%/%%EMACS_VER%%/lisp/newcomment.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/notifications.el +%%DATADIR%%/%%EMACS_VER%%/lisp/notifications.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/novice.el +%%DATADIR%%/%%EMACS_VER%%/lisp/novice.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/nxml-enc.el +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/nxml-enc.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/nxml-glyph.el +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/nxml-glyph.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/nxml-maint.el +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/nxml-maint.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/nxml-mode.el +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/nxml-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/nxml-ns.el +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/nxml-ns.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/nxml-outln.el +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/nxml-outln.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/nxml-parse.el +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/nxml-parse.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/nxml-rap.el +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/nxml-rap.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/nxml-uchnm.el +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/nxml-uchnm.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/nxml-util.el +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/nxml-util.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/rng-cmpct.el +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/rng-cmpct.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/rng-dt.el +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/rng-dt.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/rng-loc.el +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/rng-loc.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/rng-maint.el +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/rng-maint.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/rng-match.el +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/rng-match.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/rng-nxml.el +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/rng-nxml.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/rng-parse.el +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/rng-parse.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/rng-pttrn.el +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/rng-pttrn.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/rng-uri.el +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/rng-uri.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/rng-util.el +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/rng-util.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/rng-valid.el +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/rng-valid.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/rng-xsd.el +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/rng-xsd.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/xmltok.el +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/xmltok.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/xsd-regexp.el +%%DATADIR%%/%%EMACS_VER%%/lisp/nxml/xsd-regexp.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/abbrevlist.el +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/abbrevlist.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/assoc.el +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/assoc.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/awk-mode.el +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/awk-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/bruce.el +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/cl-compat.el +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/cl-compat.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/complete.el +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/complete.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/cust-print.el +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/cust-print.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/erc-hecomplete.el +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/erc-hecomplete.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/fast-lock.el +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/fast-lock.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/iso-acc.el +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/iso-acc.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/iso-insert.el +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/iso-insert.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/iso-swed.el +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/iso-swed.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/iswitchb.el +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/iswitchb.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/keyswap.el +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/lazy-lock.el +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/lazy-lock.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/ledit.el +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/ledit.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/levents.el +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/levents.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/lmenu.el +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/lmenu.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/longlines.el +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/longlines.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/lucid.el +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/lucid.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/mailpost.el +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/mailpost.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/meese.el +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/meese.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/mouse-sel.el +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/mouse-sel.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/old-emacs-lock.el +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/old-emacs-lock.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/old-whitespace.el +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/old-whitespace.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/options.el +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/options.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/otodo-mode.el +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/otodo-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/patcomp.el +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/pc-mode.el +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/pc-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/pc-select.el +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/pc-select.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/pgg-def.el +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/pgg-def.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/pgg-gpg.el +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/pgg-gpg.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/pgg-parse.el +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/pgg-parse.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/pgg-pgp.el +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/pgg-pgp.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/pgg-pgp5.el +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/pgg-pgp5.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/pgg.el +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/pgg.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/rcompile.el +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/rcompile.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/resume.el +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/resume.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/s-region.el +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/s-region.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/scribe.el +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/scribe.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/spell.el +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/spell.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/sregex.el +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/sregex.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/sup-mouse.el +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/sup-mouse.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/swedish.el +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/swedish.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/sym-comp.el +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/sym-comp.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/terminal.el +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/terminal.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/vc-mcvs.el +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/vc-mcvs.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/xesam.el +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/xesam.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/yow.el +%%DATADIR%%/%%EMACS_VER%%/lisp/obsolete/yow.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-C.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-C.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-R.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-R.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-asymptote.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-asymptote.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-awk.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-awk.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-calc.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-calc.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-clojure.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-clojure.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-comint.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-comint.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-core.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-core.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-css.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-css.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-ditaa.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-ditaa.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-dot.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-dot.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-emacs-lisp.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-emacs-lisp.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-eval.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-eval.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-exp.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-exp.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-fortran.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-fortran.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-gnuplot.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-gnuplot.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-haskell.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-haskell.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-io.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-io.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-java.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-java.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-js.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-js.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-keys.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-keys.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-latex.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-latex.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-ledger.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-ledger.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-lilypond.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-lilypond.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-lisp.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-lisp.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-lob.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-lob.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-makefile.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-makefile.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-matlab.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-matlab.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-maxima.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-maxima.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-mscgen.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-mscgen.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-ocaml.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-ocaml.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-octave.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-octave.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-org.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-org.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-perl.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-perl.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-picolisp.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-picolisp.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-plantuml.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-plantuml.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-python.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-python.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-ref.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-ref.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-ruby.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-ruby.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-sass.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-sass.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-scala.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-scala.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-scheme.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-scheme.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-screen.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-screen.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-sh.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-sh.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-shen.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-shen.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-sql.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-sql.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-sqlite.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-sqlite.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-table.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-table.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-tangle.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob-tangle.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ob.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-agenda.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-agenda.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-archive.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-archive.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-attach.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-attach.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-bbdb.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-bbdb.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-bibtex.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-bibtex.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-capture.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-capture.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-clock.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-clock.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-colview.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-colview.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-compat.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-compat.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-crypt.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-crypt.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-ctags.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-ctags.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-datetree.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-datetree.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-docview.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-docview.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-element.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-element.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-entities.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-entities.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-eshell.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-eshell.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-faces.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-faces.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-feed.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-feed.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-footnote.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-footnote.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-gnus.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-gnus.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-habit.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-habit.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-id.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-id.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-indent.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-indent.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-info.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-info.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-inlinetask.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-inlinetask.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-install.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-irc.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-irc.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-list.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-list.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-loaddefs.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-macro.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-macro.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-macs.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-macs.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-mhe.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-mhe.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-mobile.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-mobile.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-mouse.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-mouse.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-pcomplete.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-pcomplete.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-plot.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-plot.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-protocol.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-protocol.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-rmail.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-rmail.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-src.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-src.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-table.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-table.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-timer.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-timer.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-version.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-w3m.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org-w3m.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/org.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ox-ascii.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ox-ascii.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ox-beamer.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ox-beamer.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ox-html.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ox-html.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ox-icalendar.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ox-icalendar.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ox-latex.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ox-latex.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ox-man.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ox-man.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ox-md.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ox-md.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ox-odt.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ox-odt.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ox-org.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ox-org.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ox-publish.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ox-publish.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ox-texinfo.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ox-texinfo.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ox.el +%%DATADIR%%/%%EMACS_VER%%/lisp/org/ox.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/outline.el +%%DATADIR%%/%%EMACS_VER%%/lisp/outline.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/paren.el +%%DATADIR%%/%%EMACS_VER%%/lisp/paren.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/password-cache.el +%%DATADIR%%/%%EMACS_VER%%/lisp/password-cache.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/pcmpl-cvs.el +%%DATADIR%%/%%EMACS_VER%%/lisp/pcmpl-cvs.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/pcmpl-gnu.el +%%DATADIR%%/%%EMACS_VER%%/lisp/pcmpl-gnu.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/pcmpl-linux.el +%%DATADIR%%/%%EMACS_VER%%/lisp/pcmpl-linux.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/pcmpl-rpm.el +%%DATADIR%%/%%EMACS_VER%%/lisp/pcmpl-rpm.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/pcmpl-unix.el +%%DATADIR%%/%%EMACS_VER%%/lisp/pcmpl-unix.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/pcmpl-x.el +%%DATADIR%%/%%EMACS_VER%%/lisp/pcmpl-x.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/pcomplete.el +%%DATADIR%%/%%EMACS_VER%%/lisp/pcomplete.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/play/5x5.el +%%DATADIR%%/%%EMACS_VER%%/lisp/play/5x5.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/play/animate.el +%%DATADIR%%/%%EMACS_VER%%/lisp/play/animate.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/play/blackbox.el +%%DATADIR%%/%%EMACS_VER%%/lisp/play/blackbox.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/play/bubbles.el +%%DATADIR%%/%%EMACS_VER%%/lisp/play/bubbles.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/play/cookie1.el +%%DATADIR%%/%%EMACS_VER%%/lisp/play/cookie1.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/play/decipher.el +%%DATADIR%%/%%EMACS_VER%%/lisp/play/decipher.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/play/dissociate.el +%%DATADIR%%/%%EMACS_VER%%/lisp/play/dissociate.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/play/doctor.el +%%DATADIR%%/%%EMACS_VER%%/lisp/play/doctor.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/play/dunnet.el +%%DATADIR%%/%%EMACS_VER%%/lisp/play/dunnet.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/play/fortune.el +%%DATADIR%%/%%EMACS_VER%%/lisp/play/fortune.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/play/gamegrid.el +%%DATADIR%%/%%EMACS_VER%%/lisp/play/gamegrid.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/play/gametree.el +%%DATADIR%%/%%EMACS_VER%%/lisp/play/gametree.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/play/gomoku.el +%%DATADIR%%/%%EMACS_VER%%/lisp/play/gomoku.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/play/handwrite.el +%%DATADIR%%/%%EMACS_VER%%/lisp/play/handwrite.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/play/hanoi.el +%%DATADIR%%/%%EMACS_VER%%/lisp/play/hanoi.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/play/landmark.el +%%DATADIR%%/%%EMACS_VER%%/lisp/play/landmark.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/play/life.el +%%DATADIR%%/%%EMACS_VER%%/lisp/play/life.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/play/morse.el +%%DATADIR%%/%%EMACS_VER%%/lisp/play/morse.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/play/mpuz.el +%%DATADIR%%/%%EMACS_VER%%/lisp/play/mpuz.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/play/pong.el +%%DATADIR%%/%%EMACS_VER%%/lisp/play/pong.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/play/snake.el +%%DATADIR%%/%%EMACS_VER%%/lisp/play/snake.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/play/solitaire.el +%%DATADIR%%/%%EMACS_VER%%/lisp/play/solitaire.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/play/spook.el +%%DATADIR%%/%%EMACS_VER%%/lisp/play/spook.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/play/studly.el +%%DATADIR%%/%%EMACS_VER%%/lisp/play/studly.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/play/tetris.el +%%DATADIR%%/%%EMACS_VER%%/lisp/play/tetris.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/play/zone.el +%%DATADIR%%/%%EMACS_VER%%/lisp/play/zone.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/printing.el +%%DATADIR%%/%%EMACS_VER%%/lisp/printing.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/proced.el +%%DATADIR%%/%%EMACS_VER%%/lisp/proced.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/profiler.el +%%DATADIR%%/%%EMACS_VER%%/lisp/profiler.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ada-mode.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ada-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ada-prj.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ada-prj.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ada-stmt.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ada-stmt.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ada-xref.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ada-xref.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/antlr-mode.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/antlr-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/asm-mode.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/asm-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/autoconf.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/autoconf.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/bat-mode.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/bat-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/bug-reference.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/bug-reference.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cap-words.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cap-words.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-align.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-align.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-awk.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-awk.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-bytecomp.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-bytecomp.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-cmds.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-cmds.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-compat.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-compat.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-defs.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-defs.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-engine.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-engine.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-fonts.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-fonts.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-guess.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-guess.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-langs.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-langs.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-menus.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-menus.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-mode.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-styles.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-styles.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-vars.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cc-vars.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cfengine.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cfengine.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cmacexp.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cmacexp.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/compile.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/compile.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cperl-mode.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cperl-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cpp.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cpp.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cwarn.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/cwarn.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/dcl-mode.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/dcl-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ebnf-abn.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ebnf-abn.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ebnf-bnf.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ebnf-bnf.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ebnf-dtd.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ebnf-dtd.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ebnf-ebx.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ebnf-ebx.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ebnf-iso.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ebnf-iso.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ebnf-otz.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ebnf-otz.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ebnf-yac.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ebnf-yac.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ebnf2ps.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ebnf2ps.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ebrowse.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ebrowse.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/etags.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/etags.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/executable.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/executable.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/f90.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/f90.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/flymake.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/flymake.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/fortran.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/fortran.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/gdb-mi.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/gdb-mi.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/glasses.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/glasses.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/grep.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/grep.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/gud.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/gud.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/hideif.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/hideif.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/hideshow.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/hideshow.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/icon.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/icon.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/idlw-complete-structtag.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/idlw-complete-structtag.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/idlw-help.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/idlw-help.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/idlw-shell.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/idlw-shell.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/idlw-toolbar.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/idlw-toolbar.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/idlwave.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/idlwave.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/inf-lisp.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/inf-lisp.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/js.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/js.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ld-script.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ld-script.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/m4-mode.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/m4-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/make-mode.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/make-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/mantemp.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/mantemp.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/meta-mode.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/meta-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/mixal-mode.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/mixal-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/modula2.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/modula2.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/octave.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/octave.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/opascal.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/opascal.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/pascal.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/pascal.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/perl-mode.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/perl-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/prog-mode.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/prog-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/prolog.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/prolog.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ps-mode.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ps-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/python.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/python.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ruby-mode.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/ruby-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/scheme.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/scheme.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/sh-script.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/sh-script.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/simula.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/simula.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/sql.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/sql.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/subword.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/subword.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/tcl.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/tcl.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/vera-mode.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/vera-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/verilog-mode.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/verilog-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/vhdl-mode.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/vhdl-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/which-func.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/which-func.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/xscheme.el +%%DATADIR%%/%%EMACS_VER%%/lisp/progmodes/xscheme.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/ps-bdf.el +%%DATADIR%%/%%EMACS_VER%%/lisp/ps-bdf.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/ps-def.el +%%DATADIR%%/%%EMACS_VER%%/lisp/ps-def.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/ps-mule.el +%%DATADIR%%/%%EMACS_VER%%/lisp/ps-mule.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/ps-print.el +%%DATADIR%%/%%EMACS_VER%%/lisp/ps-print.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/ps-samp.el +%%DATADIR%%/%%EMACS_VER%%/lisp/ps-samp.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/recentf.el +%%DATADIR%%/%%EMACS_VER%%/lisp/recentf.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/rect.el +%%DATADIR%%/%%EMACS_VER%%/lisp/rect.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/register.el +%%DATADIR%%/%%EMACS_VER%%/lisp/register.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/repeat.el +%%DATADIR%%/%%EMACS_VER%%/lisp/repeat.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/replace.el +%%DATADIR%%/%%EMACS_VER%%/lisp/replace.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/reposition.el +%%DATADIR%%/%%EMACS_VER%%/lisp/reposition.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/reveal.el +%%DATADIR%%/%%EMACS_VER%%/lisp/reveal.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/rfn-eshadow.el +%%DATADIR%%/%%EMACS_VER%%/lisp/rfn-eshadow.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/rot13.el +%%DATADIR%%/%%EMACS_VER%%/lisp/rot13.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/ruler-mode.el +%%DATADIR%%/%%EMACS_VER%%/lisp/ruler-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/savehist.el +%%DATADIR%%/%%EMACS_VER%%/lisp/savehist.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/saveplace.el +%%DATADIR%%/%%EMACS_VER%%/lisp/saveplace.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/sb-image.el +%%DATADIR%%/%%EMACS_VER%%/lisp/sb-image.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/scroll-all.el +%%DATADIR%%/%%EMACS_VER%%/lisp/scroll-all.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/scroll-bar.el +%%DATADIR%%/%%EMACS_VER%%/lisp/scroll-bar.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/scroll-lock.el +%%DATADIR%%/%%EMACS_VER%%/lisp/scroll-lock.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/select.el +%%DATADIR%%/%%EMACS_VER%%/lisp/select.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/server.el +%%DATADIR%%/%%EMACS_VER%%/lisp/server.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/ses.el +%%DATADIR%%/%%EMACS_VER%%/lisp/ses.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/shadowfile.el +%%DATADIR%%/%%EMACS_VER%%/lisp/shadowfile.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/shell.el +%%DATADIR%%/%%EMACS_VER%%/lisp/shell.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/simple.el +%%DATADIR%%/%%EMACS_VER%%/lisp/simple.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/skeleton.el +%%DATADIR%%/%%EMACS_VER%%/lisp/skeleton.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/sort.el +%%DATADIR%%/%%EMACS_VER%%/lisp/sort.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/soundex.el +%%DATADIR%%/%%EMACS_VER%%/lisp/soundex.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/speedbar.el +%%DATADIR%%/%%EMACS_VER%%/lisp/speedbar.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/startup.el +%%DATADIR%%/%%EMACS_VER%%/lisp/startup.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/strokes.el +%%DATADIR%%/%%EMACS_VER%%/lisp/strokes.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/subdirs.el +%%DATADIR%%/%%EMACS_VER%%/lisp/subr.el +%%DATADIR%%/%%EMACS_VER%%/lisp/subr.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/t-mouse.el +%%DATADIR%%/%%EMACS_VER%%/lisp/t-mouse.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/tabify.el +%%DATADIR%%/%%EMACS_VER%%/lisp/tabify.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/talk.el +%%DATADIR%%/%%EMACS_VER%%/lisp/talk.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/tar-mode.el +%%DATADIR%%/%%EMACS_VER%%/lisp/tar-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/tempo.el +%%DATADIR%%/%%EMACS_VER%%/lisp/tempo.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/term.el +%%DATADIR%%/%%EMACS_VER%%/lisp/term.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/term/AT386.el +%%DATADIR%%/%%EMACS_VER%%/lisp/term/AT386.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/term/README +%%DATADIR%%/%%EMACS_VER%%/lisp/term/apollo.el +%%DATADIR%%/%%EMACS_VER%%/lisp/term/apollo.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/term/bobcat.el +%%DATADIR%%/%%EMACS_VER%%/lisp/term/bobcat.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/term/common-win.el +%%DATADIR%%/%%EMACS_VER%%/lisp/term/common-win.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/term/cygwin.el +%%DATADIR%%/%%EMACS_VER%%/lisp/term/cygwin.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/term/internal.el +%%DATADIR%%/%%EMACS_VER%%/lisp/term/internal.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/term/iris-ansi.el +%%DATADIR%%/%%EMACS_VER%%/lisp/term/iris-ansi.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/term/linux.el +%%DATADIR%%/%%EMACS_VER%%/lisp/term/linux.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/term/lk201.el +%%DATADIR%%/%%EMACS_VER%%/lisp/term/lk201.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/term/news.el +%%DATADIR%%/%%EMACS_VER%%/lisp/term/news.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/term/ns-win.el +%%DATADIR%%/%%EMACS_VER%%/lisp/term/ns-win.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/term/pc-win.el +%%DATADIR%%/%%EMACS_VER%%/lisp/term/pc-win.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/term/rxvt.el +%%DATADIR%%/%%EMACS_VER%%/lisp/term/rxvt.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/term/screen.el +%%DATADIR%%/%%EMACS_VER%%/lisp/term/screen.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/term/sun.el +%%DATADIR%%/%%EMACS_VER%%/lisp/term/sun.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/term/tty-colors.el +%%DATADIR%%/%%EMACS_VER%%/lisp/term/tty-colors.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/term/tvi970.el +%%DATADIR%%/%%EMACS_VER%%/lisp/term/tvi970.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/term/vt100.el +%%DATADIR%%/%%EMACS_VER%%/lisp/term/vt100.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/term/vt102.el +%%DATADIR%%/%%EMACS_VER%%/lisp/term/vt102.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/term/vt125.el +%%DATADIR%%/%%EMACS_VER%%/lisp/term/vt125.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/term/vt200.el +%%DATADIR%%/%%EMACS_VER%%/lisp/term/vt200.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/term/vt201.el +%%DATADIR%%/%%EMACS_VER%%/lisp/term/vt201.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/term/vt220.el +%%DATADIR%%/%%EMACS_VER%%/lisp/term/vt220.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/term/vt240.el +%%DATADIR%%/%%EMACS_VER%%/lisp/term/vt240.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/term/vt300.el +%%DATADIR%%/%%EMACS_VER%%/lisp/term/vt300.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/term/vt320.el +%%DATADIR%%/%%EMACS_VER%%/lisp/term/vt320.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/term/vt400.el +%%DATADIR%%/%%EMACS_VER%%/lisp/term/vt400.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/term/vt420.el +%%DATADIR%%/%%EMACS_VER%%/lisp/term/vt420.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/term/w32-win.el +%%DATADIR%%/%%EMACS_VER%%/lisp/term/w32-win.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/term/w32console.el +%%DATADIR%%/%%EMACS_VER%%/lisp/term/w32console.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/term/wyse50.el +%%DATADIR%%/%%EMACS_VER%%/lisp/term/wyse50.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/term/x-win.el +%%DATADIR%%/%%EMACS_VER%%/lisp/term/x-win.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/term/xterm.el +%%DATADIR%%/%%EMACS_VER%%/lisp/term/xterm.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/artist.el +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/artist.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/bib-mode.el +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/bib-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/bibtex-style.el +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/bibtex-style.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/bibtex.el +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/bibtex.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/conf-mode.el +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/conf-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/css-mode.el +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/css-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/dns-mode.el +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/dns-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/enriched.el +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/enriched.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/fill.el +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/fill.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/flyspell.el +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/flyspell.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/ispell.el +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/ispell.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/makeinfo.el +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/makeinfo.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/nroff-mode.el +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/nroff-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/page-ext.el +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/page-ext.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/page.el +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/page.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/paragraphs.el +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/paragraphs.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/picture.el +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/picture.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/po.el +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/po.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/refbib.el +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/refbib.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/refer.el +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/refer.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/refill.el +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/refill.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/reftex-auc.el +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/reftex-auc.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/reftex-cite.el +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/reftex-cite.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/reftex-dcr.el +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/reftex-dcr.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/reftex-global.el +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/reftex-global.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/reftex-index.el +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/reftex-index.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/reftex-parse.el +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/reftex-parse.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/reftex-ref.el +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/reftex-ref.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/reftex-sel.el +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/reftex-sel.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/reftex-toc.el +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/reftex-toc.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/reftex-vars.el +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/reftex-vars.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/reftex.el +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/reftex.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/remember.el +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/remember.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/rst.el +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/rst.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/sgml-mode.el +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/sgml-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/table.el +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/table.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/tex-mode.el +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/tex-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/texinfmt.el +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/texinfmt.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/texinfo.el +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/texinfo.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/texnfo-upd.el +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/texnfo-upd.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/text-mode.el +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/text-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/tildify.el +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/tildify.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/two-column.el +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/two-column.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/underline.el +%%DATADIR%%/%%EMACS_VER%%/lisp/textmodes/underline.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/thingatpt.el +%%DATADIR%%/%%EMACS_VER%%/lisp/thingatpt.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/thumbs.el +%%DATADIR%%/%%EMACS_VER%%/lisp/thumbs.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/time-stamp.el +%%DATADIR%%/%%EMACS_VER%%/lisp/time-stamp.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/time.el +%%DATADIR%%/%%EMACS_VER%%/lisp/time.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/timezone.el +%%DATADIR%%/%%EMACS_VER%%/lisp/timezone.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/tmm.el +%%DATADIR%%/%%EMACS_VER%%/lisp/tmm.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/tool-bar.el +%%DATADIR%%/%%EMACS_VER%%/lisp/tool-bar.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/tooltip.el +%%DATADIR%%/%%EMACS_VER%%/lisp/tooltip.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/tree-widget.el +%%DATADIR%%/%%EMACS_VER%%/lisp/tree-widget.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/tutorial.el +%%DATADIR%%/%%EMACS_VER%%/lisp/tutorial.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/type-break.el +%%DATADIR%%/%%EMACS_VER%%/lisp/type-break.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/uniquify.el +%%DATADIR%%/%%EMACS_VER%%/lisp/uniquify.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-about.el +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-about.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-auth.el +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-auth.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-cache.el +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-cache.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-cid.el +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-cid.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-cookie.el +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-cookie.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-dav.el +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-dav.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-dired.el +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-dired.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-domsuf.el +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-domsuf.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-expand.el +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-expand.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-file.el +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-file.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-ftp.el +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-ftp.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-future.el +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-future.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-gw.el +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-gw.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-handlers.el +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-handlers.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-history.el +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-history.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-http.el +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-http.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-imap.el +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-imap.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-irc.el +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-irc.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-ldap.el +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-ldap.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-mailto.el +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-mailto.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-methods.el +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-methods.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-misc.el +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-misc.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-news.el +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-news.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-nfs.el +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-nfs.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-ns.el +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-ns.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-parse.el +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-parse.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-privacy.el +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-privacy.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-proxy.el +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-proxy.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-queue.el +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-queue.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-util.el +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-util.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-vars.el +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url-vars.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url.el +%%DATADIR%%/%%EMACS_VER%%/lisp/url/url.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/userlock.el +%%DATADIR%%/%%EMACS_VER%%/lisp/userlock.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/add-log.el +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/add-log.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/compare-w.el +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/compare-w.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/cvs-status.el +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/cvs-status.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/diff-mode.el +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/diff-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/diff.el +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/diff.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/ediff-diff.el +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/ediff-diff.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/ediff-help.el +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/ediff-help.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/ediff-hook.el +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/ediff-hook.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/ediff-init.el +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/ediff-init.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/ediff-merg.el +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/ediff-merg.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/ediff-mult.el +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/ediff-mult.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/ediff-ptch.el +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/ediff-ptch.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/ediff-util.el +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/ediff-util.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/ediff-vers.el +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/ediff-vers.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/ediff-wind.el +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/ediff-wind.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/ediff.el +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/ediff.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/emerge.el +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/emerge.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/log-edit.el +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/log-edit.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/log-view.el +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/log-view.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/pcvs-defs.el +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/pcvs-defs.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/pcvs-info.el +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/pcvs-info.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/pcvs-parse.el +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/pcvs-parse.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/pcvs-util.el +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/pcvs-util.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/pcvs.el +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/pcvs.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/smerge-mode.el +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/smerge-mode.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-annotate.el +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-annotate.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-arch.el +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-arch.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-bzr.el +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-bzr.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-cvs.el +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-cvs.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-dav.el +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-dav.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-dir.el +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-dir.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-dispatcher.el +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-dispatcher.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-git.el +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-git.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-hg.el +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-hg.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-hooks.el +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-hooks.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-mtn.el +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-mtn.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-rcs.el +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-rcs.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-sccs.el +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-sccs.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-svn.el +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc-svn.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc.el +%%DATADIR%%/%%EMACS_VER%%/lisp/vc/vc.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vcursor.el +%%DATADIR%%/%%EMACS_VER%%/lisp/vcursor.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/version.el +%%DATADIR%%/%%EMACS_VER%%/lisp/version.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/view.el +%%DATADIR%%/%%EMACS_VER%%/lisp/view.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vt-control.el +%%DATADIR%%/%%EMACS_VER%%/lisp/vt-control.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/vt100-led.el +%%DATADIR%%/%%EMACS_VER%%/lisp/vt100-led.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/w32-common-fns.el +%%DATADIR%%/%%EMACS_VER%%/lisp/w32-common-fns.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/w32-fns.el +%%DATADIR%%/%%EMACS_VER%%/lisp/w32-fns.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/w32-vars.el +%%DATADIR%%/%%EMACS_VER%%/lisp/w32-vars.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/wdired.el +%%DATADIR%%/%%EMACS_VER%%/lisp/wdired.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/whitespace.el +%%DATADIR%%/%%EMACS_VER%%/lisp/whitespace.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/wid-browse.el +%%DATADIR%%/%%EMACS_VER%%/lisp/wid-browse.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/wid-edit.el +%%DATADIR%%/%%EMACS_VER%%/lisp/wid-edit.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/widget.el +%%DATADIR%%/%%EMACS_VER%%/lisp/widget.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/windmove.el +%%DATADIR%%/%%EMACS_VER%%/lisp/windmove.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/window.el +%%DATADIR%%/%%EMACS_VER%%/lisp/window.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/winner.el +%%DATADIR%%/%%EMACS_VER%%/lisp/winner.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/woman.el +%%DATADIR%%/%%EMACS_VER%%/lisp/woman.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/x-dnd.el +%%DATADIR%%/%%EMACS_VER%%/lisp/x-dnd.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/xml.el +%%DATADIR%%/%%EMACS_VER%%/lisp/xml.elc +%%DATADIR%%/%%EMACS_VER%%/lisp/xt-mouse.el +%%DATADIR%%/%%EMACS_VER%%/lisp/xt-mouse.elc %%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/site-lisp/site-start.el %%DATADIR%%/%%EMACS_VER%%/site-lisp/subdirs.el +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/alloc.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/atimer.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/atimer.h +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/bidi.c +%%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/callint.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/callproc.c +%%SOURCES%%%%CANNA%%%%DATADIR%%/%%EMACS_VER%%/src/canna.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/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/doc.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/doprnt.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/dosfns.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/dosfns.h +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/editfns.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/emacs-icon.h +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/emacs.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/emacsgtkfixed.c +%%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/frame.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/frame.h +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/fringe.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/ftfont.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/ftfont.h +%%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/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/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/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/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/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/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/syssignal.h +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/sysstdio.h +%%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/unexmacosx.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/unexsol.c +%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/unexw32.c +%%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/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/w32term.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/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 -@comment %%INFODIR%%/dir share/icons/hicolor/128x128/apps/emacs.png share/icons/hicolor/16x16/apps/emacs.png share/icons/hicolor/24x24/apps/emacs.png