Skip to content

Commit

Permalink
Disable Google API
Browse files Browse the repository at this point in the history
  • Loading branch information
juergenhoetzel committed Dec 2, 2011
1 parent 6f500fe commit 8fc5c99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions babel.el
Original file line number Diff line number Diff line change
Expand Up @@ -361,8 +361,8 @@ configuration."
"Keymap used in Babel mode.")

(defvar babel-backends
'(("Google" . google)
("Babelfish at Yahoo" . fish)
'(("Babelfish at Yahoo" . fish)
;; ("Google" . google), disabled because of non-possible limited API-KEY based usage
("FreeTranslation" . free)
("Apertium" . apertium))
"List of backends for babel translations.")
Expand Down

0 comments on commit 8fc5c99

Please sign in to comment.