diff options
Diffstat (limited to 'hload-path.el')
| -rw-r--r-- | hload-path.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hload-path.el b/hload-path.el index 77f2214..6204e44 100644 --- a/hload-path.el +++ b/hload-path.el @@ -4,7 +4,7 @@ ;; ;; Orig-Date: 29-Jun-16 at 14:39:33 ;; -;; Copyright (C) 1992-2017 Free Software Foundation, Inc. +;; Copyright (C) 1992-2019 Free Software Foundation, Inc. ;; See the "HY-COPY" file for license information. ;; ;; This file is part of GNU Hyperbole. @@ -44,8 +44,8 @@ It must end with a directory separator character.") ;; Perform Koutliner initializations. (add-to-list 'load-path (expand-file-name "kotl/" hyperb:dir)) -;; Invoke kotl-mode for files ending in ".kotl". Also -;; allow ".kot" for DOS and Windows users. +;; Invoke kotl-mode for files ending in ".kotl". +;; Also allow ".kot" for DOS and Windows users. (add-to-list 'auto-mode-alist '("\\.kotl?\\'" . kotl-mode)) (provide 'hload-path) |
