comparison lisp/ChangeLog @ 106224:647b4d392557

Handle the [back] button properly (bug#4979). * descr-text.el (describe-text-properties): Add a `buffer' argument. Use help-setup-xref, help-buffer, and with-help-window. (describe-char): Add `buffer' argument. Pass proper command to help-setup-xref. Don't meddle with help-xref-stack-item directly. (describe-text-category): Use with-help-window and help-buffer.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 24 Nov 2009 22:23:49 +0000
parents 21d623c57072
children 5418676a97db
comparison
equal deleted inserted replaced
106223:21d623c57072 106224:647b4d392557
1 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca> 1 2009-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 Handle the [back] button properly (bug#4979).
4 * descr-text.el (describe-text-properties): Add a `buffer' argument.
5 Use help-setup-xref, help-buffer, and with-help-window.
6 (describe-char): Add `buffer' argument.
7 Pass proper command to help-setup-xref. Don't meddle with
8 help-xref-stack-item directly.
9 (describe-text-category): Use with-help-window and help-buffer.
2 10
3 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode 11 * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
4 for the displayed buffer (bug#4887). 12 for the displayed buffer (bug#4887).
5 13
6 * man.el (Man-completion-table): New function. 14 * man.el (Man-completion-table): New function.