emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r114922: Comment markup fix


From: Glenn Morris
Subject: [Emacs-diffs] trunk r114922: Comment markup fix
Date: Sat, 02 Nov 2013 23:38:05 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114922
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sat 2013-11-02 16:37:59 -0700
message:
  Comment markup fix
modified:
  lisp/startup.el                startup.el-20091113204419-o5vbwnq5f7feedwu-260
=== modified file 'lisp/startup.el'
--- a/lisp/startup.el   2013-10-30 02:45:53 +0000
+++ b/lisp/startup.el   2013-11-02 23:37:59 +0000
@@ -2087,12 +2087,11 @@
            ;; This approach loses for "-batch -L DIR --eval "(require foo)",
            ;; if foo is intended to be found in DIR.
            ;;
-           ;; ;; The directories listed in --directory/-L options will *appear*
-           ;; ;; at the front of `load-path' in the order they appear on the
-           ;; ;; command-line.  We cannot do this by *placing* them at the 
front
-           ;; ;; in the order they appear, so we need this variable to hold 
them,
-           ;; ;; temporarily.
-           ;; extra-load-path
+           ;; The directories listed in --directory/-L options will *appear*
+           ;; at the front of `load-path' in the order they appear on the
+           ;; command-line.  We cannot do this by *placing* them at the front
+           ;; in the order they appear, so we need this variable to hold them,
+           ;; temporarily.
            ;;
            ;; To DTRT we keep track of the splice point and modify `load-path'
            ;; straight away upon any --directory/-L option.


reply via email to

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