emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r107311: Adjust info-xref-check-all i


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r107311: Adjust info-xref-check-all instructions in FOR-RELEASE
Date: Thu, 16 Feb 2012 20:54:56 -0800
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107311
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2012-02-16 20:54:56 -0800
message:
  Adjust info-xref-check-all instructions in FOR-RELEASE
modified:
  admin/FOR-RELEASE
=== modified file 'admin/FOR-RELEASE'
--- a/admin/FOR-RELEASE 2012-02-17 04:28:53 +0000
+++ b/admin/FOR-RELEASE 2012-02-17 04:54:56 +0000
@@ -7,7 +7,7 @@
 are correct.  You can use something like the following in the info
 directory in the Emacs build tree:
 
-emacs -Q --eval "(setq Info-default-directory-list '(\".\"))" \
+emacs -Q --eval "(progn (require 'info) (setq Info-directory-list '(\".\")))" \
   -f info-xref-check-all
 
 make emacs.dvi, elisp.dvi, and deal with any errors (undefined


reply via email to

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