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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/macmenu.c [lexbind]
Date: Mon, 25 Oct 2004 00:42:55 -0400

Index: emacs/src/macmenu.c
diff -c emacs/src/macmenu.c:1.1.2.7 emacs/src/macmenu.c:1.1.2.8
*** emacs/src/macmenu.c:1.1.2.7 Sat Sep  4 09:28:15 2004
--- emacs/src/macmenu.c Mon Oct 25 04:19:36 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]