Mercurial > emacs
comparison lisp/ChangeLog @ 102043:e30b05317b87
(with-buffer-prepared-for-jit-lock): Swap the `let' and
the `with-buffer-unmodified' to avoid useless `readlink' calls.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sat, 14 Feb 2009 21:41:26 +0000 |
parents | 53a6f4b7cab5 |
children | 62ca9007a17f |
comparison
equal
deleted
inserted
replaced
102042:f0864f8938a3 | 102043:e30b05317b87 |
---|---|
1 2009-02-14 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * jit-lock.el (with-buffer-prepared-for-jit-lock): Swap the `let' and | |
4 the `with-buffer-unmodified' to avoid useless `readlink' calls. | |
5 | |
1 2009-02-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> | 6 2009-02-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> |
2 | 7 |
3 * textmodes/bibtex.el (bibtex-global-key-alist) | 8 * textmodes/bibtex.el (bibtex-global-key-alist) |
4 (bibtex-initialize): Exclude current buffer if it does not use | 9 (bibtex-initialize): Exclude current buffer if it does not use |
5 bibtex-mode. | 10 bibtex-mode. |
16 | 21 |
17 * isearch.el (isearch-search-string): Use `with-no-warnings' | 22 * isearch.el (isearch-search-string): Use `with-no-warnings' |
18 around forms that refer to translation-table-for-input. | 23 around forms that refer to translation-table-for-input. |
19 | 24 |
20 * international/quail.el (quail-input-string-to-events) | 25 * international/quail.el (quail-input-string-to-events) |
21 (quail-store-decode-map-key, quail-char-equal-p): Use | 26 (quail-store-decode-map-key, quail-char-equal-p): |
22 `with-no-warnings' around forms that refer to | 27 Use `with-no-warnings' around forms that refer to |
23 translation-table-for-input. | 28 translation-table-for-input. |
24 | 29 |
25 * simple.el (quoted-insert, zap-to-char): Use `with-no-warnings' | 30 * simple.el (quoted-insert, zap-to-char): Use `with-no-warnings' |
26 around forms that refer to translation-table-for-input. | 31 around forms that refer to translation-table-for-input. |
27 | 32 |