diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/progmodes/idlw-toolbar.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/idlw-toolbar.el b/lisp/progmodes/idlw-toolbar.el index 0e0714e27ed..d857bfd88c3 100644 --- a/lisp/progmodes/idlw-toolbar.el +++ b/lisp/progmodes/idlw-toolbar.el | |||
| @@ -439,7 +439,7 @@ static char * file[] = { | |||
| 439 | \" \", | 439 | \" \", |
| 440 | \" \", | 440 | \" \", |
| 441 | \" \"};") | 441 | \" \"};") |
| 442 | "The Cont icon.") | 442 | "The Cont icon.") |
| 443 | 443 | ||
| 444 | (defvar idlwave-toolbar-to-here-icon | 444 | (defvar idlwave-toolbar-to-here-icon |
| 445 | (idlwave-toolbar-make-button | 445 | (idlwave-toolbar-make-button |
| @@ -918,7 +918,7 @@ static char * file[] = { | |||
| 918 | (help (aref x 3)) | 918 | (help (aref x 3)) |
| 919 | (key (vector 'tool-bar func)) | 919 | (key (vector 'tool-bar func)) |
| 920 | (def (list 'menu-item | 920 | (def (list 'menu-item |
| 921 | "a" | 921 | "" |
| 922 | func | 922 | func |
| 923 | :image (symbol-value icon) | 923 | :image (symbol-value icon) |
| 924 | :visible show | 924 | :visible show |