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
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
04e452cb
Commit
04e452cb
authored
Nov 09, 2009
by
Juanma Barranquero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* menu.c [HAVE_NTGUI]: Declare current_popup_menu.
parent
ef7417fd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
src/ChangeLog
src/ChangeLog
+4
-0
src/menu.c
src/menu.c
+1
-0
No files found.
src/ChangeLog
View file @
04e452cb
2009-11-09 Juanma Barranquero <lekktu@gmail.com>
* menu.c [HAVE_NTGUI]: Declare current_popup_menu.
2009-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
* menu.c (Fx_popup_menu): Consolidate versions from xmenu.c,
...
...
src/menu.c
View file @
04e452cb
...
...
@@ -50,6 +50,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#include "w32term.h"
extern
AppendMenuW_Proc
unicode_append_menu
;
extern
HMENU
current_popup_menu
;
#endif
/* HAVE_NTGUI */
...
...
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