emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r115222: src/lread.c comment


From: Glenn Morris
Subject: [Emacs-diffs] trunk r115222: src/lread.c comment
Date: Mon, 25 Nov 2013 03:10:58 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115222
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sun 2013-11-24 19:10:54 -0800
message:
  src/lread.c comment
modified:
  src/lread.c                    lread.c-20091113204419-o5vbwnq5f7feedwu-266
=== modified file 'src/lread.c'
--- a/src/lread.c       2013-11-25 02:36:41 +0000
+++ b/src/lread.c       2013-11-25 03:10:54 +0000
@@ -4195,6 +4195,14 @@
      changed from the default that was saved before dumping, don't
      change it further.  Changes can only be due to site-lisp
      files that were processed during dumping.  */
+  /* FIXME?  AFAICS, it does not make sense to change load-path in a
+     dumped site-lisp file, so maybe we should just drop this check.
+     E.g., if you add an element to load-path, you are going to be
+     adding it to PATH_DUMPLOADSEARCH, which refers to the source directory.
+     This will make no sense (and may not still exist) in an installed Emacs.
+     And the only change it is sensible to make to load-path is to add
+     something to the front, which you should do with configure's
+     --enable-locallisppath option if you really want to have it dumped.  */
   if (initialized)
     {
       if (changed || NILP (Fequal (dump_path, Vload_path)))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]