Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
14ecd9e4
Commit
14ecd9e4
authored
Nov 27, 2007
by
Glenn Morris
Browse files
(pgg-parse-24, pgg-parse-crc24-string): Define for compiler.
parent
97d9baef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
lisp/pgg-parse.el
lisp/pgg-parse.el
+6
-0
No files found.
lisp/pgg-parse.el
View file @
14ecd9e4
...
...
@@ -178,6 +178,8 @@
(
repeat
))))
(
repeat
)))))
(
defvar
pgg-parse-crc24
)
(
defun
pgg-parse-crc24-string
(
string
)
(
let
((
h
(
vector
nil
183
1230
nil
nil
nil
nil
nil
nil
)))
(
ccl-execute-on-string
pgg-parse-crc24
h
string
)
...
...
@@ -463,6 +465,10 @@
pgg-parse-public-key-algorithm-alist
)))
result
))
;; p-d-p only calls this if it is defined, but the compiler does not
;; recognize that.
(
declare-function
pgg-parse-crc24-string
"pgg-parse"
(
string
))
(
defun
pgg-decode-packets
()
(
if
(
re-search-forward
"^=\\([A-Za-z0-9+/]\\{4\\}\\)$"
nil
t
)
(
let
((
p
(
match-beginning
0
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment