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
6cc803de
Commit
6cc803de
authored
Jan 11, 2006
by
Bill Wohler
Browse files
(generated-custom-dependencies-file): Fix typo and phrasing in
docstring.
parent
9c2cf222
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
lisp/ChangeLog
lisp/ChangeLog
+3
-0
lisp/cus-dep.el
lisp/cus-dep.el
+3
-2
No files found.
lisp/ChangeLog
View file @
6cc803de
2006-01-11 Bill Wohler <wohler@newt.com>
* cus-dep.el (generated-custom-dependencies-file): Fix typo and
phrasing in docstring.
* Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
can give some systems gas. Add new file mh-buffers.el.
...
...
lisp/cus-dep.el
View file @
6cc803de
;;; cus-dep.el --- find customization dependencies
;;
;; Copyright (C) 1997, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
;; Copyright (C) 1997, 2002, 2003, 2004, 2005,
;; 2006 Free Software Foundation, Inc.
;;
;; Author: Per Abrahamsen <abraham@dina.kvl.dk>
;; Keywords: internal
...
...
@@ -31,7 +32,7 @@
(
require
'cus-face
)
(
defvar
generated-custom-dependencies-file
"cus-load.el"
"
File
\\[cusom-make-dependencies]
puts custom dependencies into
."
)
"
Output file for
\\[cus
t
om-make-dependencies]."
)
(
defun
custom-make-dependencies
()
"Batch function to extract custom dependencies from .el files.
...
...
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