emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] PATCH: Fix minor XEmacs compatibility issue


From: Michael Sperber
Subject: [Orgmode] PATCH: Fix minor XEmacs compatibility issue
Date: Mon, 24 May 2010 10:41:57 +0200
User-agent: Gnus/5.110011 (No Gnus v0.11) XEmacs/21.5-b29 (darwin)

I'd appreciate if this one could be applied.  I'll fix XEmacs to accept
#B<binary> in the future, but I'd appreciate this one anyway.  Doesn't
really add complexity ...

-- 
Cheers =8-} Mike
Friede, Völkerverständigung und überhaupt blabla
diff --git a/lisp/org-id.el b/lisp/org-id.el
index 66b1790..cf61f8a 100644
--- a/lisp/org-id.el
+++ b/lisp/org-id.el
@@ -330,9 +330,9 @@ So a typical ID could look like \"Org:4nd91V40HI\"."
            (substring rnd 13 16)
            (format "%x"
                    (logior
-                    #B10000000
+                    #b10000000
                     (logand
-                     #B10111111
+                     #b10111111
                      (string-to-number
                       (substring rnd 16 18) 16))))
            (substring rnd 18 20)

reply via email to

[Prev in Thread] Current Thread [Next in Thread]