;;; eval-region.el --- Redefine eval-region, and subrs that use it, in Lisp
+
;; Copyright (C) 1994 Daniel LaLiberte
+;; Author: Daniel LaLiberte <liberte@cs.uiuc.edu>
+;; Keywords: lisp
+
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
;;; that replaces Emacs Lisp subroutines with Lisp versions of the
;;; same.
-;;;; Installation
-;;; =============
-
;;; Eval-region may be installed, after loading, by calling:
;;; (elisp-eval-region-install). Installation can be undone with:
;;; (elisp-eval-region-uninstall).
elisp-eval-region-uninstall
elisp-eval-region-level
with-elisp-eval-region
+ eval-region
+ eval-buffer
+ eval-current-buffer
))
'(in-package elisp-eval-region)
(provide 'elisp-eval-region)
+