X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Friece-emacs.el;h=cc58b4c786275227d8cd2586396f31ff577a5a74;hb=77d0e9b7b0bea6b2dceb7046a1b03a9dfdd73762;hp=2caf85a87231592c7d3ab3a361b4c0aab0379541;hpb=091e3080b64b31e954a10a3ea5c4afbfbf3f0410;p=elisp%2Friece.git diff --git a/lisp/riece-emacs.el b/lisp/riece-emacs.el index 2caf85a..cc58b4c 100644 --- a/lisp/riece-emacs.el +++ b/lisp/riece-emacs.el @@ -19,8 +19,8 @@ ;; You should have received a copy of the GNU General Public License ;; along with GNU Emacs; see the file COPYING. If not, write to the -;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, -;; Boston, MA 02111-1307, USA. +;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +;; Boston, MA 02110-1301, USA. ;;; Code: @@ -140,7 +140,7 @@ If N is nil, all messages will be returned." (if (eq (car plist) property) (setplist symbol (cdr (cdr plist))) (while (and (nthcdr 2 plist) - (eq (car (nthcdr 2 plist)) property)) + (not (eq (car (nthcdr 2 plist)) property))) (setq plist (nthcdr 2 plist))) (if (nthcdr 2 plist) (setcdr (cdr plist) (nthcdr 4 plist))))))