comparison etc/NEWS @ 38067:c1e43c8d51d2

Clarify the meaning of ``load-path is not customizable''. Someone just asked on comp.emacs how he could change load-path in Emacs 21!!
author Eli Zaretskii <eliz@gnu.org>
date Sat, 16 Jun 2001 08:04:27 +0000
parents 3bf93c45de95
children 3255cb9d0be2
comparison
equal deleted inserted replaced
38066:38f896e6a2ad 38067:c1e43c8d51d2
348 ** C-down-mouse-3 is bound differently. Now if the menu bar is not 348 ** C-down-mouse-3 is bound differently. Now if the menu bar is not
349 displayed it pops up a menu containing the items which would be on the 349 displayed it pops up a menu containing the items which would be on the
350 menu bar. If the menu bar is displayed, it pops up the major mode 350 menu bar. If the menu bar is displayed, it pops up the major mode
351 menu or the Edit menu if there is no major mode menu. 351 menu or the Edit menu if there is no major mode menu.
352 352
353 ** Variable `load-path' is no longer customizable because it contains 353 ** Variable `load-path' is no longer customizable throuh Customize.
354 a version-dependent component. 354
355 You can lo noger use `M-x customize-variable' to customize `load-path'
356 because it now contains a version-dependent component. You can still
357 use `add-to-list' and `setq' to customize this variable in your
358 `~/.emacs' init file or to modify it from any Lisp program in general.
355 359
356 ** The new user-option `normal-erase-is-backspace' can be set to 360 ** The new user-option `normal-erase-is-backspace' can be set to
357 determine the effect of the Delete and Backspace function keys. 361 determine the effect of the Delete and Backspace function keys.
358 362
359 On window systems, the default value of this option is chosen 363 On window systems, the default value of this option is chosen