diff options
author | Jim Blandy <jimb@redhat.com> | 1992-03-16 20:39:07 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1992-03-16 20:39:07 +0000 |
commit | 49116ac071969bee7f129bf7ce725c7a5b0b0fc5 (patch) | |
tree | 60c249f15b04478367256fef95c6fd7557f263b9 /lisp/electric.el | |
parent | 3b4a6e271d44955328c39de1475e42cf0b4cd637 (diff) | |
download | emacs-49116ac071969bee7f129bf7ce725c7a5b0b0fc5.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/electric.el')
-rw-r--r-- | lisp/electric.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/electric.el b/lisp/electric.el index be992c60f0d..eab8cd135ed 100644 --- a/lisp/electric.el +++ b/lisp/electric.el @@ -19,7 +19,7 @@ ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. -(provide 'electric) ; zaaaaaaap +; zaaaaaaap ;; perhaps this should be in subr.el... (defun shrink-window-if-larger-than-buffer (window) @@ -179,3 +179,5 @@ (enlarge-window (- target-height (window-height win))))) (goto-char (point-min)) win))) + +(provide 'electric)
\ No newline at end of file |