emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/emulation/edt-mapper.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/emulation/edt-mapper.el
Date: Sat, 02 Jul 2005 10:02:49 -0400

Index: emacs/lisp/emulation/edt-mapper.el
diff -c emacs/lisp/emulation/edt-mapper.el:1.12 
emacs/lisp/emulation/edt-mapper.el:1.13
*** emacs/lisp/emulation/edt-mapper.el:1.12     Mon Sep  1 15:45:22 2003
--- emacs/lisp/emulation/edt-mapper.el  Sat Jul  2 14:02:49 2005
***************
*** 113,119 ****
    (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).
--- 113,118 ----
***************
*** 146,151 ****
--- 145,155 ----
  (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).
  ;;;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]