~ubuntu-branches/ubuntu/karmic/emacs-snapshot/karmic

« back to all changes in this revision

Viewing changes to lisp/erc/erc-compat.el

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2009-04-05 09:14:30 UTC
  • mto: This revision was merged to the branch mainline in revision 34.
  • Revision ID: james.westby@ubuntu.com-20090405091430-nw07lynn2arotjbe
Tags: upstream-20090320
ImportĀ upstreamĀ versionĀ 20090320

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
;;; erc-compat.el --- ERC compatibility code for XEmacs
2
2
 
3
 
;; Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
3
;; Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2009
 
4
;;   Free Software Foundation, Inc.
4
5
 
5
6
;; Author: Alex Schroeder <alex@gnu.org>
6
7
;; URL: http://www.emacswiki.org/cgi-bin/wiki/ERC
44
45
 
45
46
(defalias 'erc-propertize 'propertize)
46
47
(defalias 'erc-view-mode-enter 'view-mode-enter)
 
48
(autoload 'help-function-arglist "help-fns")
47
49
(defalias 'erc-function-arglist 'help-function-arglist)
48
50
(defalias 'erc-delete-dups 'delete-dups)
49
51
(defalias 'erc-replace-regexp-in-string 'replace-regexp-in-string)