diff lisp/ChangeLog @ 110443:f6272822d94c

* lisp/textmodes/ispell.el: Fix commenting convention. (ispell-parse-output): Simplify, use push. (ispell-region): Use match-string-no-properties. (ispell-begin-skip-region-regexp): Use mapconcat to simplify. (ispell-minor-mode): Use define-minor-mode. (ispell-message): Remove unused var `skip-regexp'. (ispell-add-per-file-word-list): Use dynamic let-binding. Try and use the proper comment marker.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 20 Sep 2010 13:53:42 +0200
parents c1e130042fa1
children 6cf93d8fc391
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Sep 20 14:44:39 2010 +0300
+++ b/lisp/ChangeLog	Mon Sep 20 13:53:42 2010 +0200
@@ -1,5 +1,14 @@
 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+	* textmodes/ispell.el: Fix commenting convention.
+	(ispell-parse-output): Simplify, use push.
+	(ispell-region): Use match-string-no-properties.
+	(ispell-begin-skip-region-regexp): Use mapconcat to simplify.
+	(ispell-minor-mode): Use define-minor-mode.
+	(ispell-message): Remove unused var `skip-regexp'.
+	(ispell-add-per-file-word-list): Use dynamic let-binding.
+	Try and use the proper comment marker.
+
 	* mail/sendmail.el: Fix commenting convention.
 	(sendmail-send-it): Use line-beginning-position.