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
2d1974c9
Commit
2d1974c9
authored
Dec 09, 2007
by
Glenn Morris
Browse files
(declare-function): Add compatibility declaration.
(gnus-summary-from-or-to-or-newsgroups): Declare as function.
parent
9640c3bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
lisp/gnus/gnus-spec.el
lisp/gnus/gnus-spec.el
+6
-0
No files found.
lisp/gnus/gnus-spec.el
View file @
2d1974c9
...
...
@@ -27,6 +27,9 @@
;;; Code:
;; For Emacs < 22.2.
(
eval-and-compile
(
unless
(
fboundp
'declare-function
)
(
defmacro
declare-function
(
&rest
r
))))
(
eval-when-compile
(
require
'cl
))
(
defvar
gnus-newsrc-file-version
)
...
...
@@ -87,6 +90,9 @@ text properties. This is only needed on XEmacs, as FSF Emacs does this anyway."
(
defvar
gnus-tmp-header
)
(
defvar
gnus-tmp-from
)
(
declare-function
gnus-summary-from-or-to-or-newsgroups
"gnus-sum"
(
header
gnus-tmp-from
))
(
defun
gnus-summary-line-format-spec
()
(
insert
gnus-tmp-unread
gnus-tmp-replied
gnus-tmp-score-char
gnus-tmp-indentation
)
...
...
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