Skip to content

Commit

Permalink
Conform to package.el file layout.
Browse files Browse the repository at this point in the history
  • Loading branch information
juergenhoetzel committed Dec 31, 2013
1 parent 521667d commit 9bc1c3c
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions babel.el
@@ -1,12 +1,12 @@
;;; babel.el --- interface to web translation services such as Babelfish
;;;
;;; Git blob $Id$
;;;
;;; Author: Eric Marsden <emarsden@laas.fr>
;;; Juergen Hoetzel <juergen@hoetzel.info>
;;; Keywords: translation, web
;;; Copyright: (C) 1999-2001 Eric Marsden
;;; 2005-2009 Juergen Hoetzel


;; Author: Juergen Hoetzel <juergen@hoetzel.info>
;; Eric Marsden <emarsden@laas.fr>
;; URL: http://github.com/juergenhoetzel/babel.el
;; Version: 1.4
;; Keywords: translation, web

;;
;; This program is free software; you can redistribute it and/or
;; modify it under the terms of the GNU General Public License as
Expand Down Expand Up @@ -204,6 +204,7 @@
;; `babel-previous-window-configuration' is valid
;;

;;; Code:

(require 'cl)
(require 'mm-url)
Expand Down

0 comments on commit 9bc1c3c

Please sign in to comment.