Skip to content

Commit

Permalink
gams-mode.el: Added a customizable variable `gams-sil-display-colum…
Browse files Browse the repository at this point in the history
…n-num`.
  • Loading branch information
ShiroTakeda committed Nov 29, 2016
1 parent 9fd7da3 commit dcc45c6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions gams-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
;; Maintainer: Shiro Takeda
;; Copyright (C) 2001-2016 Shiro Takeda
;; First Created: Sun Aug 19, 2001 12:48 PM
;; Time-stamp: <2016-11-28 18:31:35 st>
;; Time-stamp: <2016-11-29 10:10:56 st>
;; Version: 6.1.1
;; Keywords: GAMS
;; URL: http://shirotakeda.org/en/gams/gams-mode/
Expand Down Expand Up @@ -8515,6 +8515,12 @@ Nil -> split vertically."
:type 'boolean
:group 'gams)

(defcustom gams-sil-display-column-num 25
"*The default column number in GAMS-SIL mode.
The column number for displaying explanatory texts for identifier."
:type 'integer
:group 'gams)

(defun gams-sil-toggle-display-style ()
"Toggle the display style in the GAMS-SIL mode."
(interactive)
Expand Down Expand Up @@ -8899,12 +8905,6 @@ If PAGE is non-nil, page scroll."
)
str))

(defcustom gams-sil-display-column-num 25
"*The default column number in GAMS-SIL mode.
The column number for displaying explanatory texts for identifier."
:type 'integer
:group 'gams)

(defsubst gams-sil-display-list-message (buffer)
(format
"Identifier list on %s
Expand Down

0 comments on commit dcc45c6

Please sign in to comment.