summaryrefslogtreecommitdiff
path: root/lisp/bindings.el
diff options
context:
space:
mode:
authorJuri Linkov <juri@linkov.net>2015-06-12 02:17:23 +0300
committerJuri Linkov <juri@linkov.net>2015-06-12 02:17:23 +0300
commit8d0efee90c0ad3b44c14b77403599cba1b168044 (patch)
tree785a6ca6eca283a87f460b68fd9e03760c118f11 /lisp/bindings.el
parentf18cadab44fa5de0698cb8297b02ab5db131e5db (diff)
downloademacs-8d0efee90c0ad3b44c14b77403599cba1b168044.tar.gz
* lisp/bindings.el (debug-ignored-errors): Add mark-inactive.
* lisp/simple.el (kill-region): Replace 'error' with 'user-error'. (Bug#20785)
Diffstat (limited to 'lisp/bindings.el')
-rw-r--r--lisp/bindings.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/bindings.el b/lisp/bindings.el
index b658914c454..3672812e5a1 100644
--- a/lisp/bindings.el
+++ b/lisp/bindings.el
@@ -633,7 +633,7 @@ okay. See `mode-line-format'.")
;; file-supersession should all be user-errors!
`(beginning-of-line beginning-of-buffer end-of-line
end-of-buffer end-of-file buffer-read-only
- file-supersession
+ file-supersession mark-inactive
user-error ;; That's the main one!
))