From 5acc7dc1e076889361dd69142bb43d4444916dad Mon Sep 17 00:00:00 2001 From: tomo Date: Thu, 14 Nov 2002 05:12:36 +0000 Subject: [PATCH] update. --- lisp/auto-autoloads.el | 5 +++++ lisp/utf-2000/auto-autoloads.el | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/lisp/auto-autoloads.el b/lisp/auto-autoloads.el index 3881e9a..d069926 100644 --- a/lisp/auto-autoloads.el +++ b/lisp/auto-autoloads.el @@ -1760,6 +1760,11 @@ buffer called `*Shadows*'. Shadowings are located by calling the (autoload 'load-sound-file "sound" "\ Read in an audio-file and add it to the sound-alist. +FILENAME can either be absolute or relative, in which case the file will +be searched in the directories given by `default-sound-directory-list'. +When looking for the file, the extensions given by `sound-extension-list' are +also tried in the given order. + You can only play sound files if you are running on display 0 of the console of a machine with native sound support or running a NetAudio server and XEmacs has the necessary sound support compiled in. diff --git a/lisp/utf-2000/auto-autoloads.el b/lisp/utf-2000/auto-autoloads.el index 224d506..76e2515 100644 --- a/lisp/utf-2000/auto-autoloads.el +++ b/lisp/utf-2000/auto-autoloads.el @@ -13,10 +13,12 @@ ;;;*** -;;;### (autoloads (ideographic-structure-find-char char-ucs char-daikanwa update-ideograph-radical-table) "ideograph-util" "utf-2000/ideograph-util.el") +;;;### (autoloads (ideographic-structure-find-char char-ucs char-daikanwa char-representative-of-daikanwa update-ideograph-radical-table) "ideograph-util" "utf-2000/ideograph-util.el") (autoload 'update-ideograph-radical-table "ideograph-util" nil t nil) +(autoload 'char-representative-of-daikanwa "ideograph-util" nil nil nil) + (autoload 'char-daikanwa "ideograph-util" nil nil nil) (autoload 'char-ucs "ideograph-util" nil nil nil) -- 1.7.10.4