comparison 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
comparison
equal deleted inserted replaced
4651:a3dd752b0a8d 4652:f3dddd098242
201 (if (and (window-minibuffer-p window) 201 (if (and (window-minibuffer-p window)
202 (not (and (> (minibuffer-depth) 0) 202 (not (and (> (minibuffer-depth) 0)
203 (eq window (active-minibuffer-window))))) 203 (eq window (active-minibuffer-window)))))
204 (error "Attempt to select inactive minibuffer window")) 204 (error "Attempt to select inactive minibuffer window"))
205 (select window))))) 205 (select window)))))
206 `_' (setq zmacs-region-stays t) 206 `_' (setq zmacs-region-stays t) *//* FIXME: moving end of previous comment
207 207 to a separate line causes docstring lossage! */
208 */
209 (UNUSED (args))) 208 (UNUSED (args)))
210 { 209 {
211 return Qnil; 210 return Qnil;
212 } 211 }
213 212