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


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to