Mercurial > hg > xemacs-beta
comparison src/callint.c @ 2286:04bc9d2f42c7
[xemacs-hg @ 2004-09-20 19:18:55 by james]
Mark all unused parameters as unused. Also eliminate some unneeded local
variables.
author | james |
---|---|
date | Mon, 20 Sep 2004 19:20:08 +0000 |
parents | e22b0213b713 |
children | ecf1ebac70d8 |
comparison
equal
deleted
inserted
replaced
2285:914c5afaac33 | 2286:04bc9d2f42c7 |
---|---|
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) |
207 | 207 |
208 */ | 208 */ |
209 (args)) | 209 (UNUSED (args))) |
210 { | 210 { |
211 return Qnil; | 211 return Qnil; |
212 } | 212 } |
213 | 213 |
214 /* Originally, this was just a function -- but `custom' used a | 214 /* Originally, this was just a function -- but `custom' used a |