mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-24 07:20:37 +00:00
* doc/lispintro/emacs-lisp-intro.texi: Untabify.
This commit is contained in:
parent
8838673ef1
commit
e0e10d9d19
@ -1,3 +1,7 @@
|
||||
2010-06-23 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* emacs-lisp-intro.texi: Untabify.
|
||||
|
||||
2010-05-07 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* Version 23.2 released.
|
||||
|
@ -17789,7 +17789,7 @@ Incidentally, @code{load-library} is an interactive interface to the
|
||||
This is an interface to the function `load'."
|
||||
(interactive
|
||||
(list (completing-read "Load library: "
|
||||
(apply-partially 'locate-file-completion-table
|
||||
(apply-partially 'locate-file-completion-table
|
||||
load-path
|
||||
(get-load-suffixes)))))
|
||||
(load library))
|
||||
|
Loading…
Reference in New Issue
Block a user