emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/etc/NEWS


From: Thien-Thi Nguyen
Subject: [Emacs-diffs] Changes to emacs/etc/NEWS
Date: Thu, 09 Sep 2004 07:58:17 -0400

Index: emacs/etc/NEWS
diff -c emacs/etc/NEWS:1.1025 emacs/etc/NEWS:1.1026
*** emacs/etc/NEWS:1.1025       Wed Sep  8 03:16:14 2004
--- emacs/etc/NEWS      Wed Sep  8 12:53:31 2004
***************
*** 2886,2891 ****
--- 2886,2900 ----
  
     #!/usr/bin/emacs --script
  
+ ** The option --directory DIR now modifies `load-path' immediately.
+ Directories are added to the front of `load-path' in the order they
+ appear on the command line.  For example, with this command line:
+ 
+   emacs -batch -L .. -L /tmp --eval "(require 'foo)"
+ 
+ Emacs looks for library `foo' in the parent directory, then in /tmp, then
+ in the other directories in `load-path'.  (-L is short for --directory.)
+ 
  +++
  ** A function's docstring can now hold the function's usage info on
  its last line.  It should match the regexp "\n\n(fn.*)\\'".




reply via email to

[Prev in Thread] Current Thread [Next in Thread]