diff options
| -rw-r--r-- | lisp/startup.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/startup.el b/lisp/startup.el index 2f90c8d861a..b5e258f56c0 100644 --- a/lisp/startup.el +++ b/lisp/startup.el | |||
| @@ -1026,8 +1026,9 @@ please check its value") | |||
| 1026 | '("no" "off" "false" "0"))))) | 1026 | '("no" "off" "false" "0"))))) |
| 1027 | (setq no-blinking-cursor t)) | 1027 | (setq no-blinking-cursor t)) |
| 1028 | 1028 | ||
| 1029 | (startup--setup-quote-display) | 1029 | (unless noninteractive |
| 1030 | (setq internal--text-quoting-flag t) | 1030 | (startup--setup-quote-display) |
| 1031 | (setq internal--text-quoting-flag t)) | ||
| 1031 | 1032 | ||
| 1032 | ;; Re-evaluate predefined variables whose initial value depends on | 1033 | ;; Re-evaluate predefined variables whose initial value depends on |
| 1033 | ;; the runtime context. | 1034 | ;; the runtime context. |