aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2013-09-10 23:33:28 -0700
committerGlenn Morris2013-09-10 23:33:28 -0700
commitcb55925848ce8359ac695b69bf7b278024c304c0 (patch)
tree96c035e6ab918a374798b9410c31ae93315866a5
parentebb99847285bca912e04f79dd3d9dcc84769ccf6 (diff)
downloademacs-cb55925848ce8359ac695b69bf7b278024c304c0.tar.gz
emacs-cb55925848ce8359ac695b69bf7b278024c304c0.zip
Comment formatting
-rw-r--r--lisp/progmodes/cperl-mode.el18
1 files changed, 9 insertions, 9 deletions
diff --git a/lisp/progmodes/cperl-mode.el b/lisp/progmodes/cperl-mode.el
index 1eea6972707..cc6c8234dd2 100644
--- a/lisp/progmodes/cperl-mode.el
+++ b/lisp/progmodes/cperl-mode.el
@@ -412,15 +412,15 @@ Affects: `cperl-font-lock', `cperl-electric-lbrace-space',
412 "use cperl-vc-rcs-header or cperl-vc-sccs-header instead." 412 "use cperl-vc-rcs-header or cperl-vc-sccs-header instead."
413 "22.1") 413 "22.1")
414 414
415;;; (defcustom cperl-clobber-mode-lists 415;; (defcustom cperl-clobber-mode-lists
416;;; (not 416;; (not
417;;; (and 417;; (and
418;;; (boundp 'interpreter-mode-alist) 418;; (boundp 'interpreter-mode-alist)
419;;; (assoc "miniperl" interpreter-mode-alist) 419;; (assoc "miniperl" interpreter-mode-alist)
420;;; (assoc "\\.\\([pP][Llm]\\|al\\)$" auto-mode-alist))) 420;; (assoc "\\.\\([pP][Llm]\\|al\\)$" auto-mode-alist)))
421;;; "*Whether to install us into `interpreter-' and `extension' mode lists." 421;; "*Whether to install us into `interpreter-' and `extension' mode lists."
422;;; :type 'boolean 422;; :type 'boolean
423;;; :group 'cperl) 423;; :group 'cperl)
424 424
425(defcustom cperl-info-on-command-no-prompt nil 425(defcustom cperl-info-on-command-no-prompt nil
426 "*Not-nil (and non-null) means not to prompt on C-h f. 426 "*Not-nil (and non-null) means not to prompt on C-h f.