diff options
author | Glenn Morris <rgm@gnu.org> | 2008-06-07 02:44:10 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-06-07 02:44:10 +0000 |
commit | 937382fab3afce657a047818a1ba49ec7d5eb732 (patch) | |
tree | 5c31bf1e194e947cf34434dae3a49ab11b8aebaf /lisp/strokes.el | |
parent | 67f63a7a75bcf97a171510e8202ec59137616199 (diff) | |
download | emacs-937382fab3afce657a047818a1ba49ec7d5eb732.tar.gz |
Remove unnecessary eval-when-compiles and eval-and-compiles.
Diffstat (limited to 'lisp/strokes.el')
-rw-r--r-- | lisp/strokes.el | 2 |
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) |