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
f0b7f5a8
Commit
f0b7f5a8
authored
Oct 11, 2010
by
Katsumi Yamaoka
Browse files
nnimap.el (gnutls-negotiate): Silence the byte compiler.
*.el: Fix comment for declare-function.
parent
6b7df8d3
Changes
37
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
38 additions
and
16 deletions
+38
-16
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/gnus/ChangeLog
lisp/gnus/ChangeLog
+14
-0
lisp/gnus/gnus-art.el
lisp/gnus/gnus-art.el
+1
-1
lisp/gnus/gnus-cache.el
lisp/gnus/gnus-cache.el
+1
-1
lisp/gnus/gnus-fun.el
lisp/gnus/gnus-fun.el
+1
-1
lisp/gnus/gnus-group.el
lisp/gnus/gnus-group.el
+1
-1
lisp/gnus/gnus-picon.el
lisp/gnus/gnus-picon.el
+1
-1
lisp/gnus/gnus-spec.el
lisp/gnus/gnus-spec.el
+1
-1
lisp/gnus/gnus-sum.el
lisp/gnus/gnus-sum.el
+1
-1
lisp/gnus/gnus-util.el
lisp/gnus/gnus-util.el
+1
-1
lisp/gnus/gnus.el
lisp/gnus/gnus.el
+1
-1
lisp/gnus/mail-source.el
lisp/gnus/mail-source.el
+1
-1
lisp/gnus/message.el
lisp/gnus/message.el
+1
-0
lisp/gnus/mm-bodies.el
lisp/gnus/mm-bodies.el
+1
-1
lisp/gnus/mm-decode.el
lisp/gnus/mm-decode.el
+1
-1
lisp/gnus/mm-extern.el
lisp/gnus/mm-extern.el
+1
-1
lisp/gnus/mm-util.el
lisp/gnus/mm-util.el
+1
-1
lisp/gnus/mm-view.el
lisp/gnus/mm-view.el
+2
-0
lisp/gnus/mml-smime.el
lisp/gnus/mml-smime.el
+1
-1
lisp/gnus/mml.el
lisp/gnus/mml.el
+1
-1
No files found.
lisp/ChangeLog
View file @
f0b7f5a8
2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
* mail/hashcash.el, net/imap.el, pgg-parse.el, pgg.el:
Fix comment for declare-function.
2010-10-11 Chong Yidong <cyd@stupidchicken.com>
* custom.el (custom-fix-face-spec): New function; code moved from
...
...
lisp/gnus/ChangeLog
View file @
f0b7f5a8
2010-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
* lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
* nnimap.el (gnutls-negotiate): Silence the byte compiler.
* gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el,
gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el,
mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el,
mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el,
nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el,
rfc1843.el, sieve-manage.el, smime.el, spam.el:
Fix comment for declare-function.
2010-10-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
* nnimap.el (nnimap-request-rename-group): Select group read-only
...
...
lisp/gnus/gnus-art.el
View file @
f0b7f5a8
...
...
@@ -25,7 +25,7 @@
;;; Code:
;; For Emacs <
22.2.
;; For Emacs <22.2
and XEmacs
.
(
eval-and-compile
(
unless
(
fboundp
'declare-function
)
(
defmacro
declare-function
(
&rest
r
))))
(
eval-when-compile
...
...
lisp/gnus/gnus-cache.el
View file @
f0b7f5a8
...
...
@@ -25,7 +25,7 @@
;;; Code:
;; For Emacs <
22.2.
;; For Emacs <22.2
and XEmacs
.
(
eval-and-compile
(
unless
(
fboundp
'declare-function
)
(
defmacro
declare-function
(
&rest
r
))))
...
...
lisp/gnus/gnus-fun.el
View file @
f0b7f5a8
...
...
@@ -24,7 +24,7 @@
;;; Code:
;; For Emacs <
22.2.
;; For Emacs <22.2
and XEmacs
.
(
eval-and-compile
(
unless
(
fboundp
'declare-function
)
(
defmacro
declare-function
(
&rest
r
))))
...
...
lisp/gnus/gnus-group.el
View file @
f0b7f5a8
...
...
@@ -25,7 +25,7 @@
;;; Code:
;; For Emacs <
22.2.
;; For Emacs <22.2
and XEmacs
.
(
eval-and-compile
(
unless
(
fboundp
'declare-function
)
(
defmacro
declare-function
(
&rest
r
))))
...
...
lisp/gnus/gnus-picon.el
View file @
f0b7f5a8
...
...
@@ -38,7 +38,7 @@
;;
;;; Code:
;; For Emacs <
22.2.
;; For Emacs <22.2
and XEmacs
.
(
eval-and-compile
(
unless
(
fboundp
'declare-function
)
(
defmacro
declare-function
(
&rest
r
))))
...
...
lisp/gnus/gnus-spec.el
View file @
f0b7f5a8
...
...
@@ -25,7 +25,7 @@
;;; Code:
;; For Emacs <
22.2.
;; For Emacs <22.2
and XEmacs
.
(
eval-and-compile
(
unless
(
fboundp
'declare-function
)
(
defmacro
declare-function
(
&rest
r
))))
(
eval-when-compile
(
require
'cl
))
...
...
lisp/gnus/gnus-sum.el
View file @
f0b7f5a8
...
...
@@ -25,7 +25,7 @@
;;; Code:
;; For Emacs <
22.2.
;; For Emacs <22.2
and XEmacs
.
(eval-and-compile
(unless (fboundp 'declare-function) (defmacro declare-function (&rest r))))
(eval-when-compile
...
...
lisp/gnus/gnus-util.el
View file @
f0b7f5a8
...
...
@@ -33,7 +33,7 @@
;;; Code:
;; For Emacs <
22.2.
;; For Emacs <22.2
and XEmacs
.
(
eval-and-compile
(
unless
(
fboundp
'declare-function
)
(
defmacro
declare-function
(
&rest
r
))))
(
eval-when-compile
...
...
lisp/gnus/gnus.el
View file @
f0b7f5a8
...
...
@@ -30,7 +30,7 @@
(
eval
'
(
run-hooks
'gnus-load-hook
))
;; For Emacs <
22.2.
;; For Emacs <22.2
and XEmacs
.
(
eval-and-compile
(
unless
(
fboundp
'declare-function
)
(
defmacro
declare-function
(
&rest
r
))))
...
...
lisp/gnus/mail-source.el
View file @
f0b7f5a8
...
...
@@ -25,7 +25,7 @@
;;; Code:
;; For Emacs <
22.2.
;; For Emacs <22.2
and XEmacs
.
(
eval-and-compile
(
unless
(
fboundp
'declare-function
)
(
defmacro
declare-function
(
&rest
r
))))
...
...
lisp/gnus/message.el
View file @
f0b7f5a8
...
...
@@ -29,6 +29,7 @@
;;; Code:
;; For Emacs <22.2 and XEmacs.
(
eval-and-compile
(
unless
(
fboundp
'declare-function
)
(
defmacro
declare-function
(
&rest
r
))))
(
eval-when-compile
...
...
lisp/gnus/mm-bodies.el
View file @
f0b7f5a8
...
...
@@ -24,7 +24,7 @@
;;; Code:
;; For Emacs <
22.2.
;; For Emacs <22.2
and XEmacs
.
(
eval-and-compile
(
unless
(
fboundp
'declare-function
)
(
defmacro
declare-function
(
&rest
r
))))
...
...
lisp/gnus/mm-decode.el
View file @
f0b7f5a8
...
...
@@ -24,7 +24,7 @@
;;; Code:
;; For Emacs <
22.2.
;; For Emacs <22.2
and XEmacs
.
(
eval-and-compile
(
unless
(
fboundp
'declare-function
)
(
defmacro
declare-function
(
&rest
r
))))
...
...
lisp/gnus/mm-extern.el
View file @
f0b7f5a8
...
...
@@ -25,7 +25,7 @@
;;; Code:
;; For Emacs <
22.2.
;; For Emacs <22.2
and XEmacs
.
(
eval-and-compile
(
unless
(
fboundp
'declare-function
)
(
defmacro
declare-function
(
&rest
r
))))
...
...
lisp/gnus/mm-util.el
View file @
f0b7f5a8
...
...
@@ -24,7 +24,7 @@
;;; Code:
;; For Emacs <
22.2.
;; For Emacs <22.2
and XEmacs
.
(
eval-and-compile
(
unless
(
fboundp
'declare-function
)
(
defmacro
declare-function
(
&rest
r
))))
...
...
lisp/gnus/mm-view.el
View file @
f0b7f5a8
...
...
@@ -22,6 +22,8 @@
;;; Commentary:
;;; Code:
;; For Emacs <22.2 and XEmacs.
(
eval-and-compile
(
unless
(
fboundp
'declare-function
)
(
defmacro
declare-function
(
&rest
r
))))
(
eval-when-compile
(
require
'cl
))
...
...
lisp/gnus/mml-smime.el
View file @
f0b7f5a8
...
...
@@ -25,7 +25,7 @@
;;; Code:
;; For Emacs <
22.2.
;; For Emacs <22.2
and XEmacs
.
(
eval-and-compile
(
unless
(
fboundp
'declare-function
)
(
defmacro
declare-function
(
&rest
r
))))
...
...
lisp/gnus/mml.el
View file @
f0b7f5a8
...
...
@@ -23,7 +23,7 @@
;;; Code:
;; For Emacs <
22.2.
;; For Emacs <22.2
and XEmacs
.
(
eval-and-compile
(
unless
(
fboundp
'declare-function
)
(
defmacro
declare-function
(
&rest
r
))))
...
...
Prev
1
2
Next
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