1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Silence some byte-compiler warnings in ERC

This commit is contained in:
Michael Olson 2007-11-01 01:12:59 +00:00
parent bce6be12b9
commit 88406d6ee8
5 changed files with 32 additions and 15 deletions

View file

@ -50,6 +50,9 @@ See `erc-encoding-coding-alist'."
(defalias 'erc-delete-dups 'delete-dups)
(defalias 'erc-replace-regexp-in-string 'replace-regexp-in-string)
(defun erc-set-write-file-functions (new-val)
(set (make-local-variable 'write-file-functions) new-val))
(defvar erc-emacs-build-time
(if (stringp emacs-build-time)
emacs-build-time