diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1993-03-17 15:20:58 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1993-03-17 15:20:58 +0000 |
commit | c84729481b9eada04adccafbb62e5c6fdad8d142 (patch) | |
tree | 3cae02d1507a4616bfc33e269f4d51278ea16c01 /lisp/electric.el | |
parent | c5d87135f5bd40e7c681a765b1f8d3aa62d16365 (diff) | |
download | emacs-c84729481b9eada04adccafbb62e5c6fdad8d142.tar.gz |
Added standard library headers.
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 |