Emacs: Provide ap-functions in ap-functions.el
Alan Pearce alan@alanpearce.co.uk
Sat, 17 Aug 2013 15:21:01 +0100
1 files changed, 2 insertions(+), 0 deletions(-)
jump to
M emacs/elisp/ap-functions.el → emacs/elisp/ap-functions.el
@@ -44,3 +44,5 @@ (file-name-nondirectory (buffer-file-name)) "")) (command (read-shell-command "Shell command: " nil nil nil))) (shell-command (replace-regexp-in-string "%" file-buffer command) to-current-buffer))) + +(provide 'ap-functions)