CVSROOT:        /cvsroot/auctex
Module name:    auctex
Changes by:     Ralf Angeli <angeli>    07/03/11 16:25:31

Index: latex.el
===================================================================
RCS file: /cvsroot/auctex/auctex/latex.el,v
retrieving revision 5.430
retrieving revision 5.431
diff -u -b -r5.430 -r5.431
--- latex.el    10 Feb 2007 15:59:36 -0000      5.430
+++ latex.el    11 Mar 2007 16:25:31 -0000      5.431
@@ -4304,7 +4304,7 @@
                          (submenu   (nth 2 elt))
                          (unicode   (nth 3 elt))
                          uchar noargp)
-                     (when (integerp unicode)
+                     (when (and (fboundp 'decode-char) (integerp unicode))
                        (setq uchar (decode-char 'ucs unicode)))
                      (when (listp submenu) (setq submenu (nth 1 submenu)))
                      (setq noargp


_______________________________________________
auctex-commit mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/auctex-commit

Reply via email to