diff options
| author | Markus Rost | 2002-11-07 00:26:27 +0000 |
|---|---|---|
| committer | Markus Rost | 2002-11-07 00:26:27 +0000 |
| commit | c3d79cee8888ecbd9ee4b9714d244658b74514cc (patch) | |
| tree | c6cd0433f28f6ae847ee72b27977b37ad96a698b | |
| parent | 12eb350798d00245344619bb2df550f3ebade563 (diff) | |
| download | emacs-c3d79cee8888ecbd9ee4b9714d244658b74514cc.tar.gz emacs-c3d79cee8888ecbd9ee4b9714d244658b74514cc.zip | |
(custom-make-dependencies): Fix comment inserted in cus-load.el.
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/cus-dep.el | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 566284b621b..9982b43a38c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2002-11-07 Markus Rost <rost@math.ohio-state.edu> | ||
| 2 | |||
| 3 | * cus-dep.el (custom-make-dependencies): Fix comment inserted in | ||
| 4 | cus-load.el. | ||
| 5 | |||
| 1 | 2002-11-06 Dave Love <fx@gnu.org> | 6 | 2002-11-06 Dave Love <fx@gnu.org> |
| 2 | 7 | ||
| 3 | * simple.el (quoted-insert): Bind keyboard-translate-table around | 8 | * simple.el (quoted-insert): Bind keyboard-translate-table around |
diff --git a/lisp/cus-dep.el b/lisp/cus-dep.el index 03185661a2e..96303a85585 100644 --- a/lisp/cus-dep.el +++ b/lisp/cus-dep.el | |||
| @@ -113,7 +113,7 @@ Usage: emacs -batch -l ./cus-dep.el -f custom-make-dependencies DIRS" | |||
| 113 | (insert "))\n")))))) | 113 | (insert "))\n")))))) |
| 114 | (insert "\ | 114 | (insert "\ |
| 115 | ;;; These are for handling :version. We need to have a minimum of | 115 | ;;; These are for handling :version. We need to have a minimum of |
| 116 | ;;; information so `custom-changed-variables' could do its job. | 116 | ;;; information so `customize-changed-options' could do its job. |
| 117 | ;;; For both groups and variables we have to set `custom-version'. | 117 | ;;; For both groups and variables we have to set `custom-version'. |
| 118 | ;;; For variables we also set the `standard-value' and for groups | 118 | ;;; For variables we also set the `standard-value' and for groups |
| 119 | ;;; `group-documentation' (which is shown in the customize buffer), so | 119 | ;;; `group-documentation' (which is shown in the customize buffer), so |