1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00

* sound.c (current_sound_device, current_sound): Now static.

This commit is contained in:
Paul Eggert 2011-04-13 19:23:09 -07:00
parent 989b29ad22
commit b7c513d004
2 changed files with 4 additions and 2 deletions

View file

@ -1,5 +1,7 @@
2011-04-14 Paul Eggert <eggert@cs.ucla.edu>
* sound.c (current_sound_device, current_sound): Now static.
* search.c (searchbufs, searchbuf_head): Now static.
* scroll.c (scroll_cost): Remove; unused.

View file

@ -281,8 +281,8 @@ struct sound
/* These are set during `play-sound-internal' so that sound_cleanup has
access to them. */
struct sound_device *current_sound_device;
struct sound *current_sound;
static struct sound_device *current_sound_device;
static struct sound *current_sound;
/* Function prototypes. */