module-elisp.el => module-lisp.el

This commit is contained in:
Henrik Lissner
2015-11-24 03:44:17 -05:00
parent 9034993ccb
commit 0897e5e34b
4 changed files with 27 additions and 20 deletions

View File

@ -1,4 +1,4 @@
;;; defuns-elisp.el
;;; defuns-lisp.el
;;;###autoload
(defun narf/elisp-find-function-at-pt ()
@ -12,5 +12,5 @@
(let ((func (function-called-at-point)))
(if func (find-function-other-window func))))
(provide 'defuns-elisp)
;;; defuns-elisp.el ends here
(provide 'defuns-lisp)
;;; defuns-lisp.el ends here