1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-01 11:14:55 +00:00

When compiling, ignore errors in nnweb.

This commit is contained in:
Richard M. Stallman 1999-04-06 20:00:52 +00:00
parent 7a28e3b1f4
commit 58a58dc023

View File

@ -31,7 +31,8 @@
(eval-when-compile (require 'cl))
(require 'nnoo)
(require 'nnweb)
(eval-when-compile (ignore-errors (require 'nnweb)))
(eval '(require 'nnweb))
(nnoo-declare nnlistserv
nnweb)