changeset 47967:0a8bff6f0168

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 21 Oct 2002 21:05:04 +0000
parents 85dbcc2c6739
children 73b8f2ad9e28
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Oct 21 21:04:50 2002 +0000
+++ b/lisp/ChangeLog	Mon Oct 21 21:05:04 2002 +0000
@@ -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
--- a/src/ChangeLog	Mon Oct 21 21:04:50 2002 +0000
+++ b/src/ChangeLog	Mon Oct 21 21:05:04 2002 +0000
@@ -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.