Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
36222e78
Commit
36222e78
authored
Dec 04, 2006
by
Vinicius Jose Latorre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace easy-menu-change by easy-menu-add-item.
parent
758e48a0
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+3
-0
lisp/printing.el
lisp/printing.el
+3
-1
No files found.
lisp/ChangeLog
View file @
36222e78
...
...
@@ -14,6 +14,9 @@
* ps-mule.el:
* ps-print.el: Remove 'Time-stamp' comment mark.
* printing.el (pr-menu-bind): Replace 'easy-menu-change' by
'easy-menu-add-item' when called in Emacs 21 or higher.
2006-12-04 Stephen Leake <stephen_leake@stephe-leake.org>
* progmodes/ada-xref.el (ada-check-current): Doc fix.
lisp/printing.el
View file @
36222e78
...
...
@@ -3112,7 +3112,9 @@ Calls `pr-update-menus' to adjust menus."
(
pr-get-symbol
(
nth
1
menu-file
))
(
pr-get-symbol
"Print"
))))
(
t
(
easy-menu-change
(
cdr
menu-file
)
"Print"
pr-menu-spec
))))))))
(
easy-menu-add-item
global-map
menu-file
(
easy-menu-create-menu
"Print"
pr-menu-spec
)))
))))))
(
pr-update-menus
t
))
...
...
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