Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
0da7ad96
Commit
0da7ad96
authored
May 10, 2013
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lisp/emulation/edt-mapper.el: In batch mode, error rather than hang.
parent
8582e4c4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/emulation/edt-mapper.el
lisp/emulation/edt-mapper.el
+4
-0
No files found.
lisp/ChangeLog
View file @
0da7ad96
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>
...
...
lisp/emulation/edt-mapper.el
View file @
0da7ad96
...
...
@@ -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).
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment