File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -240,7 +240,7 @@ non-nil."
240
240
:initialize #'custom-initialize-default
241
241
:set #'gnuplot--set-display-mode )
242
242
243
- (defcustom gnuplot-image-buffer-name " *gnuplot output *"
243
+ (defcustom gnuplot-image-buffer " *gnuplot image *"
244
244
" Buffer name for dedicated gnuplot image output."
245
245
:type 'string )
246
246
@@ -1395,8 +1395,7 @@ updates Gnuplot with the appropriate \"set output\" command."
1395
1395
(insert " \n " )
1396
1396
(gnuplot--inline-image-set-output))))
1397
1397
(dedicated
1398
- (with-current-buffer
1399
- (get-buffer-create gnuplot-image-buffer-name)
1398
+ (with-current-buffer (get-buffer-create gnuplot-image-buffer)
1400
1399
(let ((inhibit-read-only t ))
1401
1400
(erase-buffer )
1402
1401
(insert-file-contents filename)
You can’t perform that action at this time.
0 commit comments