mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
* ses.el (ses-rename-cell): Correct bug on mode-line update after cell renaming.
This commit is contained in:
parent
bcd77a2ba0
commit
ecfc364c8f
2 changed files with 6 additions and 1 deletions
|
|
@ -3313,7 +3313,7 @@ highlighted range in the spreadsheet."
|
|||
(put-text-property pos end 'intangible new-name))
|
||||
;; update mode line
|
||||
(setq mode-line-process (list " cell "
|
||||
(symbol-name sym)))
|
||||
(symbol-name new-name)))
|
||||
(force-mode-line-update)))
|
||||
|
||||
;;----------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue