Mercurial > emacs
changeset 12355:b8e337c7df8f
(mark-even-if-inactive): Definition deleted.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 21 Jun 1995 23:15:07 +0000 |
parents | dfcab1d5249d |
children | a9a06ecf14e7 |
files | lisp/simple.el |
diffstat | 1 files changed, 0 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/simple.el Wed Jun 21 23:09:16 1995 +0000 +++ b/lisp/simple.el Wed Jun 21 23:15:07 1995 +0000 @@ -1431,13 +1431,6 @@ (save-excursion (insert-buffer-substring oldbuf start end))))) -(defvar mark-even-if-inactive nil - "*Non-nil means you can use the mark even when inactive. -This option makes a difference in Transient Mark mode. -When the option is non-nil, deactivation of the mark -turns off region highlighting, but commands that use the mark -behave as if the mark were still active.") - (put 'mark-inactive 'error-conditions '(mark-inactive error)) (put 'mark-inactive 'error-message "The mark is not active now")