From: Juanma Barranquero Date: Wed, 29 Jun 2005 13:58:00 +0000 (+0000) Subject: (texinfo-insert-@item): Change space constants "protected" from end of line by a X-Git-Tag: emacs-pretest-22.0.90~8564 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=16f4391084f94976fbccd6c755660960da78bad6;p=emacs.git (texinfo-insert-@item): Change space constants "protected" from end of line by a comment to "?\s". --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e89509d23c8..27663abdaf8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,18 @@ +2005-06-29 Juanma Barranquero + + * imenu.el (imenu--completion-buffer): + * mouse.el (mouse-buffer-menu-alist): + * msb.el (msb-invisible-buffer-p): + * calendar/diary-lib.el (diary-header-line-format): + * emacs-lisp/pp.el (pp-buffer): + * progmodes/cperl-mode.el (cperl-do-auto-fill): + * textmodes/picture.el (picture-replace-match): + Change space constants followed by a sexp to "?\s ". + + * play/decipher.el (decipher-loop-with-breaks): + * textmodes/texinfo.el (texinfo-insert-@item): Change space + constants "protected" from end of line by a comment to "?\s". + 2005-06-29 Stefan Monnier * font-lock.el (save-buffer-state): Use `declare'. @@ -9,7 +24,7 @@ 2005-06-29 Carsten Dominik - * textmodes/org.el: (orgtbl-setup): New function, for delayed + * textmodes/org.el (orgtbl-setup): New function, for delayed setup for the orgtbl commands. (org-calc-default-modes): New option. (orgtbl-make-binding): Use `defun' to get better help display. diff --git a/lisp/textmodes/texinfo.el b/lisp/textmodes/texinfo.el index 2be01d630f9..aac70dd1e23 100644 --- a/lisp/textmodes/texinfo.el +++ b/lisp/textmodes/texinfo.el @@ -816,7 +816,7 @@ Otherwise, follow with a newline." (texinfo-last-unended-begin) (match-string 1))) "table") - ? ;space + ?\s ?\n))) (defun texinfo-insert-@kbd (&optional arg)