]> code.delx.au - gnu-emacs/blobdiff - lisp/emacs-lisp/byte-run.el
Merge from emacs-23
[gnu-emacs] / lisp / emacs-lisp / byte-run.el
index 42cd8d9ca55533f7791965d0e28d3b7a1d7534b5..eb80fcf43b253f0ef132d035d8a1fa6f5b9ecb6b 100644 (file)
@@ -7,6 +7,7 @@
 ;;     Hallvard Furuseth <hbf@ulrik.uio.no>
 ;; Maintainer: FSF
 ;; Keywords: internal
+;; Package: emacs
 
 ;; This file is part of GNU Emacs.
 
@@ -65,7 +66,6 @@ The return value of this function is not used."
 ;; Redefined in byte-optimize.el.
 ;; This is not documented--it's not clear that we should promote it.
 (fset 'inline 'progn)
-(put 'inline 'lisp-indent-function 0)
 
 ;;; Interface to inline functions.