From 0605ec8e4f9912bea0b13b87bd330770925d3d36 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 12 Jun 2013 23:18:57 -0700 Subject: [PATCH] * admin/admin.el (manual-style-string): Use new file manual.css. --- admin/ChangeLog | 7 +++++-- admin/admin.el | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) 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))) -- 2.39.2