]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 27 Apr 2005 20:00:03 +0000 (20:00 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 27 Apr 2005 20:00:03 +0000 (20:00 +0000)
lisp/ChangeLog

index 84910fcc37451ceb2cac1422cf54e79708c9eeed..dbc8a229442b5dea4f73626c23230edb39a4c6f4 100644 (file)
@@ -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.