[MLton-commit] r5672
    Vesa Karvonen 
    vesak at mlton.org
       
    Sun Jun 24 09:27:35 PDT 2007
    
    
  
Ignore backup files ".*~" by default.
----------------------------------------------------------------------
U   mlton/trunk/ide/emacs/esml-mlb-mode.el
----------------------------------------------------------------------
Modified: mlton/trunk/ide/emacs/esml-mlb-mode.el
===================================================================
--- mlton/trunk/ide/emacs/esml-mlb-mode.el	2007-06-24 12:55:39 UTC (rev 5671)
+++ mlton/trunk/ide/emacs/esml-mlb-mode.el	2007-06-24 16:27:35 UTC (rev 5672)
@@ -89,7 +89,7 @@
   :set 'esml-mlb-set-custom-and-update
   :group 'esml-mlb)
 
-(defcustom esml-mlb-completion-ignored-files-regexp "\\.[^.].*\\|CVS/"
+(defcustom esml-mlb-completion-ignored-files-regexp "\\.[^.].*\\|CVS/\\|.*~"
   "Completion ignores files (and directories) whose names match this
 regexp."
   :type 'regexp
    
    
More information about the MLton-commit
mailing list