aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2009-02-14 21:41:26 +0000
committerStefan Monnier2009-02-14 21:41:26 +0000
commit002645bd38add90d74507ef0e50d44b3ec641952 (patch)
tree138eab8a134f9df28c94592695f42ca70b0cd3a8 /lisp/ChangeLog
parente966384d2030fc2d57d8bbdf91cb1e95240a4bf8 (diff)
downloademacs-002645bd38add90d74507ef0e50d44b3ec641952.tar.gz
emacs-002645bd38add90d74507ef0e50d44b3ec641952.zip
(with-buffer-prepared-for-jit-lock): Swap the `let' and
the `with-buffer-unmodified' to avoid useless `readlink' calls.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog9
1 files changed, 7 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index cf008053348..7d7d253fc24 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12009-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
12009-02-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> 62009-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)
@@ -18,8 +23,8 @@
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'