* lisp/emulation/edt-mapper.el: In batch mode, error rather than hang.

This commit is contained in:
Glenn Morris 2013-05-10 19:17:45 -07:00
parent 8582e4c4b9
commit 0da7ad96c4
2 changed files with 6 additions and 0 deletions

View file

@ -1,5 +1,7 @@
2013-05-11 Glenn Morris <rgm@gnu.org>
* emulation/edt-mapper.el: In batch mode, error rather than hang.
* term.el (term-set-escape-char): Make it idempotent.
2013-05-10 Leo Liu <sdl.web@gmail.com>

View file

@ -96,6 +96,10 @@
;;; Code:
;; Otherwise it just hangs. This seems preferable.
(if noninteractive
(error "edt-mapper cannot be loaded in batch mode"))
;;;
;;; Decide Emacs Variant, GNU Emacs or XEmacs (aka Lucid Emacs).
;;; Determine Window System, and X Server Vendor (if appropriate).