* pgg-parse.el (pgg-byte-after): Always pass the first argument
authorueno <ueno>
Sat, 6 Nov 1999 03:21:55 +0000 (03:21 +0000)
committerueno <ueno>
Sat, 6 Nov 1999 03:21:55 +0000 (03:21 +0000)
of `char-after'.

pgg-parse.el

index ef7dbf2..040ae1a 100644 (file)
         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)))))