* 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:
parent
8865fc02ab
commit
1100fffcd3
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@
|
|||
|
||||
;;; Code:
|
||||
|
||||
(load "erc-loaddefs" nil t)
|
||||
(load "erc-loaddefs" 'noerror 'nomessage)
|
||||
|
||||
(require 'cl-lib)
|
||||
(require 'format-spec)
|
||||
|
|
Loading…
Add table
Reference in a new issue