Changeset 4079 for trunk/lisp/outline.el
- Timestamp:
- 2006年05月13日 11時31分18秒 (3 years ago)
- Files:
-
- trunk/lisp/outline.el (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp/outline.el
r4058 r4079 55 55 :type '(choice regexp (const nil)) 56 56 :group 'outlines) 57 ;;;###autoload(put 'outline-regexp 'safe-local-variable 'string-or-null-p) 57 58 58 59 (defcustom outline-heading-end-regexp "\n"
