summaryrefslogtreecommitdiff
path: root/lisp/strokes.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-06-07 02:44:10 +0000
committerGlenn Morris <rgm@gnu.org>2008-06-07 02:44:10 +0000
commit937382fab3afce657a047818a1ba49ec7d5eb732 (patch)
tree5c31bf1e194e947cf34434dae3a49ab11b8aebaf /lisp/strokes.el
parent67f63a7a75bcf97a171510e8202ec59137616199 (diff)
downloademacs-937382fab3afce657a047818a1ba49ec7d5eb732.tar.gz
Remove unnecessary eval-when-compiles and eval-and-compiles.
Diffstat (limited to 'lisp/strokes.el')
-rw-r--r--lisp/strokes.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/strokes.el b/lisp/strokes.el
index a32efbf07c5..7d20298218c 100644
--- a/lisp/strokes.el
+++ b/lisp/strokes.el
@@ -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)