aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorOleh Krehel2015-02-07 18:54:07 +0100
committerOleh Krehel2015-02-08 16:08:40 +0100
commit1a489c1a421a56bfc0ebaa07a87db2394887405a (patch)
tree9ec7ce8e096ef5f949f9c692142906ad452b0599 /lisp/ChangeLog
parent60f8214e97042bb1c4e7beb9da8df76cd4c124f7 (diff)
downloademacs-1a489c1a421a56bfc0ebaa07a87db2394887405a.tar.gz
emacs-1a489c1a421a56bfc0ebaa07a87db2394887405a.zip
lisp/outline.el (outline-show-entry): Fix one invisible char
* lisp/outline.el (outline-show-entry): Previously, when called for the last outline in a file, a single invisible char was left. Add a check for this condition.
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 cf5ccd24e54..b862d42b961 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12015-02-08 Oleh Krehel <ohwoeowho@gmail.com>
2
3 * outline.el (outline-show-entry): Fix one invisible char for the
4 file's last outline. Fixes Bug#19493.
5
12015-02-08 Stefan Monnier <monnier@iro.umontreal.ca> 62015-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
2 7
3 * subr.el (indirect-function): Change advertised calling convention. 8 * subr.el (indirect-function): Change advertised calling convention.