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:
parent
989b29ad22
commit
b7c513d004
2 changed files with 4 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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. */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue