diff options
author | Alan Pearce | 2013-08-28 09:13:53 +0100 |
---|---|---|
committer | Alan Pearce | 2013-08-28 09:13:53 +0100 |
commit | c57093f28708a30b9720221532db80a9446bba77 (patch) | |
tree | 4d5fb8748463169cab6dcf2d592b755027ab75ab /emacs/elisp/ap-functions.el | |
parent | b064712dfa6f4a3e727ad18568fc9f852c3e2c0d (diff) | |
parent | 314c9708d77bf367b775bf71be374faa690bcb1f (diff) | |
download | nixfiles-c57093f28708a30b9720221532db80a9446bba77.tar.lz nixfiles-c57093f28708a30b9720221532db80a9446bba77.tar.zst nixfiles-c57093f28708a30b9720221532db80a9446bba77.zip |
Merge remote-tracking branch 'refs/remotes/origin/master'
Diffstat (limited to 'emacs/elisp/ap-functions.el')
-rw-r--r-- | emacs/elisp/ap-functions.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs/elisp/ap-functions.el b/emacs/elisp/ap-functions.el index 104b4449..4c300015 100644 --- a/emacs/elisp/ap-functions.el +++ b/emacs/elisp/ap-functions.el @@ -44,3 +44,5 @@ "")) (command (read-shell-command "Shell command: " nil nil nil))) (shell-command (replace-regexp-in-string "%" file-buffer command) to-current-buffer))) + +(provide 'ap-functions) |