emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r114201: Comment formatting


From: Glenn Morris
Subject: [Emacs-diffs] trunk r114201: Comment formatting
Date: Wed, 11 Sep 2013 06:33:43 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114201
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Tue 2013-09-10 23:33:28 -0700
message:
  Comment formatting
modified:
  lisp/progmodes/cperl-mode.el   
cperlmode.el-20091113204419-o5vbwnq5f7feedwu-1253
=== modified file 'lisp/progmodes/cperl-mode.el'
--- a/lisp/progmodes/cperl-mode.el      2013-09-10 20:38:52 +0000
+++ b/lisp/progmodes/cperl-mode.el      2013-09-11 06:33:28 +0000
@@ -412,15 +412,15 @@
  "use cperl-vc-rcs-header or cperl-vc-sccs-header instead."
  "22.1")
 
-;;; (defcustom cperl-clobber-mode-lists
-;;;   (not
-;;;    (and
-;;;     (boundp 'interpreter-mode-alist)
-;;;     (assoc "miniperl" interpreter-mode-alist)
-;;;     (assoc "\\.\\([pP][Llm]\\|al\\)$" auto-mode-alist)))
-;;;   "*Whether to install us into `interpreter-' and `extension' mode lists."
-;;;   :type 'boolean
-;;;   :group 'cperl)
+;; (defcustom cperl-clobber-mode-lists
+;;   (not
+;;    (and
+;;     (boundp 'interpreter-mode-alist)
+;;     (assoc "miniperl" interpreter-mode-alist)
+;;     (assoc "\\.\\([pP][Llm]\\|al\\)$" auto-mode-alist)))
+;;   "*Whether to install us into `interpreter-' and `extension' mode lists."
+;;   :type 'boolean
+;;   :group 'cperl)
 
 (defcustom cperl-info-on-command-no-prompt nil
   "*Not-nil (and non-null) means not to prompt on C-h f.


reply via email to

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