/[emacs]/emacs/lisp/emacs-lisp/lisp-mode.el
ViewVC logotype

Diff of /emacs/lisp/emacs-lisp/lisp-mode.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.149.2.5 by miles, Sat Sep 4 09:14:25 2004 UTC revision 1.149.2.6 by miles, Thu Sep 9 09:36:32 2004 UTC
# Line 129  Line 129 
129  (put 'defsubst 'doc-string-elt 3)  (put 'defsubst 'doc-string-elt 3)
130  (put 'define-skeleton 'doc-string-elt 2)  (put 'define-skeleton 'doc-string-elt 2)
131  (put 'define-derived-mode 'doc-string-elt 4)  (put 'define-derived-mode 'doc-string-elt 4)
132    (put 'define-compilation-mode 'doc-string-elt 3)
133  (put 'easy-mmode-define-minor-mode 'doc-string-elt 2)  (put 'easy-mmode-define-minor-mode 'doc-string-elt 2)
134  (put 'define-minor-mode 'doc-string-elt 2)  (put 'define-minor-mode 'doc-string-elt 2)
135  (put 'define-generic-mode 'doc-string-elt 7)  (put 'define-generic-mode 'doc-string-elt 7)
# Line 489  If CHAR is not a character, return nil." Line 490  If CHAR is not a character, return nil."
490           (and string           (and string
491                (= (car (read-from-string string)) char)                (= (car (read-from-string string)) char)
492                string))))                string))))
493            
494    
495  (defun eval-last-sexp-1 (eval-last-sexp-arg-internal)  (defun eval-last-sexp-1 (eval-last-sexp-arg-internal)
496    "Evaluate sexp before point; print value in minibuffer.    "Evaluate sexp before point; print value in minibuffer.

Legend:
Removed from v.1.149.2.5  
changed lines
  Added in v.1.149.2.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26