]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 21 Oct 2002 21:05:04 +0000 (21:05 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 21 Oct 2002 21:05:04 +0000 (21:05 +0000)
lisp/ChangeLog
src/ChangeLog

index 7c4a3747f98a2937740b2bd2d5b95f56007b30c2..ae0dfd1d7fea806a3de09e62b540c50ff65585ec 100644 (file)
@@ -1,3 +1,10 @@
+2002-10-21  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * textmodes/text-mode.el (text-mode-syntax-table): Make ' a prefix.
+       (paragraph-indent-text-mode-abbrev-table)
+       (paragraph-indent-text-mode-syntax-table): Remove.
+       (paragraph-indent-text-mode): Use the :abbrev and :syntax-table args.
+
 2002-10-21  Juanma Barranquero  <lektu@terra.es>
 
        * eshell/esh-util.el (directory-files-and-attributes): Copy docstring
index 33e2b5b388aff6bb52c6b6ca534c013940c7972c..65746254999a638d81cc640e0d1a4186dc97af98 100644 (file)
@@ -1,3 +1,8 @@
+2002-10-21  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * casefiddle.c (casify_region): Don't treat a prefix char as part
+       of a word when at the beginning.
+
 2002-10-17  Juanma Barranquero  <lektu@terra.es>
 
        * lread.c (syms_of_lread): Fix typos.