* lisp/progmodes/sql.el (sql-comint-oracle): Silence compiler.
This commit is contained in:
parent
5967b14f48
commit
7d3152862f
1 changed files with 2 additions and 1 deletions
|
@ -4406,7 +4406,8 @@ The default comes from `process-coding-system-alist' and
|
|||
(or coding 'utf-8))
|
||||
(when (string-match (format "\\.%s\\'" (car cs)) nlslang)
|
||||
(setq coding (cdr cs)))))
|
||||
(set-buffer-process-coding-system coding coding)))
|
||||
(set-process-coding-system (get-buffer-process (current-buffer))
|
||||
coding coding)))
|
||||
|
||||
(defun sql-oracle-save-settings (sqlbuf)
|
||||
"Save most SQL*Plus settings so they may be reset by \\[sql-redirect]."
|
||||
|
|
Loading…
Add table
Reference in a new issue