diff options
Diffstat (limited to 'lisp/progmodes/idlw-help.el')
| -rw-r--r-- | lisp/progmodes/idlw-help.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/progmodes/idlw-help.el b/lisp/progmodes/idlw-help.el index d3a2308e06b..ec4fd58886a 100644 --- a/lisp/progmodes/idlw-help.el +++ b/lisp/progmodes/idlw-help.el | |||
| @@ -267,7 +267,6 @@ support." | |||
| 267 | (declare-function idlwave-find-class-definition "idlwave") | 267 | (declare-function idlwave-find-class-definition "idlwave") |
| 268 | (declare-function idlwave-find-inherited-class "idlwave") | 268 | (declare-function idlwave-find-inherited-class "idlwave") |
| 269 | (declare-function idlwave-find-struct-tag "idlwave") | 269 | (declare-function idlwave-find-struct-tag "idlwave") |
| 270 | (declare-function idlwave-get-buffer-visiting "idlwave") | ||
| 271 | (declare-function idlwave-in-quote "idlwave") | 270 | (declare-function idlwave-in-quote "idlwave") |
| 272 | (declare-function idlwave-make-full-name "idlwave") | 271 | (declare-function idlwave-make-full-name "idlwave") |
| 273 | (declare-function idlwave-members-only "idlwave") | 272 | (declare-function idlwave-members-only "idlwave") |
| @@ -880,7 +879,7 @@ This function can be used as `idlwave-extra-help-function'." | |||
| 880 | (setq in-buf ; structure-tag completion is always in current buffer | 879 | (setq in-buf ; structure-tag completion is always in current buffer |
| 881 | (if struct-tag | 880 | (if struct-tag |
| 882 | idlwave-current-tags-buffer | 881 | idlwave-current-tags-buffer |
| 883 | (idlwave-get-buffer-visiting file))) | 882 | (find-buffer-visiting file))) |
| 884 | ;; see if file is in a visited buffer, insert those contents | 883 | ;; see if file is in a visited buffer, insert those contents |
| 885 | (if in-buf | 884 | (if in-buf |
| 886 | (progn | 885 | (progn |