]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/org/ol.el (org-link--decode-compound): `lsh` -> `ash`
authorMattias Engdegård <mattiase@acm.org>
Wed, 20 Jul 2022 09:17:51 +0000 (11:17 +0200)
committerMattias Engdegård <mattiase@acm.org>
Wed, 20 Jul 2022 11:51:55 +0000 (13:51 +0200)
lisp/org/ol.el

index 1df59e2458fb7eae266075fa68d4756543a847e0..a9e613e0d4e4aaf57248a69d0c5fb188fb2f7058 100644 (file)
@@ -646,7 +646,7 @@ followed by another \"%[A-F0-9]{2}\" group."
                  (cons 6 128))))
          (when (>= val 192) (setq eat (car shift-xor)))
          (setq val (logxor val (cdr shift-xor)))
-         (setq sum (+ (lsh sum (car shift-xor)) val))
+         (setq sum (+ (ash sum (car shift-xor)) val))
          (when (> eat 0) (setq eat (- eat 1)))
          (cond
           ((= 0 eat)                   ;multi byte