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
d5ab2033
Commit
d5ab2033
authored
Jan 14, 1993
by
Jim Blandy
Browse files
* simple.el (set-goal-column): Make this command disabled by default.
parent
817d6535
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
lisp/simple.el
lisp/simple.el
+4
-1
No files found.
lisp/simple.el
View file @
d5ab2033
;;; simple.el --- basic editing commands for Emacs
;; Copyright (C) 1985, 1986, 1987, 1992 Free Software Foundation, Inc.
;; Copyright (C) 1985, 1986, 1987, 1992
, 1993
Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
...
...
@@ -1291,6 +1291,9 @@ When the `track-eol' feature is doing its job, the value is 9999.")
(
move-to-column
(
or
goal-column
temporary-goal-column
))
nil
)
;;; Many people have said they rarely use this feature, and often type
;;; it by accident. Maybe it shouldn't even be on a key.
(
put
'set-goal-column
'disabled
t
)
(
defun
set-goal-column
(
arg
)
"Set the current horizontal position as a goal for \\[next-line] and \\[previous-line].
...
...
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