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
60878f2d
Commit
60878f2d
authored
Nov 05, 2009
by
Glenn Morris
Browse files
Use autoload-rubric's feature argument.
parent
4ad6a5e7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
lisp/ChangeLog
lisp/ChangeLog
+3
-0
lisp/cus-dep.el
lisp/cus-dep.el
+1
-1
lisp/finder.el
lisp/finder.el
+1
-1
No files found.
lisp/ChangeLog
View file @
60878f2d
2009-11-05 Glenn Morris <rgm@gnu.org>
* emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
* cus-dep.el (custom-make-dependencies):
* finder.el (finder-compile-keywords):
Use autoload-rubric's feature argument.
* calendar/diary-lib.el (top-level): Make load behave more like require.
...
...
lisp/cus-dep.el
View file @
60878f2d
...
...
@@ -87,7 +87,7 @@ Usage: emacs -batch -l ./cus-dep.el -f custom-make-dependencies DIRS"
(setq buffer-undo-list t)
(erase-buffer)
(insert (autoload-rubric generated-custom-dependencies-file
"
custom
dependencies
"))
"
custom
dependencies
"
t
))
(search-backward "
")
(mapatoms (lambda (symbol)
(let ((members (get symbol 'custom-group))
...
...
lisp/finder.el
View file @
60878f2d
...
...
@@ -141,7 +141,7 @@ no arguments compiles from `load-path'."
(setq buffer-undo-list t)
(erase-buffer)
(insert (autoload-rubric generated-finder-keywords-file
"
keyword-to-package
mapping
"))
"
keyword-to-package
mapping
"
t
))
(search-backward "
")
(insert "
(
setq
finder-package-info
'
(
\n
")
(let (processed summary keywords)
...
...
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