Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
1edd6ac4
Commit
1edd6ac4
authored
May 16, 2002
by
Colin Walters
Browse files
(menu-bar-tools-menu) <calculator>: Renamed to "Simple Calculator".
(menu-bar-tools-menu) <calc>: New.
parent
9f1f80ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
lisp/menu-bar.el
lisp/menu-bar.el
+6
-3
No files found.
lisp/menu-bar.el
View file @
1edd6ac4
...
...
@@ -904,9 +904,12 @@ Do the same for the keys of the same name."
'
(
menu-item
"5x5"
5x5
:help
"Fill in all the squares on a 5x5 board"
))
(
define-key
menu-bar-tools-menu
[calculator]
'
(
menu-item
"Calculator"
calculator
:help
"Invoke the Emacs built-in scientific calculator"
))
(
define-key
menu-bar-tools-menu
[simple-calculator]
'
(
menu-item
"Simple Calculator"
calculator
:help
"Invoke the Emacs built-in quick calculator"
))
(
define-key
menu-bar-tools-menu
[calc]
'
(
menu-item
"Programmable Calculator"
calc
:help
"Invoke the Emacs built-in full scientific calculator"
))
(
define-key
menu-bar-tools-menu
[calendar]
'
(
menu-item
"Display Calendar"
calendar
))
...
...
Write
Preview
Markdown
is supported
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