Mercurial > emacs
diff lisp/buff-menu.el @ 662:8a533acedb77
*** empty log message ***
| author | Eric S. Raymond <esr@snark.thyrsus.com> |
|---|---|
| date | Sat, 30 May 1992 23:54:21 +0000 |
| parents | 5b0d1a9cf37e |
| children | ea0823fe7df5 |
line wrap: on
line diff
--- a/lisp/buff-menu.el Sat May 30 23:52:26 1992 +0000 +++ b/lisp/buff-menu.el Sat May 30 23:54:21 1992 +0000 @@ -1,4 +1,5 @@ -;; Buffer menu main function and support functions. +;;; buff-menu.el --- buffer menu main function and support functions. + ;; Copyright (C) 1985, 1986, 1987 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. @@ -282,3 +283,5 @@ (switch-to-buffer (other-buffer)) (pop-to-buffer buff) (bury-buffer menu))) + +;;; buff-menu.el ends here
