From 0f7112de5bb371c9b4a75963b6cea71a53840240 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Mon, 15 Jul 1996 20:18:18 +0000 Subject: (executable-set-magic): Don't put a space at end if user says no. --- lisp/progmodes/executable.el | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'lisp') diff --git a/lisp/progmodes/executable.el b/lisp/progmodes/executable.el index 0c0905fcd2b..8011722f05b 100644 --- a/lisp/progmodes/executable.el +++ b/lisp/progmodes/executable.el @@ -211,11 +211,7 @@ executable." (progn (replace-match argument t t nil 1) (message "Magic number changed to `%s'" - (concat executable-prefix argument))) - ;; Add a space at the end of the line - ;; so we do not ask again about changing it. - (end-of-line) - (insert " "))) + (concat executable-prefix argument))))) (insert executable-prefix argument ?\n) (message "Magic number changed to `%s'" (concat executable-prefix argument))) -- cgit v1.2.1