changeset 34120:1fce381f3bda

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Sat, 02 Dec 2000 15:33:30 +0000
parents fb272ca0c0b1
children 8ac4f972b03f
files lisp/ChangeLog
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Dec 02 15:31:23 2000 +0000
+++ b/lisp/ChangeLog	Sat Dec 02 15:33:30 2000 +0000
@@ -1,5 +1,13 @@
 2000-12-02  Eli Zaretskii  <eliz@is.elta.co.il>
 
+	* textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
+	New defcustoms.
+	(texinfo-insert-quote): Don't call tex-insert-quote, to avoid
+	autoloading tex-mode; instead, do the same manually.  Use
+	texinfo-open-quote and texinfo-close-quote.  Insert literal quote
+	with numeric argument.  Docstring fix.
+	(toplevel): Require cl when compiling.
+	
 	* internat/mule.el (make-char): Doc fix.
 
 2000-12-02  Jason Rumney  <jasonr@gnu.org>