Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
2a6a3549
Commit
2a6a3549
authored
Apr 09, 1994
by
Daniel LaLiberte
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
comment changes.
parent
45fb3bb8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
+8
-3
lisp/emacs-lisp/eval-reg.el
lisp/emacs-lisp/eval-reg.el
+8
-3
No files found.
lisp/emacs-lisp/eval-reg.el
View file @
2a6a3549
;;; 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
...
...
@@ -34,9 +38,6 @@
;;; 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).
...
...
@@ -49,6 +50,9 @@
elisp-eval-region-uninstall
elisp-eval-region-level
with-elisp-eval-region
eval-region
eval-buffer
eval-current-buffer
))
'
(
in-package
elisp-eval-region
)
...
...
@@ -208,3 +212,4 @@ This version from eval-region calls `eval-region' on the whole buffer."
(
provide
'elisp-eval-region
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment