# HG changeset patch # User Jim Blandy # Date 727023016 0 # Node ID 3f0f18d4eb8c42a7a2dcd14598232feb561e670d # Parent 29bcc2c88773ce690fb99572507710342fa3204b * simple.el (set-goal-column): Make this command disabled by default. diff -r 29bcc2c88773 -r 3f0f18d4eb8c lisp/simple.el --- a/lisp/simple.el Thu Jan 14 14:49:17 1993 +0000 +++ b/lisp/simple.el Thu Jan 14 14:50:16 1993 +0000 @@ -1,6 +1,6 @@ ;;; 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 @@ (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].