aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorGlenn Morris2013-07-11 23:45:04 -0700
committerGlenn Morris2013-07-11 23:45:04 -0700
commit48dde4df64a89fd9a54fbb9f153319b4f7705c0b (patch)
tree48241c09124c08fb09b21b405edbf9afdc239264 /admin
parent539a920cda27cad65e298535ec082aa52e86daa2 (diff)
downloademacs-48dde4df64a89fd9a54fbb9f153319b4f7705c0b.tar.gz
emacs-48dde4df64a89fd9a54fbb9f153319b4f7705c0b.zip
* admin/admin.el (manual-style-string): Use non-abbreviated url.
Diffstat (limited to 'admin')
-rw-r--r--admin/ChangeLog4
-rw-r--r--admin/admin.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog
index b9dc8cbafdc..cbcd698e8b1 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -1,3 +1,7 @@
12013-07-12 Glenn Morris <rgm@gnu.org>
2
3 * admin.el (manual-style-string): Use non-abbreviated url.
4
12013-07-09 Paul Eggert <eggert@cs.ucla.edu> 52013-07-09 Paul Eggert <eggert@cs.ucla.edu>
2 6
3 Port recent close-on-exec changes to Cygwin (Bug#14821). 7 Port recent close-on-exec changes to Cygwin (Bug#14821).
diff --git a/admin/admin.el b/admin/admin.el
index 927f68e978a..9c0015fc413 100644
--- a/admin/admin.el
+++ b/admin/admin.el
@@ -283,7 +283,7 @@ Optional argument TYPE is type of output (nil means all)."
283<meta name=\"DC.title\" content=\"gnu.org\">\n\n") 283<meta name=\"DC.title\" content=\"gnu.org\">\n\n")
284 284
285(defconst manual-style-string "<style type=\"text/css\"> 285(defconst manual-style-string "<style type=\"text/css\">
286@import url('/s/emacs/manual.css');\n</style>\n") 286@import url('/software/emacs/manual.css');\n</style>\n")
287 287
288(defun manual-misc-html (name root html-node-dir html-mono-dir) 288(defun manual-misc-html (name root html-node-dir html-mono-dir)
289 ;; Hack to deal with the cases where .texi creates a different .info. 289 ;; Hack to deal with the cases where .texi creates a different .info.