emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/progmodes/cperl-mode.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/cperl-mode.el
Date: Fri, 10 Jun 2005 10:14:37 -0400

Index: emacs/lisp/progmodes/cperl-mode.el
diff -c emacs/lisp/progmodes/cperl-mode.el:1.65 
emacs/lisp/progmodes/cperl-mode.el:1.66
*** emacs/lisp/progmodes/cperl-mode.el:1.65     Tue May 24 20:03:58 2005
--- emacs/lisp/progmodes/cperl-mode.el  Fri Jun 10 14:14:37 2005
***************
*** 343,349 ****
    :group 'cperl-indentation-details)
  
  (defvar cperl-vc-header-alist nil)
! (make-obsolete-variable 
   'cperl-vc-header-alist
   "use cperl-vc-rcs-header or cperl-vc-sccs-header instead.")
  
--- 343,349 ----
    :group 'cperl-indentation-details)
  
  (defvar cperl-vc-header-alist nil)
! (make-obsolete-variable
   'cperl-vc-header-alist
   "use cperl-vc-rcs-header or cperl-vc-sccs-header instead.")
  
***************
*** 369,375 ****
  
  (defcustom cperl-info-on-command-no-prompt nil
    "*Not-nil (and non-null) means not to prompt on C-h f.
! The opposite behaviour is always available if prefixed with C-c.
  Can be overwritten by `cperl-hairy' if nil."
    :type '(choice (const null) boolean)
    :group 'cperl-affected-by-hairy)
--- 369,375 ----
  
  (defcustom cperl-info-on-command-no-prompt nil
    "*Not-nil (and non-null) means not to prompt on C-h f.
! The opposite behavior is always available if prefixed with C-c.
  Can be overwritten by `cperl-hairy' if nil."
    :type '(choice (const null) boolean)
    :group 'cperl-affected-by-hairy)
***************
*** 1303,1309 ****
  and you are on a boundary of a statement inside braces, it will
  transform the construct into a multiline and will place you into an
  appropriately indented blank line.  If you need a usual
! `newline-and-indent' behaviour, it is on \\[newline-and-indent],
  see documentation on `cperl-electric-linefeed'.
  
  Use \\[cperl-invert-if-unless] to change a construction of the form
--- 1303,1309 ----
  and you are on a boundary of a statement inside braces, it will
  transform the construct into a multiline and will place you into an
  appropriately indented blank line.  If you need a usual
! `newline-and-indent' behavior, it is on \\[newline-and-indent],
  see documentation on `cperl-electric-linefeed'.
  
  Use \\[cperl-invert-if-unless] to change a construction of the form




reply via email to

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