diff options
author | Glenn Morris <rgm@gnu.org> | 2008-11-19 04:38:16 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-11-19 04:38:16 +0000 |
commit | 688d0744509406fc51ae09bb9ba22760d9a78543 (patch) | |
tree | 97bdd655bcb8ba498d46b2cbb72c751cbbeb295e /lisp/erc | |
parent | 68fcc3ec7d4c2817007c0a167b660897fd82af0e (diff) | |
download | emacs-688d0744509406fc51ae09bb9ba22760d9a78543.tar.gz |
(help-function-arglist): Autoload it.
Diffstat (limited to 'lisp/erc')
-rw-r--r-- | lisp/erc/ChangeLog | 4 | ||||
-rw-r--r-- | lisp/erc/erc-compat.el | 4 |
2 files changed, 7 insertions, 1 deletions
diff --git a/lisp/erc/ChangeLog b/lisp/erc/ChangeLog index 3d1ac3baab0..8f641bc07fd 100644 --- a/lisp/erc/ChangeLog +++ b/lisp/erc/ChangeLog @@ -1,3 +1,7 @@ +2008-11-19 Glenn Morris <rgm@gnu.org> + + * erc-compat.el (help-function-arglist): Autoload it. + 2008-10-03 Michael Olson <mwolson@gnu.org> * 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 5cb7b82e2d4..b56c4ead3e4 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 <alex@gnu.org> ;; 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) |