comparison lisp/hyperbole/kotl/kotl-mode.el @ 100:4be1180a9e89 r20-1b2

Import from CVS: tag r20-1b2
author cvs
date Mon, 13 Aug 2007 09:15:11 +0200
parents 131b0175ea99
children 8619ce7e4c50
comparison
equal deleted inserted replaced
99:2d83cbd90d8d 100:4be1180a9e89
6 ;; KEYWORDS: data, hypermedia, outlines, wp 6 ;; KEYWORDS: data, hypermedia, outlines, wp
7 ;; 7 ;;
8 ;; AUTHOR: Bob Weiner & Kellie Clark 8 ;; AUTHOR: Bob Weiner & Kellie Clark
9 ;; 9 ;;
10 ;; ORIG-DATE: 6/30/93 10 ;; ORIG-DATE: 6/30/93
11 ;; LAST-MOD: 3-Nov-95 at 19:25:57 by Bob Weiner 11 ;; LAST-MOD: 5-Dec-96 at 18:55:22 by Bob Weiner
12 ;; 12 ;;
13 ;; This file is part of Hyperbole. 13 ;; This file is part of Hyperbole.
14 ;; Available for use and distribution under the same terms as GNU Emacs. 14 ;; Available for use and distribution under the same terms as GNU Emacs.
15 ;; 15 ;;
16 ;; Copyright (C) 1993, 1994, 1995 Free Software Foundation, Inc. 16 ;; Copyright (C) 1993, 1994, 1995 Free Software Foundation, Inc.
67 minor-mode-alist (copy-sequence minor-mode-alist) 67 minor-mode-alist (copy-sequence minor-mode-alist)
68 minor-mode-alist (set:remove '(selective-display " Outline") 68 minor-mode-alist (set:remove '(selective-display " Outline")
69 minor-mode-alist) 69 minor-mode-alist)
70 minor-mode-alist (set:remove '(selective-display " Otl") 70 minor-mode-alist (set:remove '(selective-display " Otl")
71 minor-mode-alist) 71 minor-mode-alist)
72 ;; Remove indication that buffer is ;; narrowed. 72 ;; Remove indication that buffer is narrowed.
73 mode-line-format (copy-sequence mode-line-format) 73 mode-line-format (copy-sequence mode-line-format)
74 mode-line-format (set:remove "%n" mode-line-format))) 74 mode-line-format (set:remove "%n" mode-line-format)))
75 ;; 75 ;;
76 (setq indent-line-function 'kotl-mode:indent-line 76 (setq indent-line-function 'kotl-mode:indent-line
77 indent-region-function 'kotl-mode:indent-region 77 indent-region-function 'kotl-mode:indent-region