From d282bd5e215893914038f7a8f9c4e27c7616fe0d Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Wed, 26 Apr 2006 08:36:35 +0000 Subject: [PATCH] * riece-xfaceb.el: Don't enclose autoloads with ignore-errors; autoloads should not report errors. --- lisp/ChangeLog | 3 +++ lisp/riece-xfaceb.el | 5 ++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8988f1c..c87d49f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2006-04-26 Daiki Ueno + * 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 diff --git a/lisp/riece-xfaceb.el b/lisp/riece-xfaceb.el index d94802f..18cd715 100644 --- a/lisp/riece-xfaceb.el +++ b/lisp/riece-xfaceb.el @@ -50,9 +50,8 @@ (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\).") -- 2.25.1