From: Richard M. Stallman Date: Wed, 21 Jun 1995 23:15:07 +0000 (+0000) Subject: (mark-even-if-inactive): Definition deleted. X-Git-Tag: emacs-19.34~3504 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=804dd38a2f2c69e3af06b4453cae0463ce2c925b;p=emacs.git (mark-even-if-inactive): Definition deleted. --- diff --git a/lisp/simple.el b/lisp/simple.el index cb0cea0c67c..abe742152b4 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -1431,13 +1431,6 @@ START and END specify the portion of the current buffer to be copied." (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")