Close bug#5593.
* progmodes/f90.el (f90-electric-insert): Give it a delete-selection property.
This commit is contained in:
parent
7e17c3a2c7
commit
055e4eea01
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue