annotate lisp/subdirs.el @ 39047:d177c68813c0
(isearch-mouse-2): Renamed from isearch-mouse-yank.
Instead of running mouse-yank-at-click, see what the event is
bound to outside Isearch and run that.
author |
Gerd Moellmann <gerd@gnu.org> |
date |
Fri, 31 Aug 2001 08:51:39 +0000 |
parents |
5cdf7acaeb2d |
children |
5cd92021d055 |
rev |
line source |
25867
|
1 ;; In load-path, after this directory should come
|
|
2 ;; certain of its subdirectories. Here we specify them.
|
34487
|
3 (normal-top-level-add-to-load-path '("textmodes" "progmodes" "play" "net" "mail" "language" "international" "gnus" "eshell" "emulation" "emacs-lisp" "calendar" "toolbar" "obsolete"))
|