Changeset 7044 for lang/elisp
- Timestamp:
- 02/22/08 22:34:02 (9 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/elisp/auto-save-buffers-enhanced/auto-save-buffers-enhanced.el
r6932 r7044 86 86 ;;; Change Log: 87 87 88 ;; 2008-02-22: 89 ;; * fixed a bug: auto-saving didn't work under unreasonable situation... 90 ;; (Thanks to typester) 91 ;; 88 92 ;; 2008-02-19: 89 93 ;; * added git support. … … 207 211 (toggle-read-only)) 208 212 (goto-char (point-min)) 209 (while (re-search-forward "^[\t ]+\\(\\(/[^ /\n]+\\)+\\):[ ]*$" nil t)213 (while (re-search-forward "^[\t ]+\\(\\(/[^\n]+\\)+\\):[ ]*$" nil t) 210 214 (when (and (file-exists-p (match-string 1)) 211 215 (not (memq (match-string 1) auto-save-buffers-enhanced-include-regexps))) … … 223 227 (file-exists-p ".cvs") 224 228 (file-exists-p ".git")) 225 (setq checkout-path default-directory))229 (setq checkout-path (expand-file-name default-directory))) 226 230 (cd "..") 227 231 (when (equal "/" default-directory)
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)