diff lisp/psgml/psgml-html.el @ 2:ac2d302a0011 r19-15b2

Import from CVS: tag r19-15b2
author cvs
date Mon, 13 Aug 2007 08:46:35 +0200
parents 376386a54a3c
children 0293115a14e9
line wrap: on
line diff
--- a/lisp/psgml/psgml-html.el	Mon Aug 13 08:45:53 2007 +0200
+++ b/lisp/psgml/psgml-html.el	Mon Aug 13 08:46:35 2007 +0200
@@ -640,6 +640,7 @@
 	    (substring time 0 20)
 	    (nth 1 (current-time-zone))
 	    " "
+	    (substring time -4)
 	    "\n")))
 
 (defun html-helper-insert-timestamp-delimiter-at-point ()
@@ -733,7 +734,7 @@
 		  "---"
 		  ["HTML-Quote Region" html-quote-region t]
 		  "---")
-		(cdr sgml-sgml-menu))))
+		(cdr sgml-main-menu))))
 
 (defun sgml-html-netscape-file ()
   "Preview the file for the current buffer in Netscape."