* Typo in init_lread, site-list->site-lisp
@ 2007-10-01 8:23 Ulrich Mueller
2007-10-01 9:56 ` Juanma Barranquero
0 siblings, 1 reply; 2+ messages in thread
From: Ulrich Mueller @ 2007-10-01 8:23 UTC (permalink / raw)
To: bug-gnu-emacs
2007-10-01 Ulrich Mueller <ulm@gentoo.org>
* lread.c (init_lread): Fix typo.
--- emacs-22.1/src/lread.c~ 2007-05-14 16:56:31.000000000 +0200
+++ emacs-22.1/src/lread.c 2007-10-01 10:16:12.000000000 +0200
@@ -3845,7 +3845,7 @@
Vload_path = Fcons (tem, Vload_path);
}
- /* Add site-list under the installation dir, if it exists. */
+ /* Add site-lisp under the installation dir, if it exists. */
tem = Fexpand_file_name (build_string ("site-lisp"),
Vinstallation_directory);
tem1 = Ffile_exists_p (tem);
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Typo in init_lread, site-list->site-lisp
2007-10-01 8:23 Typo in init_lread, site-list->site-lisp Ulrich Mueller
@ 2007-10-01 9:56 ` Juanma Barranquero
0 siblings, 0 replies; 2+ messages in thread
From: Juanma Barranquero @ 2007-10-01 9:56 UTC (permalink / raw)
To: Ulrich Mueller; +Cc: bug-gnu-emacs
On 10/1/07, Ulrich Mueller <ulm@gentoo.org> wrote:
> + /* Add site-lisp under the installation dir, if it exists. */
Fixed, thanks.
Note, however, that we don't usually create ChangeLog entries for
typos in comments.
Juanma
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-10-01 9:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-01 8:23 Typo in init_lread, site-list->site-lisp Ulrich Mueller
2007-10-01 9:56 ` Juanma Barranquero
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.