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
dbbb8427
Commit
dbbb8427
authored
Mar 14, 2011
by
Paul Eggert
Browse files
* keymap.c (DENSE_TABLE_SIZE): Remove; unused.
parent
1004a21a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
src/ChangeLog
src/ChangeLog
+1
-0
src/keymap.c
src/keymap.c
+0
-3
No files found.
src/ChangeLog
View file @
dbbb8427
...
...
@@ -4,6 +4,7 @@
(copy_keymap_item, append_key, push_text_char_description):
Now static.
(Fwhere_is_internal): Don't test CONSP (sequences) unnecessarily.
(DENSE_TABLE_SIZE): Remove; unused.
* keyboard.c: Declare functions static if they are not used elsewhere.
(echo_char, echo_dash, cmd_error, top_level_2):
src/keymap.c
View file @
dbbb8427
...
...
@@ -34,9 +34,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#include "keymap.h"
#include "window.h"
/* The number of elements in keymap vectors. */
#define DENSE_TABLE_SIZE (0200)
/* Actually allocate storage for these variables */
Lisp_Object
current_global_map
;
/* Current global keymap */
...
...
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