Show
Ignore:
Timestamp:
09/09/06 16:30:10 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lisp/files.el

    r4140 r4161  
    13111311                (let ((abbreviated-home-dir "$foo")) 
    13121312                  (concat "^" (abbreviate-file-name (expand-file-name "~")) 
    1313                           "\\(/\\|$\\)")))) 
     1313                          "\\(/\\|\\'\\)")))) 
    13141314 
    13151315      ;; If FILENAME starts with the abbreviated homedir, 
     
    26972697 * Its name ends with \"hook(s)\", \"function(s)\", \"form(s)\", \"map\", 
    26982698   \"program\", \"command(s)\", \"predicate(s)\", \"frame-alist\", 
    2699    \"mode-alist\", \"font-lock-(syntactic-)keyword*\", or 
    2700    \"map-alist\"." 
     2699   \"mode-alist\", \"font-lock-(syntactic-)keyword*\", 
     2700   \"map-alist\", or \"bindat-spec\"." 
    27012701  ;; If this is an alias, check the base name. 
    27022702  (condition-case nil 
     
    27072707-commands?$\\|-predicates?$\\|font-lock-keywords$\\|font-lock-keywords\ 
    27082708-[0-9]+$\\|font-lock-syntactic-keywords$\\|-frame-alist$\\|-mode-alist$\\|\ 
    2709 -map$\\|-map-alist$" (symbol-name sym)))) 
     2709-map$\\|-map-alist$\\|-bindat-spec$" (symbol-name sym)))) 
    27102710 
    27112711(defun hack-one-local-variable-quotep (exp)