Show
Ignore:
Timestamp:
09/18/06 20:48:14 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lisp/progmodes/compile.el

    r4161 r4166  
    230230     ;; line number starts with "SS".  --Stef 
    231231     "^\\(?:[[:alpha:]][-[:alnum:].]+: ?\\)?\ 
    232 \\([0-9]*[^0-9\n].*?\\): ?\ 
     232\\([0-9]*[^0-9\n]\\(?:[^\n ]\\| [^-\n]\\)*?\\): ?\ 
    233233\\([0-9]+\\)\\(?:\\([.:]\\)\\([0-9]+\\)\\)?\ 
    234234\\(?:-\\([0-9]+\\)?\\(?:\\3\\([0-9]+\\)\\)?\\)?:\ 
     
    626626      mouse-face highlight 
    627627      keymap compilation-button-map 
    628       help-echo "mouse-2: visit current directory"))) 
     628      help-echo "mouse-2: visit this directory"))) 
    629629 
    630630;; Data type `reverse-ordered-alist' retriever.  This function retrieves the 
     
    10691069              ;; Set the EMACS variable, but 
    10701070              ;; don't override users' setting of $EMACS. 
    1071               (unless (getenv "EMACS") '("EMACS=t")) 
     1071              (unless (getenv "EMACS") 
     1072                (list (concat "EMACS=" invocation-directory invocation-name))) 
    10721073              (copy-sequence process-environment)))) 
    10731074        (set (make-local-variable 'compilation-arguments)