diff options
author | Miles Bader <miles@gnu.org> | 2006-02-05 12:42:51 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2006-02-05 12:42:51 +0000 |
commit | 8508e990c1c0b9bd69bc1d8f7fa2a57753029156 (patch) | |
tree | 144e7b505b7262f272839f8535e4ae8f7bd2cbef /lisp/erc/erc-goodies.el | |
parent | 98950fd6ba7f1460ceb548002caa75a92d593af3 (diff) | |
download | emacs-8508e990c1c0b9bd69bc1d8f7fa2a57753029156.tar.gz emacs-8508e990c1c0b9bd69bc1d8f7fa2a57753029156.tar.bz2 emacs-8508e990c1c0b9bd69bc1d8f7fa2a57753029156.zip |
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-46
Creator: Michael Olson <mwolson@gnu.org>
Merge from erc--emacs--0
Diffstat (limited to 'lisp/erc/erc-goodies.el')
-rw-r--r-- | lisp/erc/erc-goodies.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/erc/erc-goodies.el b/lisp/erc/erc-goodies.el index dbbdaacc141..c844af55594 100644 --- a/lisp/erc/erc-goodies.el +++ b/lisp/erc/erc-goodies.el @@ -110,7 +110,7 @@ Put this function on `erc-insert-post-hook' and/or `erc-send-post-hook'." (put-text-property (point-min) (point-max) 'front-sticky t) (put-text-property (point-min) (point-max) 'rear-nonsticky t)) -;; Distingush non-commands +;; Distinguish non-commands (defvar erc-noncommands-list '(erc-cmd-ME erc-cmd-COUNTRY erc-cmd-SV |