]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove unnecessary eval-when-compiles and eval-and-compiles.
authorGlenn Morris <rgm@gnu.org>
Sat, 7 Jun 2008 02:44:10 +0000 (02:44 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 7 Jun 2008 02:44:10 +0000 (02:44 +0000)
lisp/ediff-merg.el
lisp/strokes.el
lisp/wid-edit.el

index 88674d1a858a2930e5b5eee077a4f88034526e16..0a847772d3b4eb2fe2daea4ffd128fa42c24c1ec 100644 (file)
@@ -352,7 +352,7 @@ Combining is done according to the specifications in variable
        (reverse delim-regs-list)
        )))
 
-(eval-when-compile (defvar state-of-merge)) ; dynamic var
+(defvar state-of-merge)                        ; dynamic var
 
 ;; Check if the non-preferred merge has been modified since originally set.
 ;; This affects only the regions that are marked as default-A/B or combined.
index a32efbf07c51f6faccb6b06d8f8a5eb3918e7691..7d20298218cbdde90fed938e4612443a362252cf 100644 (file)
@@ -1311,7 +1311,7 @@ the stroke as a character in some language."
 ;;;;;###autoload
 ;;(defalias 'edit-strokes 'strokes-edit-strokes)
 
-(eval-when-compile (defvar view-mode-map))
+(defvar view-mode-map)
 
 ;;;###autoload
 (defun strokes-list-strokes (&optional chronological strokes-map)
index d8b6887e69913670175ec2623e0fc0ec55246ce6..be024393a74b161b0a1506d1d8c802035318c98f 100644 (file)
@@ -1,7 +1,7 @@
 ;;; wid-edit.el --- Functions for creating and using widgets -*-byte-compile-dynamic: t;-*-
 ;;
-;; Copyright (C) 1996, 1997, 1999, 2000, 2001, 2002, 2003,
-;;   2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; Copyright (C) 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
+;;   2006, 2007, 2008  Free Software Foundation, Inc.
 ;;
 ;; Author: Per Abrahamsen <abraham@dina.kvl.dk>
 ;; Maintainer: FSF
@@ -3024,7 +3024,7 @@ as the value."
   :complete-function 'ispell-complete-word
   :prompt-history 'widget-string-prompt-value-history)
 
-(eval-when-compile (defvar widget))
+(defvar widget)
 
 (defun widget-string-complete ()
   "Complete contents of string field.