From 0d0af3dcce3a9b29d9c33c4cee34ca5249713904 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Thu, 30 Aug 2012 14:30:23 +0000 Subject: Summary: Don't quote lambda expressions * coq/coq-indent.el (coq-indent-inner-regexp): Remove old X-Symbol element. (coq-save-count, coq-proof-count): * obsolete/plastic/plastic.el (plastic-shell-handle-output): * lib/texi-docstring-magic.el (texi-docstring-magic-insert-magic): * lib/pg-dev.el (emacs-lisp-mode-hook): * lib/maths-menu.el (maths-menu-filter-predicate) (maths-menu-tokenise-insert): * lib/holes.el (holes-next): * lego/lego.el (lego-shell-handle-output): * isar/isabelle-system.el (isabelle-docs-menu): * coq/coq.el (coq-compile-command, coq-compile-auto-save) (coq-compile-ignored-directories, coq-load-path-safep) (proof-shell-handle-delayed-output-hook): Don't quote lambda. --- phox/phox-outline.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'phox') diff --git a/phox/phox-outline.el b/phox/phox-outline.el index 04fd4ca4..7ee2710f 100644 --- a/phox/phox-outline.el +++ b/phox/phox-outline.el @@ -37,9 +37,9 @@ (defconst phox-outline-heading-end-regexp "\\(\\*)[ \t]*\n\\)\\|\\(\\.[ \t]*\n\\)") -;(if phox-outline -; (add-hook 'phox-mode-hook '(lambda()(outline-minor-mode 1))) -; ) +;;(if phox-outline +;; (add-hook 'phox-mode-hook (lambda () (outline-minor-mode 1))) +;; ) (defun phox-outline-level() "Find the level of current outline heading in some PhoX libraries." @@ -66,4 +66,4 @@ (outline-minor-mode 1) ) -(provide 'phox-outline) \ No newline at end of file +(provide 'phox-outline) -- cgit v1.2.3