Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Peter Liljenberg
lyskom-elisp-client
Commits
8479b7bf
Commit
8479b7bf
authored
Apr 27, 2002
by
Per Cederqvist
Browse files
(kom-obsolete-extended-command-binding): Use ding if the user invokes
this command.
parent
c4c87729
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/ChangeLog
View file @
8479b7bf
2002-04-27 Per Cederqvist <ceder@ceder.dyndns.org>
* commands2.el (kom-obsolete-extended-command-binding): Use ding
if the user invokes this command.
2002-04-27 David Byers <david.byers@swipnet.se>
* Release of 0.47-BETA-1
...
...
src/commands2.el
View file @
8479b7bf
...
...
@@ -2901,5 +2901,10 @@ m
----------------------------------------------------------------
"
'(face kom-warning-face))
(ding)
;; Make sure the user actually gets a beep.
(if visible-bell
(let ((visible-bell nil))
(ding)))
(read-from-minibuffer
(lyskom-format "
%#1@Tryck
return
eller
enter
fr
att
g
vidare:
"
'
(
face
kom-warning-face
)))
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment