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

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

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


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

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]