autoloads should not report errors.
2006-04-26 Daiki Ueno <ueno@unixuser.org>
+ * riece-xfaceb.el: Don't enclose autoloads with ignore-errors;
+ autoloads should not report errors.
+
* riece-commands.el (riece-command-save-variables): New command.
* riece-epg.el
(require 'riece-globals)
(require 'riece-display)
-(ignore-errors
- (autoload 'bbdb-records "bbdb")
- (autoload 'bbdb-record-getprop "bbdb"))
+(autoload 'bbdb-records "bbdb")
+(autoload 'bbdb-record-getprop "bbdb")
(defconst riece-xfaceb-description
"Display X-Face & Colour Face images in IRC buffers \(BBDB\).")