Skip to content

Commit

Permalink
Aargh please byte compiler?
Browse files Browse the repository at this point in the history
  • Loading branch information
davidshepherd7 committed Aug 27, 2023
1 parent 094ce30 commit 8a88a93
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions electric-operator.el
Original file line number Diff line number Diff line change
Expand Up @@ -1502,8 +1502,9 @@ Also handles C++ lambda capture by reference."
(t " * ")))

(defun electric-operator-f90-mode-/()
"Handle (/ /) style implicit array declaration."
"Currently fails for fractions in implict declaration."
"Handle (/ /) style implicit array declaration.
Currently fails for fractions in implict declaration."
(cond
;; We do this instead of having separate (/ and /) operators so that it works
;; with electric pairs. TODO: find a way to make this work more generally.
Expand Down

0 comments on commit 8a88a93

Please sign in to comment.