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
008b263f
Commit
008b263f
authored
Jun 01, 2019
by
Glenn Morris
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lisp/gnus/gnus.el: Mark autoloaded macros as such.
This avoids a build failure.
parent
daf32f1f
Pipeline
#1858
failed with stage
in 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
lisp/gnus/gnus.el
lisp/gnus/gnus.el
+5
-5
No files found.
lisp/gnus/gnus.el
View file @
008b263f
...
...
@@ -2745,12 +2745,12 @@ gnus-registry.el will populate this if it's loaded.")
(let ((interactive (nth 1 (memq ':interactive package))))
(mapcar
(lambda (function)
(let (
keymap
)
(let (
type
)
(when (consp function)
(setq
keymap
(car
(memq 'keymap
function))
)
(setq
type
(ca
d
r function))
(setq function (car function)))
(unless (fboundp function)
(autoload function (car package) nil interactive
keymap
))))
(autoload function (car package) nil interactive
type
))))
(if (eq (nth 1 package) ':interactive)
(nthcdr 3 package)
(cdr package)))))
...
...
@@ -2863,8 +2863,8 @@ gnus-registry.el will populate this if it's loaded.")
gnus-list-of-unread-articles gnus-list-of-read-articles
gnus-offer-save-summaries gnus-make-thread-indent-array
gnus-summary-exit gnus-update-read-articles gnus-summary-last-subject
gnus-summary-skip-intangible gnus-summary-article-number
gnus-data-header gnus-data-find)
(
gnus-summary-skip-intangible
macro) (
gnus-summary-article-number
macro)
(
gnus-data-header
macro) (
gnus-data-find
macro)
)
("
gnus-group
" gnus-group-insert-group-line gnus-group-quit
gnus-group-list-groups gnus-group-first-unread-group
gnus-group-set-mode-line gnus-group-set-info gnus-group-save-newsrc
...
...
EMBA bot
@bot
mentioned in commit
60286626
·
Jun 01, 2019
mentioned in commit
60286626
mentioned in commit 602866264917f0772ceab356e3206a139719d2c5
Toggle commit list
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