diff options
Diffstat (limited to 'lisp/net/sieve-mode.el')
-rw-r--r-- | lisp/net/sieve-mode.el | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lisp/net/sieve-mode.el b/lisp/net/sieve-mode.el index d6dc008e87a..c5f44917919 100644 --- a/lisp/net/sieve-mode.el +++ b/lisp/net/sieve-mode.el @@ -1,4 +1,4 @@ -;;; sieve-mode.el --- Sieve code editing commands for Emacs +;;; sieve-mode.el --- Sieve code editing commands for Emacs -*- lexical-binding: t -*- ;; Copyright (C) 2001-2020 Free Software Foundation, Inc. @@ -26,11 +26,6 @@ ;; sieve-style #-comments and a lightly hacked syntax table. It was ;; strongly influenced by awk-mode.el. ;; -;; Put something similar to the following in your .emacs to use this file: -;; -;; (load "~/lisp/sieve") -;; (setq auto-mode-alist (cons '("\\.siv\\'" . sieve-mode) auto-mode-alist)) -;; ;; References: ;; ;; RFC 3028, |