Skip to content

Commit

Permalink
revert change of babel-preferred-to-language
Browse files Browse the repository at this point in the history
  • Loading branch information
juergenhoetzel committed Jan 19, 2011
1 parent 2b924f7 commit 6f500fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion babel.el
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@
("Welsh" . "cy") ("Welsh" . "cy")
("Yiddish" . "yi"))) ("Yiddish" . "yi")))


(defcustom babel-preferred-to-language "Chinese" (defcustom babel-preferred-to-language "German"
"*Default target translation language. "*Default target translation language.
This must be the long name of one of the languages in the alist" This must be the long name of one of the languages in the alist"
:type `(choice ,@(mapcar (lambda (s) `(const ,(car s))) babel-languages)) :type `(choice ,@(mapcar (lambda (s) `(const ,(car s))) babel-languages))
Expand Down

0 comments on commit 6f500fe

Please sign in to comment.