Skip to content

Commit

Permalink
Prefer inferior syntax tables in transcript mode
Browse files Browse the repository at this point in the history
  • Loading branch information
lionel- committed Feb 11, 2017
1 parent 2ca23d8 commit ba1f578
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lisp/ess-trns.el
Expand Up @@ -175,7 +175,8 @@ in the region, leaving only the S commands. Other keybindings are:
(setq major-mode 'ess-transcript-mode)
(setq mode-name "ESS Transcript")
(use-local-map ess-transcript-mode-map)
(set-syntax-table ess-mode-syntax-table)
(set-syntax-table (or inferior-ess-mode-syntax-table
ess-mode-syntax-table))
(setq mode-line-process
'(" [" ess-local-process-name "]"))
(make-local-variable 'ess-local-process-name)
Expand Down

0 comments on commit ba1f578

Please sign in to comment.