Mercurial > hg > xemacs-beta
changeset 4652:f3dddd098242
Fix for issue 521
| author | Adrian Aichner <adrian@xemacs.org> |
|---|---|
| date | Sun, 12 Jul 2009 22:39:44 +0200 |
| parents | a3dd752b0a8d |
| children | cdc51540fed7 |
| files | src/callint.c |
| diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/callint.c Mon Apr 27 00:38:29 2009 +0200 +++ b/src/callint.c Sun Jul 12 22:39:44 2009 +0200 @@ -203,9 +203,8 @@ (eq window (active-minibuffer-window))))) (error "Attempt to select inactive minibuffer window")) (select window))))) -`_' (setq zmacs-region-stays t) - -*/ +`_' (setq zmacs-region-stays t) *//* FIXME: moving end of previous comment +to a separate line causes docstring lossage! */ (UNUSED (args))) { return Qnil;
