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
16c15321
Commit
16c15321
authored
Sep 04, 1992
by
Roland McGrath
Browse files
entered into RCS
parent
2c91c85c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
lisp/server.el
lisp/server.el
+3
-1
No files found.
lisp/server.el
View file @
16c15321
;;; server.el --- Lisp code for GNU Emacs running as server process.
;; Copyright (C) 1986, 1987 Free Software Foundation, Inc.
;; Copyright (C) 1986, 1987
, 1992
Free Software Foundation, Inc.
;; Author: William Sommerfeld <wesommer@athena.mit.edu>
;; Keywords: processes
...
...
@@ -304,5 +304,7 @@ Arg NEXT-BUFFER is a suggestion; if it is a live buffer, use it."
(
switch-to-buffer
(
other-buffer
)))))
(
global-set-key
"\C-x#"
'server-edit
)
(
provide
'server
)
;;; server.el ends here
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