; * lisp/org/ol.el (org-link--decode-compound): lsh
-> ash
This commit is contained in:
parent
05a022c36e
commit
563bf2fae5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue