File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -159,10 +159,10 @@ it from list if one of the following conditions are hold:
159
159
(setq indent-tabs-mode nil )
160
160
)
161
161
162
- (make-obsolete # 'haskell-cabal-get-setting
163
- # 'haskell-cabal--get-field
162
+ (make-obsolete 'haskell-cabal-get-setting
163
+ 'haskell-cabal--get-field
164
164
" March 14, 2016" )
165
- (defalias # 'haskell-cabal-get-setting # 'haskell-cabal--get-field
165
+ (defalias 'haskell-cabal-get-setting 'haskell-cabal--get-field
166
166
" Try to read value of field with NAME from current buffer.
167
167
Obsolete function. Defined for backward compatibility. Use
168
168
`haskell-cabal--get-field' instead." )
@@ -192,10 +192,10 @@ Obsolete function. Defined for backward compatibility. Use
192
192
val)))))
193
193
194
194
195
- (make-obsolete # 'haskell-cabal-guess-setting
196
- # 'haskell-cabal-get-field
195
+ (make-obsolete 'haskell-cabal-guess-setting
196
+ 'haskell-cabal-get-field
197
197
" March 14, 2016" )
198
- (defalias # 'haskell-cabal-guess-setting # 'haskell-cabal-get-field
198
+ (defalias 'haskell-cabal-guess-setting 'haskell-cabal-get-field
199
199
" Read the value of field with NAME from project's cabal file.
200
200
Obsolete function. Defined for backward compatibility. Use
201
201
`haskell-cabal-get-field' instead." )
You can’t perform that action at this time.
0 commit comments