projects
/
elisp
/
semi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6c5a5e
)
* pgg-parse.el (pgg-byte-after): Always pass the first argument
author
ueno
<ueno>
Sat, 6 Nov 1999 03:21:55 +0000
(
03:21
+0000)
committer
ueno
<ueno>
Sat, 6 Nov 1999 03:21:55 +0000
(
03:21
+0000)
of `char-after'.
pgg-parse.el
patch
|
blob
|
history
diff --git
a/pgg-parse.el
b/pgg-parse.el
index
ef7dbf2
..
040ae1a
100644
(file)
--- a/
pgg-parse.el
+++ b/
pgg-parse.el
@@
-116,7
+116,7
@@
0))
(defmacro pgg-byte-after (&optional pos)
- `(char-int (char-after ,pos)))
+ `(char-int (char-after ,(or pos `(point)))))
(defmacro pgg-read-byte ()
`(char-int (char-after (prog1 (point) (forward-char)))))