emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/ediff-hook.el


From: Michael Kifer
Subject: [Emacs-diffs] Changes to emacs/lisp/ediff-hook.el
Date: Tue, 08 Jan 2002 11:32:11 -0500

Index: emacs/lisp/ediff-hook.el
diff -c emacs/lisp/ediff-hook.el:1.17 emacs/lisp/ediff-hook.el:1.18
*** emacs/lisp/ediff-hook.el:1.17       Mon Jan  7 23:36:01 2002
--- emacs/lisp/ediff-hook.el    Tue Jan  8 11:32:10 2002
***************
*** 52,57 ****
--- 52,58 ----
  ;; In this case, the macro will expand into the form that is appropriate to 
the
  ;; compiler at hand.
  ;; Suggested by rms.
+ ;;;###autoload
  (defmacro ediff-cond-compile-for-xemacs-or-emacs (xemacs-form emacs-form)
    (if (string-match "XEmacs" emacs-version)
        xemacs-form emacs-form))



reply via email to

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