summaryrefslogtreecommitdiff
path: root/lisp/erc/erc-track.el
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>2007-01-17 18:17:25 +0000
committerMiles Bader <miles@gnu.org>2007-01-17 18:17:25 +0000
commit6904f7fe8ed11bf4c94c009b4ef300f4ccdfa2e6 (patch)
tree5d3f9cf0ca50143225d6e0622620942f90d90d78 /lisp/erc/erc-track.el
parentc5f847b6b3c1733731e079c3adaca0c30ed69522 (diff)
downloademacs-6904f7fe8ed11bf4c94c009b4ef300f4ccdfa2e6.tar.gz
Merge from erc--main--0
Highlights: - Display messages starting with "/" but are not commands correctly. - Add erc-capab.el file, with capab-identify module. - Fix various ERC menu bugs and add "Current channel" submenu. - Make header-line display look nicer. - Fix warning when auto-authenticating to bitlbee. - New option erc-system-name allows the hostname next to your nick to be customized. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-599 Creator: Michael Olson <mwolson@gnu.org>
Diffstat (limited to 'lisp/erc/erc-track.el')
-rw-r--r--lisp/erc/erc-track.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/lisp/erc/erc-track.el b/lisp/erc/erc-track.el
index 3c8f93acfc2..f836a783742 100644
--- a/lisp/erc/erc-track.el
+++ b/lisp/erc/erc-track.el
@@ -773,10 +773,6 @@ is in `erc-mode'."
str)
(erc-faces-in str)))
-(defun erc-find-parsed-property ()
- "Find the next occurrence of the `erc-parsed' text property."
- (text-property-not-all (point-min) (point-max) 'erc-parsed nil))
-
;;; Buffer switching
(defvar erc-track-last-non-erc-buffer nil