emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Thien-Thi Nguyen
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/lisp-mode.el
Date: Wed, 08 Sep 2004 08:31:08 -0400

Index: emacs/lisp/emacs-lisp/lisp-mode.el
diff -c emacs/lisp/emacs-lisp/lisp-mode.el:1.164 
emacs/lisp/emacs-lisp/lisp-mode.el:1.165
*** emacs/lisp/emacs-lisp/lisp-mode.el:1.164    Mon Aug 30 16:05:38 2004
--- emacs/lisp/emacs-lisp/lisp-mode.el  Wed Sep  8 11:09:14 2004
***************
*** 129,134 ****
--- 129,135 ----
  (put 'defsubst 'doc-string-elt 3)
  (put 'define-skeleton 'doc-string-elt 2)
  (put 'define-derived-mode 'doc-string-elt 4)
+ (put 'define-compilation-mode 'doc-string-elt 3)
  (put 'easy-mmode-define-minor-mode 'doc-string-elt 2)
  (put 'define-minor-mode 'doc-string-elt 2)
  (put 'define-generic-mode 'doc-string-elt 7)
***************
*** 489,495 ****
         (and string
              (= (car (read-from-string string)) char)
              string))))
!        
  
  (defun eval-last-sexp-1 (eval-last-sexp-arg-internal)
    "Evaluate sexp before point; print value in minibuffer.
--- 490,496 ----
         (and string
              (= (car (read-from-string string)) char)
              string))))
! 
  
  (defun eval-last-sexp-1 (eval-last-sexp-arg-internal)
    "Evaluate sexp before point; print value in minibuffer.




reply via email to

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