]> git.eshelyaron.com Git - emacs.git/commitdiff
Clarify the meaning of ``load-path is not customizable''. Someone just
authorEli Zaretskii <eliz@gnu.org>
Sat, 16 Jun 2001 08:04:27 +0000 (08:04 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 16 Jun 2001 08:04:27 +0000 (08:04 +0000)
asked on comp.emacs how he could change load-path in Emacs 21!!

etc/NEWS

index 3df349fd7e9ccf0fed7ea913225615d608d1e9d4..7e78ab4703151e1ddf9c0d30ada853df11f4e251 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -350,8 +350,12 @@ displayed it pops up a menu containing the items which would be on the
 menu bar.  If the menu bar is displayed, it pops up the major mode
 menu or the Edit menu if there is no major mode menu.
 
-** Variable `load-path' is no longer customizable because it contains
-a version-dependent component.
+** Variable `load-path' is no longer customizable throuh Customize.
+
+You can lo noger use `M-x customize-variable' to customize `load-path'
+because it now contains a version-dependent component.  You can still
+use `add-to-list' and `setq' to customize this variable in your
+`~/.emacs' init file or to modify it from any Lisp program in general.
 
 ** The new user-option `normal-erase-is-backspace' can be set to
 determine the effect of the Delete and Backspace function keys.