emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/macmenu.c [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/macmenu.c [emacs-unicode-2]
Date: Thu, 14 Oct 2004 05:13:27 -0400

Index: emacs/src/macmenu.c
diff -c emacs/src/macmenu.c:1.11.2.4 emacs/src/macmenu.c:1.11.2.5
*** emacs/src/macmenu.c:1.11.2.4        Sat Sep  4 09:14:27 2004
--- emacs/src/macmenu.c Thu Oct 14 08:49:54 2004
***************
*** 1322,1328 ****
  
    for (wv = first_wv; wv; wv = wv->next)
      {
!       if (wv->lname && ! NILP (wv->lname))
          {
            wv->name = SDATA (wv->lname);
  
--- 1322,1328 ----
  
    for (wv = first_wv; wv; wv = wv->next)
      {
!       if (STRINGP (wv->lname))
          {
            wv->name = SDATA (wv->lname);
  
***************
*** 1336,1342 ****
              }
          }
  
!       if (wv->lkey && ! NILP (wv->lkey))
          wv->key = SDATA (wv->lkey);
  
        if (wv->contents)
--- 1336,1342 ----
              }
          }
  
!       if (STRINGP (wv->lkey))
          wv->key = SDATA (wv->lkey);
  
        if (wv->contents)




reply via email to

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