Spelling fixes.
This commit is contained in:
parent
322ad6ec0e
commit
8350f087ef
69 changed files with 125 additions and 137 deletions
|
@ -2709,7 +2709,7 @@ either is ok to parse as a non-comment, or `verilog-insert' was used."
|
|||
(remove-text-properties (point-min) (point-max) '(v-cmt nil))
|
||||
(verilog-scan-region (point-min) (point-max))
|
||||
(setq verilog-scan-cache-tick (buffer-chars-modified-tick))
|
||||
(when verilog-debug (message "Scaning... done"))))))
|
||||
(when verilog-debug (message "Scanning... done"))))))
|
||||
|
||||
(defun verilog-inside-comment-p ()
|
||||
"Check if point inside a comment.
|
||||
|
@ -11958,7 +11958,7 @@ Files are checked based on `verilog-library-flags'."
|
|||
(mouse-set-point event)
|
||||
(verilog-load-file-at-point t)))
|
||||
|
||||
;; ffap isn't useable for Verilog mode. It uses library paths.
|
||||
;; ffap isn't usable for Verilog mode. It uses library paths.
|
||||
;; so define this function to do more or less the same as ffap
|
||||
;; but first resolve filename...
|
||||
(defun verilog-load-file-at-point (&optional warn)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue