diff options
Diffstat (limited to 'lisp/emacs-lisp/cl-indent.el')
-rw-r--r-- | lisp/emacs-lisp/cl-indent.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/cl-indent.el b/lisp/emacs-lisp/cl-indent.el index 4e4543725c8..92f20f7cc4f 100644 --- a/lisp/emacs-lisp/cl-indent.el +++ b/lisp/emacs-lisp/cl-indent.el @@ -1,4 +1,5 @@ -;; Lisp mode, and its idiosyncratic commands. +;;; cl-indent.el --- enhanced lisp-indent mode + ;; Copyright (C) 1987 Free Software Foundation, Inc. ;; Written by Richard Mlynarik July 1987 @@ -464,3 +465,4 @@ by `lisp-body-indent'.") ;; To disable this stuff, (setq lisp-indent-function 'lisp-indent-function) +;;; cl-indent.el ends here |