We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
n is undefined in the function definition. The following fixes it:
n
(defun volume-raise-10 (&optional n) "Raise the volume by 10 N percentage units." (interactive "p") (volume-raise (* (or n 1) 10)))
Are you still maintaining this or should I fork it?
The text was updated successfully, but these errors were encountered:
You can certainly fork it if you want, but I would also appreciate a pull request!
Sorry, something went wrong.
Fix issue volume-raise-10 is broken dbrock#3
65a88e9
Merge pull request #5 from dieterdeyke/master
bd0ca84
Fix issue 'volume-raise-10 is broken #3'
No branches or pull requests
n
is undefined in the function definition.The following fixes it:
Are you still maintaining this or should I fork it?
The text was updated successfully, but these errors were encountered: