aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2011-05-21 15:33:12 -0700
committerGlenn Morris2011-05-21 15:33:12 -0700
commit7e4ccca3454e6ef6ccaf14827f274647b2bf56e1 (patch)
tree9d0d19f7a61e2d74b166e38b879bebdce4bf9032 /lisp/ChangeLog
parent2a35386df43842ade192a4f5fea5a412cf0d8d29 (diff)
downloademacs-7e4ccca3454e6ef6ccaf14827f274647b2bf56e1.tar.gz
emacs-7e4ccca3454e6ef6ccaf14827f274647b2bf56e1.zip
Small files.el hack-local changes for mode-only case.
* lisp/files.el (hack-local-variables-prop-line, hack-local-variables): If only interested in the mode, don't bother doing the other stuff.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 3ea95bda944..a5af20b109b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12011-05-21 Glenn Morris <rgm@gnu.org> 12011-05-21 Glenn Morris <rgm@gnu.org>
2 2
3 * files.el (hack-local-variables-prop-line, hack-local-variables):
4 If only interested in the mode, don't bother doing the other stuff.
5
3 * image-mode.el (image-after-revert-hook): 6 * image-mode.el (image-after-revert-hook):
4 Redraw all frames on which the image is visible. (Bug#8567) 7 Redraw all frames on which the image is visible. (Bug#8567)
5 8