diff options
| author | Karoly Lorentey | 2006-05-10 15:04:01 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2006-05-10 15:04:01 +0000 |
| commit | 8dadeb1e1f78c7be07db5ae78aa9eed58d272a4e (patch) | |
| tree | 6262988e87d6b347a8c90fcc3c5b49f9bb5b36e1 /src/macmenu.c | |
| parent | f6cf85ac95e469835a2643024f995b471a4c5d52 (diff) | |
| parent | 9a4d87c8d5f4503d67d5155eae6d543cc31f86d0 (diff) | |
| download | emacs-8dadeb1e1f78c7be07db5ae78aa9eed58d272a4e.tar.gz emacs-8dadeb1e1f78c7be07db5ae78aa9eed58d272a4e.zip | |
Merged from emacs@sv.gnu.org
Patches applied:
* emacs@sv.gnu.org/emacs--devo--0--patch-266
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-267
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-268
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-269
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-270
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-271
Rename "field-at-point" to "field-at-pos"
* emacs@sv.gnu.org/emacs--devo--0--patch-272
(comint-insert-input): Remove redundant calls to setq and goto-char
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-556
Diffstat (limited to 'src/macmenu.c')
| -rw-r--r-- | src/macmenu.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/macmenu.c b/src/macmenu.c index be565f89259..e7d69d5657c 100644 --- a/src/macmenu.c +++ b/src/macmenu.c | |||
| @@ -318,6 +318,7 @@ restore_menu_items (saved) | |||
| 318 | menu_items_n_panes = XINT (XCAR (saved)); | 318 | menu_items_n_panes = XINT (XCAR (saved)); |
| 319 | saved = XCDR (saved); | 319 | saved = XCDR (saved); |
| 320 | menu_items_submenu_depth = XINT (XCAR (saved)); | 320 | menu_items_submenu_depth = XINT (XCAR (saved)); |
| 321 | return Qnil; | ||
| 321 | } | 322 | } |
| 322 | 323 | ||
| 323 | /* Push the whole state of menu_items processing onto the specpdl. | 324 | /* Push the whole state of menu_items processing onto the specpdl. |
| @@ -634,6 +635,7 @@ cleanup_popup_menu (arg) | |||
| 634 | Lisp_Object arg; | 635 | Lisp_Object arg; |
| 635 | { | 636 | { |
| 636 | discard_menu_items (); | 637 | discard_menu_items (); |
| 638 | return Qnil; | ||
| 637 | } | 639 | } |
| 638 | 640 | ||
| 639 | DEFUN ("x-popup-menu", Fx_popup_menu, Sx_popup_menu, 2, 2, 0, | 641 | DEFUN ("x-popup-menu", Fx_popup_menu, Sx_popup_menu, 2, 2, 0, |