Mercurial > emacs
diff lisp/which-func.el @ 38436:b174db545cfd
Some fixes to follow coding conventions.
| author | Pavel Jan?k <Pavel@Janik.cz> |
|---|---|
| date | Mon, 16 Jul 2001 12:23:00 +0000 |
| parents | 103ff02e1c2e |
| children | e5c58ab7a99f |
line wrap: on
line diff
--- a/lisp/which-func.el Mon Jul 16 12:22:17 2001 +0000 +++ b/lisp/which-func.el Mon Jul 16 12:23:00 2001 +0000 @@ -1,4 +1,4 @@ -;;; which-func.el --- Print current function in mode line +;;; which-func.el --- print current function in mode line ;; Copyright (C) 1994, 1997, 1998, 2001 Free Software Foundation, Inc. @@ -219,4 +219,4 @@ (provide 'which-func) -;; which-func.el ends here +;;; which-func.el ends here
