/[emacs]/emacs/lisp/emulation/edt.el
ViewVC logotype

Diff of /emacs/lisp/emulation/edt.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.45 by lektu, Mon May 16 11:14:13 2005 UTC revision 1.46 by lektu, Sat Jul 2 14:01:11 2005 UTC
# Line 175  Line 175 
175    :prefix "edt-"    :prefix "edt-"
176    :group 'emulations)    :group 'emulations)
177    
178    ;; To silence the byte-compiler
179    (eval-when-compile
180      (defvar *EDT-keys*)
181      (defvar edt-default-global-map)
182      (defvar edt-last-copied-word)
183      (defvar edt-learn-macro-count)
184      (defvar edt-orig-page-delimiter)
185      (defvar edt-orig-transient-mark-mode)
186      (defvar edt-rect-start-point)
187      (defvar edt-user-global-map)
188      (defvar rect-start-point)
189      (defvar time-string)
190      (defvar zmacs-region-stays))
191    
192  ;;;  ;;;
193  ;;;  Version Information  ;;;  Version Information
194  ;;;  ;;;

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.46

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26