emacs-pretest-bug
[Top][All Lists]
Advanced

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

RE: ezimage.el: Should use (require 'image nil t)


From: Drew Adams
Subject: RE: ezimage.el: Should use (require 'image nil t)
Date: Sat, 16 Sep 2006 11:11:12 -0700

Actually, this library looks like its code needs cleaning up and perhaps
updating, generally. Weird layout, for instance:

(if (fboundp 'defimage)

    (progn

(defmacro defezimage (variable imagespec docstring)
etc.

    From: Drew Adams [mailto:address@hidden
    Use (require 'image nil t) instead of this:

    ;; This file requires the `image' package if it is available.
    (condition-case nil
        (require 'image)
      (error nil))


    In GNU Emacs 22.0.50.1 (i386-msvc-nt5.1.2600)
     of 2006-07-19 on BOS-CTHEWLAP2
    X server distributor `Microsoft Corp.', version 5.1.2600
    configured using `configure --with-msvc (12.00)'







reply via email to

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