aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1995-06-21 23:15:07 +0000
committerRichard M. Stallman1995-06-21 23:15:07 +0000
commit804dd38a2f2c69e3af06b4453cae0463ce2c925b (patch)
tree1c8572c6f993eda3864ade05964078896a326311
parentbb4c204e277b745d4f8a80fd904288cbc325a941 (diff)
downloademacs-804dd38a2f2c69e3af06b4453cae0463ce2c925b.tar.gz
emacs-804dd38a2f2c69e3af06b4453cae0463ce2c925b.zip
(mark-even-if-inactive): Definition deleted.
-rw-r--r--lisp/simple.el7
1 files changed, 0 insertions, 7 deletions
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."
1431 (save-excursion 1431 (save-excursion
1432 (insert-buffer-substring oldbuf start end))))) 1432 (insert-buffer-substring oldbuf start end)))))
1433 1433
1434(defvar mark-even-if-inactive nil
1435 "*Non-nil means you can use the mark even when inactive.
1436This option makes a difference in Transient Mark mode.
1437When the option is non-nil, deactivation of the mark
1438turns off region highlighting, but commands that use the mark
1439behave as if the mark were still active.")
1440
1441(put 'mark-inactive 'error-conditions '(mark-inactive error)) 1434(put 'mark-inactive 'error-conditions '(mark-inactive error))
1442(put 'mark-inactive 'error-message "The mark is not active now") 1435(put 'mark-inactive 'error-message "The mark is not active now")
1443 1436