Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
c7e9cfaf
Commit
c7e9cfaf
authored
Dec 11, 2007
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add declare-function compatibility definition.
(gnus-group-decoded-name): Declare as a function.
parent
1ffeb586
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
lisp/gnus/gnus.el
lisp/gnus/gnus.el
+6
-0
No files found.
lisp/gnus/gnus.el
View file @
c7e9cfaf
...
...
@@ -30,6 +30,10 @@
(
eval
'
(
run-hooks
'gnus-load-hook
))
;; For Emacs < 22.2.
(
eval-and-compile
(
unless
(
fboundp
'declare-function
)
(
defmacro
declare-function
(
&rest
r
))))
(
eval-when-compile
(
require
'cl
))
(
require
'wid-edit
)
(
require
'mm-util
)
...
...
@@ -3736,6 +3740,8 @@ server is native)."
"Return the prefix of the current group name."
(< 0 (length (gnus-group-real-prefix group))))
(declare-function gnus-group-decoded-name "gnus-group" (string))
(defun gnus-summary-buffer-name (group)
"Return the summary buffer name of GROUP."
(concat "*Summary " (gnus-group-decoded-name group) "*"))
...
...
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