changeset 61893:51ca342485b5

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 27 Apr 2005 20:00:03 +0000
parents 6acaa6301fd7
children 4905bdafc798
files lisp/ChangeLog
diffstat 1 files changed, 10 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Apr 27 19:46:13 2005 +0000
+++ b/lisp/ChangeLog	Wed Apr 27 20:00:03 2005 +0000
@@ -1,3 +1,11 @@
+2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+	* progmodes/cperl-mode.el (cperl-mode): Don't precompile the
+	font-lock-fontify-syntactic-keywords.
+
+	* font-lock.el (font-lock-default-fontify-region): Don't force
+	parse-sexp-lookup-properties to nil.
+
 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
 
 	* man.el (man-mode-syntax-table): Set up `:' to have
@@ -25,8 +33,8 @@
 	(comint-output-filter, comint-get-old-input-default)
 	(comint-line-beginning-position, comint-bol, comint-show-output)
 	(comint-backward-matching-input, comint-forward-matching-input)
-	(comint-next-prompt, comint-previous-prompt): Rename
-	`comint-use-prompt-regexp-instead-of-fields' to
+	(comint-next-prompt, comint-previous-prompt):
+	Rename `comint-use-prompt-regexp-instead-of-fields' to
 	`comint-use-prompt-regexp'.  Keep old name as alias and declare
 	obsolete.
 	(comint-use-prompt-regexp): Shorten first line of doc string.