diff options
| author | Stefan Kangas | 2024-11-03 07:22:20 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2024-11-03 16:27:16 +0100 |
| commit | 378661dcd6d49e16f653d3eb6b676f0bcea0923b (patch) | |
| tree | 0ea2a5f0cff5bee916b46e3c67a900cab53b82c9 | |
| parent | 53f0151518c767bb97dc90fea63efb37d8311dd2 (diff) | |
| download | emacs-378661dcd6d49e16f653d3eb6b676f0bcea0923b.tar.gz emacs-378661dcd6d49e16f653d3eb6b676f0bcea0923b.zip | |
; Whitespace fix in idlwave.el
| -rw-r--r-- | lisp/progmodes/idlwave.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/progmodes/idlwave.el b/lisp/progmodes/idlwave.el index b3e9eb58196..02d1dacd89a 100644 --- a/lisp/progmodes/idlwave.el +++ b/lisp/progmodes/idlwave.el | |||
| @@ -3900,7 +3900,7 @@ you specify /." | |||
| 3900 | "sh" nil errbuf nil "-c" | 3900 | "sh" nil errbuf nil "-c" |
| 3901 | (concat cmd append item))) | 3901 | (concat cmd append item))) |
| 3902 | 0 | 3902 | 0 |
| 3903 | 1))) | 3903 | 1))) |
| 3904 | ;; | 3904 | ;; |
| 3905 | ;; Append additional tags | 3905 | ;; Append additional tags |
| 3906 | (setq append " --append ") | 3906 | (setq append " --append ") |
| @@ -4610,7 +4610,7 @@ Gets set in cached XML rinfo, or `idlw-rinfo.el'.") | |||
| 4610 | (if (setq master-elt (assoc master-link linkfiles)) | 4610 | (if (setq master-elt (assoc master-link linkfiles)) |
| 4611 | (if (eq (car linkfiles) master-elt) | 4611 | (if (eq (car linkfiles) master-elt) |
| 4612 | linkfiles | 4612 | linkfiles |
| 4613 | (cons master-elt (delq master-elt linkfiles))) | 4613 | (cons master-elt (delq master-elt linkfiles))) |
| 4614 | (push (list master-link) linkfiles)))) | 4614 | (push (list master-link) linkfiles)))) |
| 4615 | 4615 | ||
| 4616 | (defun idlwave-convert-xml-clean-statement-aliases (aliases) | 4616 | (defun idlwave-convert-xml-clean-statement-aliases (aliases) |
| @@ -6326,7 +6326,7 @@ ARROW: Location of the arrow" | |||
| 6326 | (idlwave-routines) | 6326 | (idlwave-routines) |
| 6327 | (let* (;(bos (save-excursion (idlwave-beginning-of-statement) (point))) | 6327 | (let* (;(bos (save-excursion (idlwave-beginning-of-statement) (point))) |
| 6328 | (bos (save-excursion (idlwave-start-of-substatement 'pre) (point))) | 6328 | (bos (save-excursion (idlwave-start-of-substatement 'pre) (point))) |
| 6329 | (func-entry (idlwave-what-function bos)) | 6329 | (func-entry (idlwave-what-function bos)) |
| 6330 | (func (car func-entry)) | 6330 | (func (car func-entry)) |
| 6331 | (func-class (nth 1 func-entry)) | 6331 | (func-class (nth 1 func-entry)) |
| 6332 | (func-arrow (nth 2 func-entry)) | 6332 | (func-arrow (nth 2 func-entry)) |