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
614ce227
Commit
614ce227
authored
Oct 31, 2011
by
Ted Zlatanov
Committed by
Katsumi Yamaoka
Oct 31, 2011
Browse files
gnus-registry-enabled fixes to give default value.
parent
07f3add9
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
11 deletions
+10
-11
lisp/gnus/ChangeLog
lisp/gnus/ChangeLog
+9
-1
lisp/gnus/gnus-registry.el
lisp/gnus/gnus-registry.el
+1
-1
lisp/gnus/nnir.el
lisp/gnus/nnir.el
+0
-3
lisp/gnus/nnmairix.el
lisp/gnus/nnmairix.el
+0
-3
lisp/gnus/nnregistry.el
lisp/gnus/nnregistry.el
+0
-3
No files found.
lisp/gnus/ChangeLog
View file @
614ce227
2011-10-31 Teodor Zlatanov <tzz@lifelogs.com>
* nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
* nnir.el: Ditto.
* nnmairix.el: Ditto.
* gnus-registry.el (gnus-registry-enabled): Default to nil.
2011-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
* message.el (message-completion-function): Make sure
...
...
@@ -25,7 +33,7 @@
* nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
* nnmairix.el (gnus-registry-enabled): Ditto.
2011-10-17 Dave Abrahams <dave@boostpro.com>
2011-10-17 Dave Abrahams <dave@boostpro.com>
(tiny change)
* gnus-registry.el (gnus-registry-enabled): Add new variable. (Bug#9691)
(gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
...
...
lisp/gnus/gnus-registry.el
View file @
614ce227
...
...
@@ -164,7 +164,7 @@ nnmairix groups are specifically excluded because they are ephemeral."
(
const
:tag
"Always Install"
t
)
(
const
:tag
"Ask Me"
ask
)))
(
defvar
gnus-registry-enabled
)
(
defvar
gnus-registry-enabled
nil
)
(
defvar
gnus-summary-misc-menu
)
;; Avoid byte compiler warning.
...
...
lisp/gnus/nnir.el
View file @
614ce227
...
...
@@ -292,9 +292,6 @@ is `(valuefunc member)'."
(
autoload
'nnimap-make-thread-query
"nnimap"
)
(
autoload
'gnus-registry-action
"gnus-registry"
))
;; Suppress byte-compiler warning `reference to free variable'
(
defvar
gnus-registry-enabled
)
(
nnoo-declare
nnir
)
(
nnoo-define-basics
nnir
)
...
...
lisp/gnus/nnmairix.el
View file @
614ce227
...
...
@@ -605,9 +605,6 @@ Other back ends might or might not work.")
;; Silence byte-compiler.
(
autoload
'gnus-registry-get-id-key
"gnus-registry"
)
;; Suppress byte-compiler warning `reference to free variable'
(
defvar
gnus-registry-enabled
)
(
deffoo
nnmairix-request-set-mark
(
group
actions
&optional
server
)
(
when
server
(
nnmairix-open-server
server
))
...
...
lisp/gnus/nnregistry.el
View file @
614ce227
...
...
@@ -36,9 +36,6 @@
(
nnoo-declare
nnregistry
)
;; Suppress byte-compiler warning `reference to free variable'
(
defvar
gnus-registry-enabled
)
(
deffoo
nnregistry-server-opened
(
server
)
gnus-registry-enabled
)
...
...
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