]> git.eshelyaron.com Git - emacs.git/commitdiff
(texinfo-insert-@item): Change space constants "protected" from end of line by a
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 29 Jun 2005 13:58:00 +0000 (13:58 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 29 Jun 2005 13:58:00 +0000 (13:58 +0000)
comment to "?\s".

lisp/ChangeLog
lisp/textmodes/texinfo.el

index e89509d23c8ed861793e0215260ac22422f1839d..27663abdaf89b2566882f0b8fb83f863b707763f 100644 (file)
@@ -1,3 +1,18 @@
+2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
+
+       * 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  <monnier@iro.umontreal.ca>
 
        * font-lock.el (save-buffer-state): Use `declare'.
@@ -9,7 +24,7 @@
 
 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
 
-       * 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.
index 2be01d630f9121269f614c7073d34e124b741259..aac70dd1e237f473b79454c2c0ea08038e6f5a60 100644 (file)
@@ -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)