diff options
| author | Miles Bader | 2007-08-13 13:41:28 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-08-13 13:41:28 +0000 |
| commit | 37cc095b6a175fb5a2fb18fa029eaf3aa3b3fa53 (patch) | |
| tree | 7fb68e80f66e55100c48b9751cf70c74af2d4bf1 /lisp/erc | |
| parent | 031b6333283be57d971e557b83da31c6be937b0a (diff) | |
| parent | 9d2db4c6637fe37d75f947063bcb2ecce319a1bc (diff) | |
| download | emacs-37cc095b6a175fb5a2fb18fa029eaf3aa3b3fa53.tar.gz emacs-37cc095b6a175fb5a2fb18fa029eaf3aa3b3fa53.zip | |
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-851
Diffstat (limited to 'lisp/erc')
| -rw-r--r-- | lisp/erc/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/erc/erc-log.el | 2 | ||||
| -rw-r--r-- | lisp/erc/erc.el | 12 |
3 files changed, 11 insertions, 7 deletions
diff --git a/lisp/erc/ChangeLog b/lisp/erc/ChangeLog index a5b2a8100a8..43f4c230d14 100644 --- a/lisp/erc/ChangeLog +++ b/lisp/erc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-08-08 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * erc-log.el, erc.el: Replace `iff' in doc-strings and comments. | ||
| 4 | |||
| 1 | 2007-07-30 Michael Olson <mwolson@gnu.org> | 5 | 2007-07-30 Michael Olson <mwolson@gnu.org> |
| 2 | 6 | ||
| 3 | * erc-nicklist.el: Remove from the Emacs source tree. This file | 7 | * erc-nicklist.el: Remove from the Emacs source tree. This file |
diff --git a/lisp/erc/erc-log.el b/lisp/erc/erc-log.el index 194f8ae6bf1..88132afae0c 100644 --- a/lisp/erc/erc-log.el +++ b/lisp/erc/erc-log.el | |||
| @@ -261,7 +261,7 @@ The current buffer is given by BUFFER." | |||
| 261 | 261 | ||
| 262 | (defun erc-log-all-but-server-buffers (buffer) | 262 | (defun erc-log-all-but-server-buffers (buffer) |
| 263 | "Returns t if logging should be enabled in BUFFER. | 263 | "Returns t if logging should be enabled in BUFFER. |
| 264 | Returns nil iff `erc-server-buffer-p' returns t." | 264 | Returns nil if `erc-server-buffer-p' returns t." |
| 265 | (save-excursion | 265 | (save-excursion |
| 266 | (save-window-excursion | 266 | (save-window-excursion |
| 267 | (set-buffer buffer) | 267 | (set-buffer buffer) |
diff --git a/lisp/erc/erc.el b/lisp/erc/erc.el index d5a823ac825..c26bdf2a19f 100644 --- a/lisp/erc/erc.el +++ b/lisp/erc/erc.el | |||
| @@ -3958,7 +3958,7 @@ and always returns t." | |||
| 3958 | (defun erc-echo-notice-in-target-buffer (s parsed buffer sender) | 3958 | (defun erc-echo-notice-in-target-buffer (s parsed buffer sender) |
| 3959 | "Echos a private notice in BUFFER, if BUFFER is non-nil. This | 3959 | "Echos a private notice in BUFFER, if BUFFER is non-nil. This |
| 3960 | function is designed to be added to either `erc-echo-notice-hook' | 3960 | function is designed to be added to either `erc-echo-notice-hook' |
| 3961 | or `erc-echo-notice-always-hook', and returns non-nil iff BUFFER | 3961 | or `erc-echo-notice-always-hook', and returns non-nil if BUFFER |
| 3962 | is non-nil." | 3962 | is non-nil." |
| 3963 | (if buffer | 3963 | (if buffer |
| 3964 | (progn (erc-display-message parsed nil buffer s) t) | 3964 | (progn (erc-display-message parsed nil buffer s) t) |
| @@ -3982,7 +3982,7 @@ designed to be added to either `erc-echo-notice-hook' or | |||
| 3982 | "Echos a private notice in the active buffer if the active | 3982 | "Echos a private notice in the active buffer if the active |
| 3983 | buffer is not the server buffer. This function is designed to be | 3983 | buffer is not the server buffer. This function is designed to be |
| 3984 | added to either `erc-echo-notice-hook' or | 3984 | added to either `erc-echo-notice-hook' or |
| 3985 | `erc-echo-notice-always-hook', and returns non-nil iff the active | 3985 | `erc-echo-notice-always-hook', and returns non-nil if the active |
| 3986 | buffer is not the server buffer." | 3986 | buffer is not the server buffer." |
| 3987 | (if (not (eq (erc-server-buffer) (erc-active-buffer))) | 3987 | (if (not (eq (erc-server-buffer) (erc-active-buffer))) |
| 3988 | (progn (erc-display-message parsed nil 'active s) t) | 3988 | (progn (erc-display-message parsed nil 'active s) t) |
| @@ -3999,7 +3999,7 @@ designed to be added to either `erc-echo-notice-hook' or | |||
| 3999 | "Echos a private notice in all of the buffers for which SENDER | 3999 | "Echos a private notice in all of the buffers for which SENDER |
| 4000 | is a member. This function is designed to be added to either | 4000 | is a member. This function is designed to be added to either |
| 4001 | `erc-echo-notice-hook' or `erc-echo-notice-always-hook', and | 4001 | `erc-echo-notice-hook' or `erc-echo-notice-always-hook', and |
| 4002 | returns non-nil iff there is at least one buffer for which the | 4002 | returns non-nil if there is at least one buffer for which the |
| 4003 | sender is a member. | 4003 | sender is a member. |
| 4004 | 4004 | ||
| 4005 | See also: `erc-echo-notice-in-first-user-buffer', | 4005 | See also: `erc-echo-notice-in-first-user-buffer', |
| @@ -4013,7 +4013,7 @@ See also: `erc-echo-notice-in-first-user-buffer', | |||
| 4013 | "Echos a private notice in BUFFER and in all of the buffers for | 4013 | "Echos a private notice in BUFFER and in all of the buffers for |
| 4014 | which SENDER is a member. This function is designed to be added | 4014 | which SENDER is a member. This function is designed to be added |
| 4015 | to either `erc-echo-notice-hook' or | 4015 | to either `erc-echo-notice-hook' or |
| 4016 | `erc-echo-notice-always-hook', and returns non-nil iff there is | 4016 | `erc-echo-notice-always-hook', and returns non-nil if there is |
| 4017 | at least one buffer for which the sender is a member or the | 4017 | at least one buffer for which the sender is a member or the |
| 4018 | default target. | 4018 | default target. |
| 4019 | 4019 | ||
| @@ -4029,7 +4029,7 @@ See also: `erc-echo-notice-in-user-buffers', | |||
| 4029 | "Echos a private notice in one of the buffers for which SENDER | 4029 | "Echos a private notice in one of the buffers for which SENDER |
| 4030 | is a member. This function is designed to be added to either | 4030 | is a member. This function is designed to be added to either |
| 4031 | `erc-echo-notice-hook' or `erc-echo-notice-always-hook', and | 4031 | `erc-echo-notice-hook' or `erc-echo-notice-always-hook', and |
| 4032 | returns non-nil iff there is at least one buffer for which the | 4032 | returns non-nil if there is at least one buffer for which the |
| 4033 | sender is a member. | 4033 | sender is a member. |
| 4034 | 4034 | ||
| 4035 | See also: `erc-echo-notice-in-user-buffers', | 4035 | See also: `erc-echo-notice-in-user-buffers', |
| @@ -4938,7 +4938,7 @@ Specifically, return the position of `erc-insert-marker'." | |||
| 4938 | (defun erc-send-input (input) | 4938 | (defun erc-send-input (input) |
| 4939 | "Treat INPUT as typed in by the user. It is assumed that the input | 4939 | "Treat INPUT as typed in by the user. It is assumed that the input |
| 4940 | and the prompt is already deleted. | 4940 | and the prompt is already deleted. |
| 4941 | This returns non-nil only iff we actually send anything." | 4941 | This returns non-nil only if we actually send anything." |
| 4942 | ;; Handle different kinds of inputs | 4942 | ;; Handle different kinds of inputs |
| 4943 | (cond | 4943 | (cond |
| 4944 | ;; Ignore empty input | 4944 | ;; Ignore empty input |