diff options
| author | Eli Zaretskii | 2001-11-11 19:23:13 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-11-11 19:23:13 +0000 |
| commit | c77c48d99297ad605f791495f967e9718bb797a1 (patch) | |
| tree | 9b16ae41787041f87b7ecdd1dd5e87549944841c | |
| parent | 4c82860aaea897c5b9573dd003d83a45f5e8f4d2 (diff) | |
| download | emacs-c77c48d99297ad605f791495f967e9718bb797a1.tar.gz emacs-c77c48d99297ad605f791495f967e9718bb797a1.zip | |
File regenerated.
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/subdirs.el | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9ca5f0f5e90..3c5a5444363 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2001-11-11 Eli Zaretskii <eliz@is.elta.co.il> | 1 | 2001-11-11 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 2 | ||
| 3 | * subdirs.el: Regenerated. | ||
| 4 | |||
| 3 | * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if | 5 | * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if |
| 4 | it is not fboundp. | 6 | it is not fboundp. |
| 5 | (clipboard-yank): Ditto. | 7 | (clipboard-yank): Ditto. |
diff --git a/lisp/subdirs.el b/lisp/subdirs.el index 6fa1a64403e..8f6b63290d5 100644 --- a/lisp/subdirs.el +++ b/lisp/subdirs.el | |||
| @@ -1,3 +1,3 @@ | |||
| 1 | ;; In load-path, after this directory should come | 1 | ;; In load-path, after this directory should come |
| 2 | ;; certain of its subdirectories. Here we specify them. | 2 | ;; certain of its subdirectories. Here we specify them. |
| 3 | (normal-top-level-add-to-load-path '("textmodes" "progmodes" "play" "net" "mail" "language" "international" "gnus" "eshell" "emulation" "emacs-lisp" "calendar" "toolbar" "obsolete")) | 3 | (normal-top-level-add-to-load-path '("toolbar" "textmodes" "progmodes" "play" "obsolete" "net" "mail" "language" "international" "gnus" "eshell" "emulation" "emacs-lisp" "calendar" "calc" )) |