Changeset 32873
- Timestamp:
- 04/28/09 08:35:25 (4 years ago)
- Files:
-
- 1 modified
-
lang/elisp/taskpaper/branches/nishio/taskpaper.el (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/elisp/taskpaper/branches/nishio/taskpaper.el
r32865 r32873 159 159 160 160 (add-to-list 'auto-mode-alist (cons "\\.taskpaper$" 'taskpaper-mode)) 161 (add-to-list 'auto-mode-alist (cons "test.txt$" 'taskpaper-mode)) ; for test162 161 163 162 ;; Commands … … 209 208 (re-search-forward "-+" nil t) 210 209 (setq indent (- (match-end 0) (match-beginning 0)))) 211 (insert (make-string indent ?-)))) 210 (insert (make-string indent ?-)) 211 (insert " "))) 212 212 213 213 (provide 'taskpaper)
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)