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
bfbc84d6
Commit
bfbc84d6
authored
Jun 07, 2008
by
Glenn Morris
Browse files
Remove unnecessary eval-when-compile.
parent
de1765ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
lisp/gnus/nnmairix.el
lisp/gnus/nnmairix.el
+2
-3
No files found.
lisp/gnus/nnmairix.el
View file @
bfbc84d6
...
...
@@ -851,9 +851,8 @@ with `nnmairix-mairix-update-options'."
'nnmairix-sentinel-mairix-update-finished
))))))
;; Silence byte-compiler.
(
eval-when-compile
(
defvar
gnus-registry-install
)
(
autoload
'gnus-registry-fetch-group
"gnus-registry"
))
(
defvar
gnus-registry-install
)
(
autoload
'gnus-registry-fetch-group
"gnus-registry"
)
(
defun
nnmairix-goto-original-article
(
&optional
no-registry
)
"Jump to the original group and display article.
...
...
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