diff options
| author | Miles Bader <miles@gnu.org> | 2006-03-03 07:45:27 +0000 |
|---|---|---|
| committer | Miles Bader <miles@gnu.org> | 2006-03-03 07:45:27 +0000 |
| commit | 719120eff4b070687d146d70133f5f73cc8fe5c4 (patch) | |
| tree | f39509608eefa4eb9f11dfb4448b4e06fb33e45a /lisp/gnus/dns.el | |
| parent | c99f622718a6bdb6dc5da9965e64ee998e8e16fb (diff) | |
| download | emacs-719120eff4b070687d146d70133f5f73cc8fe5c4.tar.gz | |
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-134
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (patch 43-48)
- Munge arch explicit ids in etc/images to match Emacs
- Update from CVS
Diffstat (limited to 'lisp/gnus/dns.el')
| -rw-r--r-- | lisp/gnus/dns.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/dns.el b/lisp/gnus/dns.el index d6c41ea823e..5069230e736 100644 --- a/lisp/gnus/dns.el +++ b/lisp/gnus/dns.el @@ -347,7 +347,7 @@ If FULLP, return the entire record returned." (>= (buffer-size) 2)) (goto-char (point-min)) (delete-region (point) (+ (point) 2))) - (unless (zerop (buffer-size)) + (when (>= (buffer-size) 2) (let ((result (dns-read (buffer-string)))) (if fullp result |
