diff options
author | Teodor Zlatanov <tzz@lifelogs.com> | 2011-11-02 07:28:14 +0000 |
---|---|---|
committer | Katsumi Yamaoka <yamaoka@jpl.org> | 2011-11-02 07:28:14 +0000 |
commit | b7351677d76c88a96ae80f93773a96ff22d29994 (patch) | |
tree | dd3ab5a690e52bb1437130c909c2fc780b818adf /lisp/gnus/nnmairix.el | |
parent | db22a3c27b078148c26a9f50afca5454a68d37d1 (diff) | |
download | emacs-b7351677d76c88a96ae80f93773a96ff22d29994.tar.gz |
Rename `gnus-bound-and-true-dumber-p' to `gnus-bound-and-true-p'.
Diffstat (limited to 'lisp/gnus/nnmairix.el')
-rw-r--r-- | lisp/gnus/nnmairix.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/nnmairix.el b/lisp/gnus/nnmairix.el index 0e58af73666..66ed90be823 100644 --- a/lisp/gnus/nnmairix.el +++ b/lisp/gnus/nnmairix.el @@ -1635,7 +1635,7 @@ search in raw mode." (defun nnmairix-determine-original-group-from-registry (mid) "Try to determinale original group for message-id MID from the registry." - (when (gnus-bound-and-true-dumber-p 'gnus-registry-enabled) + (when (gnus-bound-and-true-p 'gnus-registry-enabled) (unless (string-match "^<" mid) (set mid (concat "<" mid))) (unless (string-match ">$" mid) |