From 3b1142057780f2bc8fa0570c973f5eeafe6d5acb Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 1 May 1995 17:16:40 +0000 Subject: [PATCH] (makefile-mode): Set dabbrev-abbrev-skip-leading-regexp. --- lisp/progmodes/make-mode.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/progmodes/make-mode.el b/lisp/progmodes/make-mode.el index ab5eb698c24..948b4900b1d 100644 --- a/lisp/progmodes/make-mode.el +++ b/lisp/progmodes/make-mode.el @@ -14,7 +14,7 @@ ;; So, for the meantime, this is not the default mode for makefiles. -;; $Id: makefile.el,v 1.18 1994/10/12 08:55:27 simon Exp rms $ +;; $Id: makefile.el,v 1.19 1994/10/30 21:20:42 rms Exp rms $ ;; This file is part of GNU Emacs. @@ -505,6 +505,10 @@ makefile-special-targets-list: (make-local-variable 'imenu-create-index-function) (setq imenu-create-index-function 'makefile-menu-index-function) + ;; Dabbrev. + (make-local-variable 'dabbrev-abbrev-skip-leading-regexp) + (setq dabbrev-abbrev-skip-leading-regexp "\\$") + ;; Comment stuff. (make-local-variable 'comment-start) (setq comment-start "#") -- 2.39.5