summaryrefslogtreecommitdiff
path: root/lisp/electric.el
diff options
context:
space:
mode:
authorEric S. Raymond <esr@snark.thyrsus.com>1993-03-17 15:20:58 +0000
committerEric S. Raymond <esr@snark.thyrsus.com>1993-03-17 15:20:58 +0000
commitc84729481b9eada04adccafbb62e5c6fdad8d142 (patch)
tree3cae02d1507a4616bfc33e269f4d51278ea16c01 /lisp/electric.el
parentc5d87135f5bd40e7c681a765b1f8d3aa62d16365 (diff)
downloademacs-c84729481b9eada04adccafbb62e5c6fdad8d142.tar.gz
Added standard library headers.
Diffstat (limited to 'lisp/electric.el')
-rw-r--r--lisp/electric.el5
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