Description: Fix the Emacs mode byte compilation
Bug-Debian: http://bugs.debian.org/685090
Forwarded: not-yet
Author: Reuben Thomas <rrt@sc3d.org>
Last-Update: 2014-02-25

--- a/gforth.el
+++ b/gforth.el
@@ -734,12 +734,11 @@
 		 (get-text-property from 'fontified))
        (forth-update-properties from to)))))
 
-(eval-when-compile
   (byte-compile 'forth-set-word-properties)
   (byte-compile 'forth-next-known-forth-word)
   (byte-compile 'forth-update-properties)
   (byte-compile 'forth-delete-properties)
-  (byte-compile 'forth-get-regexp-branch)) 
+  (byte-compile 'forth-get-regexp-branch) 
 
 ;;; imenu support
 ;;;
