]> code.delx.au - gnu-emacs/blobdiff - lisp/gnus/gnus-ems.el
Another minor fix for next-single-char-property-change.
[gnu-emacs] / lisp / gnus / gnus-ems.el
index aed471c38f4652fff9fbe81041c22624cece33ac..8b70a7a0989927448bf1fe0d2a1a324f4652b0d4 100644 (file)
@@ -1,6 +1,6 @@
 ;;; gnus-ems.el --- functions for making Gnus work under different Emacsen
 
-;; Copyright (C) 1995-2011 Free Software Foundation, Inc.
+;; Copyright (C) 1995-2012 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
 ;; Keywords: news
                end nil))))))
 
 (defmacro gnus-string-mark-left-to-right (string)
-  (if (fboundp 'string-mark-left-to-right)
-      `(string-mark-left-to-right ,string)
+  (if (fboundp 'bidi-string-mark-left-to-right)
+      `(bidi-string-mark-left-to-right ,string)
     string))
 
 (eval-and-compile