emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/startup.el


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/startup.el
Date: Fri, 04 Apr 2003 01:23:02 -0500

Index: emacs/lisp/startup.el
diff -c emacs/lisp/startup.el:1.317 emacs/lisp/startup.el:1.318
*** emacs/lisp/startup.el:1.317 Wed Mar  5 11:31:44 2003
--- emacs/lisp/startup.el       Tue Mar 18 04:41:39 2003
***************
*** 1623,1629 ****
                                  "-funcall"
                                  "-e"))  ; what the source used to say
                   (setq tem (intern (or argval (pop command-line-args-left))))
!                  (if (arrayp (symbol-function tem))
                       (command-execute tem)
                     (funcall tem)))
  
--- 1623,1629 ----
                                  "-funcall"
                                  "-e"))  ; what the source used to say
                   (setq tem (intern (or argval (pop command-line-args-left))))
!                  (if (commandp tem)
                       (command-execute tem)
                     (funcall tem)))
  




reply via email to

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