]> code.delx.au - gnu-emacs/blobdiff - src/epaths.in
(syms_of_xfns): Provide `x' as feature.
[gnu-emacs] / src / epaths.in
index 2e7126c328a356535d2c0dde2b3594cd2a2b2d0c..ee965cb7615cbd6aaf37632c83eee8493aa2c82a 100644 (file)
@@ -1,6 +1,6 @@
 /* Hey Emacs, this is -*- C -*- code!  */
-/* Copyright (C) 1993, 1995, 1997, 1999, 2001
-   Free Software Foundation, Inc.
+/* Copyright (C) 1993, 1995, 1997, 1999, 2001, 2002, 2003, 2004,
+                 2005 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -16,8 +16,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GNU Emacs; see the file COPYING.  If not, write to
-the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 /* The default search path for Lisp function "load".
    This sets load-path.  */
@@ -59,3 +59,6 @@ Boston, MA 02111-1307, USA.  */
 
 /* Where Emacs should look for the application default file. */
 #define PATH_X_DEFAULTS "/usr/lib/X11/%L/%T/%N%C%S:/usr/lib/X11/%l/%T/%N%C%S:/usr/lib/X11/%T/%N%C%S:/usr/lib/X11/%L/%T/%N%S:/usr/lib/X11/%l/%T/%N%S:/usr/lib/X11/%T/%N%S"
+
+/* arch-tag: d30686c4-629c-4666-9499-beaa69f1641e
+   (do not change this comment) */