Skip to content

Commit

Permalink
inflections.el now compiles
Browse files Browse the repository at this point in the history
  • Loading branch information
eschulte committed Aug 6, 2010
1 parent 07c60eb commit 0def544
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions inflections.el
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,12 @@
;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.

;;; Code:
(require 'cl)
(defvar inflection-singulars nil)
(defvar inflection-plurals nil)
(defvar inflection-irregulars nil)
(defvar inflection-uncountables nil)
(eval-when-compile
(require 'cl)
(defvar inflection-singulars nil)
(defvar inflection-plurals nil)
(defvar inflection-irregulars nil)
(defvar inflection-uncountables nil))

(defmacro define-inflectors (&rest specs)
(loop for (type . rest) in specs do
Expand Down

0 comments on commit 0def544

Please sign in to comment.