emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r111001: * ses.el (ses-rename-cell):


From: Vincent Belaïche
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r111001: * ses.el (ses-rename-cell): Correct bug on mode-line update after cell renaming.
Date: Sat, 24 Nov 2012 18:44:29 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111001
committer: Vincent Belaïche  <address@hidden>
branch nick: trunk
timestamp: Sat 2012-11-24 18:44:29 +0100
message:
  * ses.el (ses-rename-cell): Correct bug on mode-line update after cell 
renaming.
modified:
  lisp/ChangeLog
  lisp/ses.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-11-24 16:58:43 +0000
+++ b/lisp/ChangeLog    2012-11-24 17:44:29 +0000
@@ -1,3 +1,8 @@
+2012-11-24  Vincent Belaïche  <address@hidden>
+
+       * ses.el (ses-rename-cell): Correct bug on mode-line update after
+       cell renaming.
+
 2012-11-24  Chong Yidong  <address@hidden>
 
        * woman.el (woman-default-faces, woman-monochrome-faces): Mark as

=== modified file 'lisp/ses.el'
--- a/lisp/ses.el       2012-11-09 05:48:05 +0000
+++ b/lisp/ses.el       2012-11-24 17:44:29 +0000
@@ -3313,7 +3313,7 @@
       (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)))
 
 ;;----------------------------------------------------------------------------


reply via email to

[Prev in Thread] Current Thread [Next in Thread]