From: Juanma Barranquero Date: Sat, 2 Jul 2005 14:04:25 +0000 (+0000) Subject: (edt-save-function-key-map, EDT-key-name): `defvar' to silence the X-Git-Tag: emacs-pretest-22.0.90~8519 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1324d580c53774db37978d23e1436a6498ce8965;p=emacs.git (edt-save-function-key-map, EDT-key-name): `defvar' to silence the byte-compiler. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2382740016f..7285c3e1630 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,13 @@ +2005-07-02 Juanma Barranquero + + * emulation/edt.el (*EDT-keys*, edt-default-global-map) + (edt-last-copied-word, edt-learn-macro-count) + (edt-orig-page-delimiter, edt-orig-transient-mark-mode) + (edt-rect-start-point, edt-user-global-map, rect-start-point) + (time-string, zmacs-region-stays): + * emulation/edt-mapper.el (edt-save-function-key-map) + (EDT-key-name): `defvar' to silence the byte-compiler. + 2005-07-02 Martin Rudalics (tiny change) * font-lock.el (font-lock-regexp-grouping-backslash): Rename from diff --git a/lisp/emulation/edt-mapper.el b/lisp/emulation/edt-mapper.el index e4943ff4a0a..5f824162676 100644 --- a/lisp/emulation/edt-mapper.el +++ b/lisp/emulation/edt-mapper.el @@ -113,7 +113,6 @@ (sit-for 600) (kill-emacs t))) - ;;; ;;; Decide Emacs Variant, GNU Emacs or XEmacs (aka Lucid Emacs). ;;; Determine Window System, and X Server Vendor (if appropriate). @@ -146,6 +145,11 @@ (defvar edt-return-seq nil) (defvar edt-term nil) +;; To silence the byte-compiler +(eval-when-compile + (defvar EDT-key-name) + (defvar edt-save-function-key-map)) + ;;; ;;; Determine Terminal Type (if appropriate). ;;;