* lisp/erc/erc.el: Don't error if 'erc-loaddefs' does not exist.
That autoload file is created as part of the Emacs compilation process, however we would like ERC to be usable if used outside emacs.git (e.g. if installed from GNU ELPA).
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
|
||||
;;; Code:
|
||||
|
||||
(load "erc-loaddefs" nil t)
|
||||
(load "erc-loaddefs" 'noerror 'nomessage)
|
||||
|
||||
(require 'cl-lib)
|
||||
(require 'format-spec)
|
||||
|
||||
Reference in New Issue
Block a user