From: Glenn Morris Date: Thu, 13 Jun 2013 06:18:57 +0000 (-0700) Subject: * admin/admin.el (manual-style-string): Use new file manual.css. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~2016^2~134 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0605ec8e4f9912bea0b13b87bd330770925d3d36;p=emacs.git * admin/admin.el (manual-style-string): Use new file manual.css. --- diff --git a/admin/ChangeLog b/admin/ChangeLog index ac6031fa205..8fdfe3965b1 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog @@ -1,9 +1,12 @@ +2013-06-13 Glenn Morris + + * admin.el (manual-style-string): Use new file manual.css. + 2013-06-02 Eric Ludlam * grammars/srecode-template.wy (variable): Accept a single number as a variable value. Allows the 'priority' to be set to a number. - (wisent-srecode-template-lexer): Move number up so it can be - created. + (wisent-srecode-template-lexer): Move number up so it can be created. 2013-05-16 Glenn Morris diff --git a/admin/admin.el b/admin/admin.el index cb7eaead27f..8366207f5b0 100644 --- a/admin/admin.el +++ b/admin/admin.el @@ -271,7 +271,7 @@ Root must be the root of an Emacs source tree." \n\n") (defconst manual-style-string "\n") +@import url('/s/emacs/manual.css');\n\n") (defun manual-misc-html (name root html-node-dir html-mono-dir) (let ((texi (expand-file-name (format "doc/misc/%s.texi" name) root)))