summaryrefslogtreecommitdiff
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorBastien Guerry <bzg@gnu.org>2013-01-24 22:19:02 +0100
committerBastien Guerry <bzg@gnu.org>2013-01-24 22:19:02 +0100
commit3d4147bae3f03502acb3d12a5c9747129cc0c6aa (patch)
tree6a9cd4953c6ba80ed63f354c5ac033e5bef600e7 /lisp/ChangeLog
parente1ffa412b4ebd244c834854098031756743236e0 (diff)
downloademacs-3d4147bae3f03502acb3d12a5c9747129cc0c6aa.tar.gz
emacs-3d4147bae3f03502acb3d12a5c9747129cc0c6aa.tar.bz2
emacs-3d4147bae3f03502acb3d12a5c9747129cc0c6aa.zip
* paren.el (show-paren-function): Make sure to set 'priority and
'face only if the overlay does exist.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9c4f8f37a9b..5efa7810ad2 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2013-01-24 Aaron Ecay <aaronecay@gmail.com> (tiny change)
+
+ * paren.el (show-paren-function): Make sure to set 'priority and
+ 'face only if the overlay does exist.
+
2013-01-24 Michael Albinus <michael.albinus@gmx.de>
* net/tramp.el (tramp-tramp-file-p): Check, whether NAME is unibyte.