branch: elpa/radio
commit cffc01a962fecd2a9520525c4ec74eaa6546dd43
Author: Roi Martin <[email protected]>
Commit: Roi Martin <[email protected]>
lisp: move Lisp code to lisp directory
---
.gitignore | 3 +++
radio.el => lisp/radio.el | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000000..2f68107c20
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+/lisp/radio-autoloads.el
+/lisp/radio-pkg.el
+/lisp/radio.elc
diff --git a/radio.el b/lisp/radio.el
similarity index 100%
rename from radio.el
rename to lisp/radio.el
index b8be849b9e..c2ed0d28e0 100644
--- a/radio.el
+++ b/lisp/radio.el
@@ -123,8 +123,8 @@ effect."
;;;###autoload
(defun radio-list-stations ()
- (interactive)
"Display a list of all radio stations."
+ (interactive)
(let ((buf (get-buffer-create "*Station List*")))
(with-current-buffer buf
(radio-mode)