1
0
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:
Glenn Morris 2010-06-22 19:51:01 -07:00
parent 8838673ef1
commit e0e10d9d19
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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))