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/executable.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/executable.el
Date: Sun, 03 Jul 2005 23:05:17 -0400

Index: emacs/lisp/progmodes/executable.el
diff -c emacs/lisp/progmodes/executable.el:1.33 
emacs/lisp/progmodes/executable.el:1.34
*** emacs/lisp/progmodes/executable.el:1.33     Wed May 11 16:42:15 2005
--- emacs/lisp/progmodes/executable.el  Mon Jul  4 03:05:17 2005
***************
*** 53,59 ****
  ;;; Code:
  
  (defgroup executable nil
!   "Base functionality for executable interpreter scripts"
    :group 'processes)
  
  ;; This used to default to `other', but that doesn't seem to have any
--- 53,59 ----
  ;;; Code:
  
  (defgroup executable nil
!   "Base functionality for executable interpreter scripts."
    :group 'processes)
  
  ;; This used to default to `other', but that doesn't seem to have any
***************
*** 230,236 ****
            (and (goto-char (match-beginning 1))
                 ;; If the line ends in a space,
                 ;; don't offer to change it.
!                (not (= (char-after (1- (match-end 1))) ?\ ))
                 (not (string= argument
                               (buffer-substring (point) (match-end 1))))
                 (if (or (not executable-query) no-query-flag
--- 230,236 ----
            (and (goto-char (match-beginning 1))
                 ;; If the line ends in a space,
                 ;; don't offer to change it.
!                (not (= (char-after (1- (match-end 1))) ?\s))
                 (not (string= argument
                               (buffer-substring (point) (match-end 1))))
                 (if (or (not executable-query) no-query-flag




reply via email to

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