Mercurial > emacs
diff lisp/electric.el @ 2229:bd3c525fa6fc
Added standard library headers.
author | Eric S. Raymond <esr@snark.thyrsus.com> |
---|---|
date | Wed, 17 Mar 1993 15:20:58 +0000 |
parents | 04fb1d3d6992 |
children | 0d9cbf4b25c8 |
line wrap: on
line diff
--- a/lisp/electric.el Wed Mar 17 14:26:35 1993 +0000 +++ b/lisp/electric.el Wed Mar 17 15:20:58 1993 +0000 @@ -22,9 +22,12 @@ ;; along with GNU Emacs; see the file COPYING. If not, write to ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +;;; Commentary: ; zaaaaaaap +;;; Code: + ;; perhaps this should be in subr.el... (defun shrink-window-if-larger-than-buffer (window) (save-excursion @@ -187,4 +190,4 @@ (provide 'electric) -; electric.el ends here +;;; electric.el ends here