diff options
author | forcer <forcer> | 2005-09-18 12:51:00 +0000 |
---|---|---|
committer | forcer <mwolson@gnu.org> | 2005-09-18 12:51:00 +0000 |
commit | 549de334b204dbc9ba96277a0c46c9a40468c12c (patch) | |
tree | 3f7d74dc77be142f7e0e53a60b79315e94ce3f58 | |
parent | 998245fb2e6f025dc4307ff9ebb6f4a195ee17e1 (diff) |
emms-playlist-new: Pass positive argument to mode function.
darcs-hash:20050918125107-2189f-c2a970ba946ecada105e3de47b90edbb25732711.gz
-rw-r--r-- | emms.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -428,7 +428,7 @@ If called interactively, the new buffer is also selected." emms-playlist-buffer-name)))) (with-current-buffer buf (when (not (eq major-mode emms-playlist-default-major-mode)) - (funcall emms-playlist-default-major-mode)) + (funcall emms-playlist-default-major-mode 1)) (setq emms-playlist-buffer-p t)) (when (called-interactively-p) (switch-to-buffer buf)) |