comparison lisp/erc/erc-goodies.el @ 68630:86c478cccc57

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-46 Creator: Michael Olson <mwolson@gnu.org> Merge from erc--emacs--0
author Miles Bader <miles@gnu.org>
date Sun, 05 Feb 2006 12:42:51 +0000
parents fc745b05e928
children 7010bb070445
comparison
equal deleted inserted replaced
68629:7d4f2e278195 68630:86c478cccc57
108 Put this function on `erc-insert-post-hook' and/or `erc-send-post-hook'." 108 Put this function on `erc-insert-post-hook' and/or `erc-send-post-hook'."
109 (put-text-property (point-min) (point-max) 'read-only t) 109 (put-text-property (point-min) (point-max) 'read-only t)
110 (put-text-property (point-min) (point-max) 'front-sticky t) 110 (put-text-property (point-min) (point-max) 'front-sticky t)
111 (put-text-property (point-min) (point-max) 'rear-nonsticky t)) 111 (put-text-property (point-min) (point-max) 'rear-nonsticky t))
112 112
113 ;; Distingush non-commands 113 ;; Distinguish non-commands
114 (defvar erc-noncommands-list '(erc-cmd-ME 114 (defvar erc-noncommands-list '(erc-cmd-ME
115 erc-cmd-COUNTRY 115 erc-cmd-COUNTRY
116 erc-cmd-SV 116 erc-cmd-SV
117 erc-cmd-SM 117 erc-cmd-SM
118 erc-cmd-SMV 118 erc-cmd-SMV