emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/update-subdirs


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/update-subdirs
Date: Tue, 01 Oct 2002 13:10:56 -0400

Index: emacs/update-subdirs
diff -c emacs/update-subdirs:1.3 emacs/update-subdirs:1.4
*** emacs/update-subdirs:1.3    Tue Feb 20 05:54:14 2001
--- emacs/update-subdirs        Tue Oct  1 13:10:51 2002
***************
*** 36,43 ****
  if [ "x$subdirs" = x ]; then
    rm -f subdirs.el
  else
    echo ";; In load-path, after this directory should come
! ;; certain of its subdirectories.  Here we specify them." > subdirs.el
  
    echo "(normal-top-level-add-to-load-path '($subdirs))" >> subdirs.el
  fi
--- 36,46 ----
  if [ "x$subdirs" = x ]; then
    rm -f subdirs.el
  else
+ 
+   echo ";; -*- no-byte-compile: t -*-" > subdirs.el
+ 
    echo ";; In load-path, after this directory should come
! ;; certain of its subdirectories.  Here we specify them." >> subdirs.el
  
    echo "(normal-top-level-add-to-load-path '($subdirs))" >> subdirs.el
  fi




reply via email to

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