diff lisp/w3/w3-speak.el @ 169:15872534500d r20-3b11

Import from CVS: tag r20-3b11
author cvs
date Mon, 13 Aug 2007 09:46:53 +0200
parents b980b6286996
children
line wrap: on
line diff
--- a/lisp/w3/w3-speak.el	Mon Aug 13 09:45:48 2007 +0200
+++ b/lisp/w3/w3-speak.el	Mon Aug 13 09:46:53 2007 +0200
@@ -91,26 +91,6 @@
 	    (forward-line (window-height))
 	    (emacspeak-speak-region start (point ))))))
 
-(defadvice w3-follow-link (around emacspeak pre act)
-  "Provide feedback on what you did. "
-  (let ((data (emacspeak-w3-extract-form-field-information))
-        (form-field-p nil)
-        (this-zone nil)
-        (opoint nil))
-    (if data
-	(setq form-field-p t 
-	      opoint (point)))
-    ad-do-it
-    (when form-field-p
-      (w3-speak-summarize-form-field)
-      (case (w3-form-element-type data)
-	((radio checkbox)
-	 (emacspeak-auditory-icon 'button))
-	;; fill in any others here
-	(otherwise
-	 nil)))
-    ad-return-value))
-
 (defadvice w3-revert-form (after emacspeak pre act)
   "Announce that you cleared the form. "
   (dtk-speak "Cleared the form. "))