(setq file-name (car ada-case-exception-file)))
(t
(error (concat "No exception file specified. "
- "See variable ada-case-exception-file."))))
+ "See variable ada-case-exception-file"))))
(set-syntax-table ada-mode-symbol-syntax-table)
(unless word
(car ada-case-exception-file))
(t
(error (concat "No exception file specified. "
- "See variable ada-case-exception-file."))))))
+ "See variable ada-case-exception-file"))))))
;; Find the substring to define as an exception. Order is: the parameter,
;; if any, or the selected region, or the word under the cursor
(setq body-file (ada-get-body-name))
(if body-file
(find-file body-file)
- (error "No body found for the package. Create it first."))
+ (error "No body found for the package. Create it first"))
(save-restriction
(widen)