+2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
+
+ * gmm-utils.el (gmm-image-load-path-for-library): Fix typo. Use
+ `defun' instead of `gmm-defun-compat'.
+
2006-03-14 Simon Josefsson <jas@extundo.com>
* message.el (message-unique-id): Don't use message-number-base36
;; From MH-E with modifications:
-(gmm-defun-compat gmm-image-load-path-for-library
- image-load-path-for-library (library image &optional path no-error)
+;; Don't use `gmm-defun-compat' until API changes in
+;; `image-load-path-for-library' in Emacs CVS are completed.
+
+(defun gmm-image-load-path-for-library (library image &optional path no-error)
"Return a suitable search path for images relative to LIBRARY.
Images for LIBRARY are searched for in \"../../etc/images\" and
instead of a path.
If NO-ERROR is non-nil, don't signal an error if no suitable path
-for can be found.
+can be found.
Here is an example that uses a common idiom to provide
compatibility with versions of Emacs that lack the variable