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
055e4eea
Commit
055e4eea
authored
Feb 18, 2010
by
Glenn Morris
Browse files
Close bug#5593.
* progmodes/f90.el (f90-electric-insert): Give it a delete-selection property.
parent
7e17c3a2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/progmodes/f90.el
lisp/progmodes/f90.el
+2
-0
No files found.
lisp/ChangeLog
View file @
055e4eea
2010-02-19 Glenn Morris <rgm@gnu.org>
* progmodes/f90.el (f90-electric-insert): Give it a delete-selection
property. (Bug#5593)
2010-02-18 Sam Steingold <sds@gnu.org>
* vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
...
...
lisp/progmodes/f90.el
View file @
055e4eea
...
...
@@ -1356,6 +1356,8 @@ if all else fails."
(if auto-fill-function (f90-do-auto-fill) ; also updates line
(f90-update-line)))
;; Behave like self-insert-command for delete-selection-mode (bug#5593).
(put 'f90-electric-insert 'delete-selection t)
(defun f90-get-correct-indent ()
"Get correct indent for a line starting with line number.
...
...
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