comparison lisp/hyperbole/kotl/kotl-mode.el @ 24:4103f0995bd7 r19-15b95

Import from CVS: tag r19-15b95
author cvs
date Mon, 13 Aug 2007 08:51:03 +0200
parents 376386a54a3c
children c53a95d3c46d
comparison
equal deleted inserted replaced
23:0edd3412f124 24:4103f0995bd7
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