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
6fda35f2
Commit
6fda35f2
authored
Sep 10, 2012
by
Paul Eggert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* xdisp.c (Qinhibit_debug_on_message): Now static.
parent
16130a58
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
src/ChangeLog
src/ChangeLog
+4
-0
src/xdisp.c
src/xdisp.c
+1
-1
No files found.
src/ChangeLog
View file @
6fda35f2
2012-09-11 Paul Eggert <eggert@cs.ucla.edu>
* xdisp.c (Qinhibit_debug_on_message): Now static.
2012-09-10 Jan Djärv <jan.h.d@swipnet.se>
* nsterm.m (ns_update_begin): Set clip path to whole view by using
...
...
src/xdisp.c
View file @
6fda35f2
...
...
@@ -364,7 +364,7 @@ static Lisp_Object Qslice;
Lisp_Object Qcenter;
static Lisp_Object Qmargin, Qpointer;
static Lisp_Object Qline_height;
Lisp_Object Qinhibit_debug_on_message;
static
Lisp_Object Qinhibit_debug_on_message;
/* These setters are used only in this file, so they can be private. */
static inline void
...
...
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