aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/erc
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2008-11-19 04:38:16 +0000
committerGlenn Morris <[email protected]>2008-11-19 04:38:16 +0000
commit688d0744509406fc51ae09bb9ba22760d9a78543 (patch)
tree97bdd655bcb8ba498d46b2cbb72c751cbbeb295e /lisp/erc
parent68fcc3ec7d4c2817007c0a167b660897fd82af0e (diff)
(help-function-arglist): Autoload it.
Diffstat (limited to 'lisp/erc')
-rw-r--r--lisp/erc/ChangeLog4
-rw-r--r--lisp/erc/erc-compat.el4
2 files changed, 7 insertions, 1 deletions
diff --git a/lisp/erc/ChangeLog b/lisp/erc/ChangeLog
index 3d1ac3baab..8f641bc07f 100644
--- a/lisp/erc/ChangeLog
+++ b/lisp/erc/ChangeLog
@@ -1,3 +1,7 @@
+2008-11-19 Glenn Morris <[email protected]>
+
+ * erc-compat.el (help-function-arglist): Autoload it.
+
2008-10-03 Michael Olson <[email protected]>
* erc-dcc.el (english): Increase size heading by two places.
diff --git a/lisp/erc/erc-compat.el b/lisp/erc/erc-compat.el
index 5cb7b82e2d..b56c4ead3e 100644
--- a/lisp/erc/erc-compat.el
+++ b/lisp/erc/erc-compat.el
@@ -1,6 +1,7 @@
;;; erc-compat.el --- ERC compatibility code for XEmacs
-;; Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008
+;; Free Software Foundation, Inc.
;; Author: Alex Schroeder <[email protected]>
;; URL: http://www.emacswiki.org/cgi-bin/wiki/ERC
@@ -44,6 +45,7 @@ See `erc-encoding-coding-alist'."
(defalias 'erc-propertize 'propertize)
(defalias 'erc-view-mode-enter 'view-mode-enter)
+(autoload 'help-function-arglist "help-fns")
(defalias 'erc-function-arglist 'help-function-arglist)
(defalias 'erc-delete-dups 'delete-dups)
(defalias 'erc-replace-regexp-in-string 'replace-regexp-in-string)