Mercurial > hg > xemacs-beta
diff lisp/w3/w3-speak.el @ 134:34a5b81f86ba r20-2b1
Import from CVS: tag r20-2b1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:30:11 +0200 |
parents | 0d2f883870bc |
children | b980b6286996 |
line wrap: on
line diff
--- a/lisp/w3/w3-speak.el Mon Aug 13 09:29:37 2007 +0200 +++ b/lisp/w3/w3-speak.el Mon Aug 13 09:30:11 2007 +0200 @@ -75,13 +75,12 @@ (defadvice w3-widget-forward (after emacspeak pre act comp) (when (interactive-p) (emacspeak-auditory-icon 'large-movement) - (emacspeak-widget-summarize (emacspeak-widget-at (point ))))) - + (emacspeak-widget-summarize (widget-at (point ))))) (defadvice w3-widget-backward (after emacspeak pre act comp) (when (interactive-p) (emacspeak-auditory-icon 'large-movement) - (emacspeak-widget-summarize (emacspeak-widget-at (point ))))) + (emacspeak-widget-summarize (widget-at (point ))))) (defadvice w3-scroll-up (after emacspeak pre act comp) "Provide auditory feedback"