From: Eli Zaretskii Date: Sun, 11 Nov 2001 19:23:13 +0000 (+0000) Subject: File regenerated. X-Git-Tag: ttn-vms-21-2-B4~18670 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c77c48d99297ad605f791495f967e9718bb797a1;p=emacs.git File regenerated. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9ca5f0f5e90..3c5a5444363 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2001-11-11 Eli Zaretskii + * subdirs.el: Regenerated. + * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if it is not fboundp. (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 @@ ;; In load-path, after this directory should come ;; certain of its subdirectories. Here we specify them. -(normal-top-level-add-to-load-path '("textmodes" "progmodes" "play" "net" "mail" "language" "international" "gnus" "eshell" "emulation" "emacs-lisp" "calendar" "toolbar" "obsolete")) +(normal-top-level-add-to-load-path '("toolbar" "textmodes" "progmodes" "play" "obsolete" "net" "mail" "language" "international" "gnus" "eshell" "emulation" "emacs-lisp" "calendar" "calc" ))