# HG changeset patch # User Eli Zaretskii # Date 975771210 0 # Node ID 1fce381f3bda1ee6712b20410c08bfc9f5b7a153 # Parent fb272ca0c0b18de79820480a902f7e6a4bebdda0 *** empty log message *** diff -r fb272ca0c0b1 -r 1fce381f3bda lisp/ChangeLog --- 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 + * 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