Mercurial > hg > xemacs-beta
diff src/callint.c @ 4652:f3dddd098242
Fix for issue 521
author | Adrian Aichner <adrian@xemacs.org> |
---|---|
date | Sun, 12 Jul 2009 22:39:44 +0200 |
parents | ecf1ebac70d8 |
children | cdc51540fed7 |
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;