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
772c5eb7
Commit
772c5eb7
authored
Jul 16, 2005
by
Eli Zaretskii
Browse files
Bind "C-x #" in a way that works even if C-x is redefined to a command key,
not a prefix key.
parent
2e9c1c6d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/server.el
lisp/server.el
+1
-1
No files found.
lisp/server.el
View file @
772c5eb7
...
...
@@ -625,7 +625,7 @@ Arg NEXT-BUFFER is a suggestion; if it is a live buffer, use it."
;; a minibuffer/dedicated-window (if there's no other).
(
error
(
pop-to-buffer
next-buffer
)))))))))
(
global-set-key
"\C-x
#"
'server-edit
)
(
define-key
ctl-x-map
"
#"
'server-edit
)
(
defun
server-unload-hook
()
(
server-start
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