Skip to content

Commit d8f27fd

Browse files
committed
Remove unnecessary hashes
1 parent ce5e4d0 commit d8f27fd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

haskell-cabal.el

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -159,10 +159,10 @@ it from list if one of the following conditions are hold:
159159
(setq indent-tabs-mode nil)
160160
)
161161

162-
(make-obsolete #'haskell-cabal-get-setting
163-
#'haskell-cabal--get-field
162+
(make-obsolete 'haskell-cabal-get-setting
163+
'haskell-cabal--get-field
164164
"March 14, 2016")
165-
(defalias #'haskell-cabal-get-setting #'haskell-cabal--get-field
165+
(defalias 'haskell-cabal-get-setting 'haskell-cabal--get-field
166166
"Try to read value of field with NAME from current buffer.
167167
Obsolete function. Defined for backward compatibility. Use
168168
`haskell-cabal--get-field' instead.")
@@ -192,10 +192,10 @@ Obsolete function. Defined for backward compatibility. Use
192192
val)))))
193193

194194

195-
(make-obsolete #'haskell-cabal-guess-setting
196-
#'haskell-cabal-get-field
195+
(make-obsolete 'haskell-cabal-guess-setting
196+
'haskell-cabal-get-field
197197
"March 14, 2016")
198-
(defalias #'haskell-cabal-guess-setting #'haskell-cabal-get-field
198+
(defalias 'haskell-cabal-guess-setting 'haskell-cabal-get-field
199199
"Read the value of field with NAME from project's cabal file.
200200
Obsolete function. Defined for backward compatibility. Use
201201
`haskell-cabal-get-field' instead.")

0 commit comments

Comments
 (0)