diff options
| author | Stefan Monnier | 2009-09-04 03:09:44 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2009-09-04 03:09:44 +0000 |
| commit | c0bc6d79eab4c5e38e8eb84558d160f1eb8ed22d (patch) | |
| tree | 81354dc159d60a09b2fad75d039c158c64dfdf55 /lisp/ChangeLog | |
| parent | 1c78a735d17167139aa81f927b0241e314e3bd3d (diff) | |
| download | emacs-c0bc6d79eab4c5e38e8eb84558d160f1eb8ed22d.tar.gz emacs-c0bc6d79eab4c5e38e8eb84558d160f1eb8ed22d.zip | |
(Footnote-text-under-cursor):
Check footnote-text-marker-alist before using it (bug#4324).
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 155b4804ebd..7882d1b1b04 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2009-09-04 Leo <sdl.web@gmail.com> (tiny change) | ||
| 2 | |||
| 3 | * mail/footnote.el (Footnote-text-under-cursor): | ||
| 4 | Check footnote-text-marker-alist before using it (bug#4324). | ||
| 5 | |||
| 1 | 2009-09-04 Glenn Morris <rgm@gnu.org> | 6 | 2009-09-04 Glenn Morris <rgm@gnu.org> |
| 2 | 7 | ||
| 3 | * calendar/diary-lib.el (diary-fancy-display): Only switch modes if | 8 | * calendar/diary-lib.el (diary-fancy-display): Only switch modes if |