]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorStefan Monnier <monnier@iro.umontreal.ca>
Sun, 20 Nov 2005 18:06:05 +0000 (18:06 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sun, 20 Nov 2005 18:06:05 +0000 (18:06 +0000)
lisp/ChangeLog

index cfb8872a9378c93d2db0ffc7a81bf7dffe4363e4..06406e15f0087d6c276aab98e9730742115086fa 100644 (file)
        * international/mule-cmds.el (encoded-string-description):
        Use Lisp-readable syntax for hex.
 
+2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * newcomment.el (comment-enter-backward): Handle the case where the
+       comment is closed by EOB.
+
 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
 
        * longlines.el (longlines-before-revert-hook)
@@ -59,8 +64,8 @@
 
 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
 
-       * complete.el (partial-completion-mode): Mention
-       completion-auto-help in the doc string.
+       * complete.el (partial-completion-mode):
+       Mention completion-auto-help in the doc string.
 
        * man.el (Man-highlight-references): Doc fix.  Reformat code in a
        more Lisp-ish way.
@@ -72,8 +77,8 @@
 
 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
 
-       * menu-bar.el (menu-bar-describe-menu) <list-keybindings>: Mention
-       "keyboard shortcuts" in the help text.
+       * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
+       Mention "keyboard shortcuts" in the help text.
 
 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>