Skip to content

Commit

Permalink
Fix #602
Browse files Browse the repository at this point in the history
  • Loading branch information
juliocc authored and d12frosted committed Sep 4, 2023
1 parent 69df253 commit 455b9ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
6 changes: 1 addition & 5 deletions Formula/emacs-plus@28.rb
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,8 @@ class EmacsPlusAT28 < EmacsBase
#
# Initialize
#

# Save the existing method.
alias :initialize_old :initialize

def initialize(*args, &block)
a = initialize_old(*args, &block)
a = super
expand_path
a
end
Expand Down
6 changes: 1 addition & 5 deletions Formula/emacs-plus@29.rb
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,8 @@ class EmacsPlusAT29 < EmacsBase
#
# Initialize
#

# Save the existing method.
alias :initialize_old :initialize

def initialize(*args, &block)
a = initialize_old(*args, &block)
a = super
expand_path
a
end
Expand Down
6 changes: 1 addition & 5 deletions Formula/emacs-plus@30.rb
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,8 @@ class EmacsPlusAT30 < EmacsBase
#
# Initialize
#

# Save the existing method.
alias :initialize_old :initialize

def initialize(*args, &block)
a = initialize_old(*args, &block)
a = super
expand_path
a
end
Expand Down

0 comments on commit 455b9ac

Please sign in to comment.