diff options
Diffstat (limited to 'emacs/.emacs.d/wpc/wpc-prolog.el')
-rw-r--r-- | emacs/.emacs.d/wpc/wpc-prolog.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/wpc/wpc-prolog.el b/emacs/.emacs.d/wpc/wpc-prolog.el index be3c0895e61d..b891a7df6912 100644 --- a/emacs/.emacs.d/wpc/wpc-prolog.el +++ b/emacs/.emacs.d/wpc/wpc-prolog.el @@ -14,7 +14,7 @@ ;; TODO: Notice that the .pl extension conflicts with Perl files. This may ;; become a problem should I start working with Perl. -(macros/support-file-extension "pl" prolog-mode) +(macros-support-file-extension "pl" prolog-mode) (provide 'wpc-prolog) ;;; wpc-prolog.el ends here |