diff options
Diffstat (limited to 'lisp/electric.el')
-rw-r--r-- | lisp/electric.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/electric.el b/lisp/electric.el index 3f91adf2093..5272d706845 100644 --- a/lisp/electric.el +++ b/lisp/electric.el @@ -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 |