Mercurial > emacs
comparison lisp/ChangeLog @ 110270:c7809974cd64
Misc cleanups and simplifications.
* lisp/font-lock.el (save-buffer-state): Remove `varlist' arg.
(font-lock-unfontify-region, font-lock-default-fontify-region):
Update usage correspondingly.
(font-lock-fontify-syntactic-keywords-region):
Set parse-sexp-lookup-properties buffer-locally here.
(font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
* lisp/progmodes/ada-mode.el: Replace "(set '" with setq.
(ada-mode): Simplify.
(ada-create-case-exception, ada-adjust-case-interactive)
(ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
(ada-search-ignore-string-comment, ada-move-to-start)
(ada-move-to-end): Use with-syntax-table.
* lisp/progmodes/fortran.el (fortran-line-length): Don't recompute
syntactic keywords redundantly a second time.
* lisp/progmodes/js.el (require): Require is already "eval-and-compile".
(js--re-search-forward): Avoid `eval'. Preserve the error data.
(js--re-search-backward): Use js--re-search-forward.
* lisp/progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 08 Sep 2010 18:21:23 +0200 |
parents | 39d3e1ba1931 |
children | 60d36a04fc87 |
comparison
equal
deleted
inserted
replaced
110269:39d3e1ba1931 | 110270:c7809974cd64 |
---|---|
1 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca> | 1 2010-09-08 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | |
3 * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp. | |
4 | |
5 * progmodes/js.el (require): Require is already "eval-and-compile". | |
6 (js--re-search-forward): Avoid `eval'. Preserve the error data. | |
7 (js--re-search-backward): Use js--re-search-forward. | |
8 | |
9 * progmodes/fortran.el (fortran-line-length): Don't recompute | |
10 syntactic keywords redundantly a second time. | |
11 | |
12 * progmodes/ada-mode.el: Replace "(set '" with setq. | |
13 (ada-mode): Simplify. | |
14 (ada-create-case-exception, ada-adjust-case-interactive) | |
15 (ada-adjust-case-region, ada-format-paramlist, ada-indent-current) | |
16 (ada-search-ignore-string-comment, ada-move-to-start) | |
17 (ada-move-to-end): Use with-syntax-table. | |
18 | |
19 * font-lock.el (save-buffer-state): Remove `varlist' arg. | |
20 (font-lock-unfontify-region, font-lock-default-fontify-region): | |
21 Update usage correspondingly. | |
22 (font-lock-fontify-syntactic-keywords-region): | |
23 Set parse-sexp-lookup-properties buffer-locally here. | |
24 (font-lock-fontify-syntactically-region): Remove unused `ppss' arg. | |
2 | 25 |
3 * simple.el (blink-matching-open): Don't burp if we can't find a match. | 26 * simple.el (blink-matching-open): Don't burp if we can't find a match. |
4 | 27 |
5 2010-09-08 Glenn Morris <rgm@gnu.org> | 28 2010-09-08 Glenn Morris <rgm@gnu.org> |
6 | 29 |